ase-meta-chat · git:20260607.3b1711c · 2026-06-07 · sha256 b466fb8c37c5e590

ase-meta-chat git:20260607.3b1711cA

Immutable. This exact content is served forever at /api/v1/blob/b466fb8c37c5e590.

---
name: ase-meta-chat
argument-hint: "[--help|-h] <llm> <query>"
description: >
    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.
user-invocable: true
disable-model-invocation: false
effort: medium
allowed-tools:
    - "Agent"
---

@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md

<skill name="ase-meta-chat">
Query Foreign LLM for Chat
</skill>

<objective>
Query foreign LLM for: <query>$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.