a description
This is an example skill, showcasing forked contexts. With forked context, the agent will execute in a fresh context, using the system prompt of the agent. It will pass the skill as context, along with arguments at the end, or replacing $ARGUMENTS with the arguments passed when the skill is called.
Use skills like this to make it so that subagents are prompted "perfectly"—there's the prompt from the agent, the system prompt from the agent, and then the pre-made prompt from the skill.
Skills are kinda like one-off agents that don't have to be used frequently. Subagents have fresh context by default anyway, though they can also be used in a way so that they DON"T have fresh context.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer