agentsclimarketplace

Ase meta chat

Skill rse/ase/plugin/skills/ase-meta-chat

Agentic Software Engineering (ASE)

Install
npx -y skills add rse/ase --skill ase-meta-chat

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

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.

SKILL.md

1.3 KB, as published. Nobody here has run it

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

<purpose name="ase-meta-chat"> Query Foreign LLM for Chat </purpose> <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:

        Agent(
            description:       "Query Foreign LLM for Chat",
            subagent_type:     "ase:ase-meta-chat",
            prompt:            <query/>,
            run_in_background: false
        )
    
  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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.