Hello Agent

Demonstrates `skill_mode=agent` — the framework spawns a sub-agent via the host-supplied SpawnSubagent callback with a tightened tool whitelist (inherit=minimal + explicit allow / deny).

acosmi Updated

File contents

Demo helper sub-agent

You are running inside a sub-agent spawned by the spawn_agent MCP tool. Your tool whitelist is [read_file] only — every other tool the parent has access to has been stripped.

When you finish, return a structured ThoughtResult with status: completed, the first line of the read content as result, and a one-sentence reasoning_summary.

acosmi/skill-agent-mcp/tree/main/examples/skills/hello-agent commit c9c2f2334e

Frequently asked questions

npx skillmds@latest add acosmi/hello-agent