Agent skill · AI & Agents

ase-meta-chat

Query foreign LLM for chat. Use this skill if a foreign LLM like OpenAI ChatGPT, Google Gemini, DeepSeek or xAI Grok should be queried with a single chat message.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ase-meta-chat --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Allowed tools: -Agent
Path: skills/ai-llm/ase-meta-chat/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md @${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md @${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md <skill name="ase-meta-chat"> Query Foreign LLM for Chat </skill> <expand name="getopt" arg1="ase-meta-chat"> $ARGUMENTS </expand> <objective> Query foreign LLM for: <query><getopt-arguments/></query> </objective> 1. You *MUST* *NOT* output anything in this step. Just call the underlying agent with the following tool: ```text Agent( name: "ase-meta-chat", description: "Query Foreign LLM for Chat", subagent_type: "ase:ase-meta-chat", prompt: <query/> ) ``` 2. Output the *plain response* of the `ase:ase-meta-chat` agent *verbatim* and *without any modifications*. Especially, do *NOT* add or remove any text from the agent response on your own and do not interpret the result in any way.

What's inside
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ase-meta-chat skill do?

Query foreign LLM for chat. Use this skill if a foreign LLM like OpenAI ChatGPT, Google Gemini, DeepSeek or xAI Grok should be queried with a single chat message.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ase-meta-chat --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going