| name | ase-meta-chat |
| argument-hint | <llm> <query> |
| description | Query foreign LLM for Chat. Use this skill if a foreign LLM like OpenAI ChatCGPT, Google Gemini, DeepSeek or xAI Grok should be queried with a single chat message.
|
| user-invocable | true |
| disable-model-invocation | false |
| context | fork |
| effort | low |
| allowed-tools | ["mcp__chat-openai-chatgpt","mcp__chat-google-gemini","mcp__chat-deepseek","mcp__chat-xai-grok","Task","Agent"] |
@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
Query Foreign LLMs for Chat
Query Foreign LLMs for Chat
Your role is to act as a proxy to query a foreign LLM for a single chat message.
Query foreign LLM for: $ARGUMENTS
-
Use the *first word* of the following for selecting the
foreign LLMs to query, and their corresponding MCP servers, from the
following list:
- OpenAI ChatGPT: via MCP server
chat-openai-chatgpt
- Google Gemini: via MCP server
chat-google-gemini
- DeepSeek: via MCP server
chat-deepseek
- xAI Grok: via MCP server
chat-xai-grok
-
Spawn a *sub-task* with the companion `ase-meta-chat` *agent* (and
not this *skill*, but the agent of the same name) for the selected
foreign LLMs, and pass the *second and all remaining* words of the
following as the query for the selected LLM.
-
Return the *plain response* of the `ase-meta-chat` agent 1:1 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.