Manages context transfer between AI coding sessions. Activates when HANDOFF.md exists, when user mentions handoff/resume, or when ending significant work.
Check if HANDOFF.md exists in the working directory. If found:
/handoff:resume flowActivate when user says: "handoff", "hand off", "pass this to", "continue later", "pick up where", "transfer context", "save state", "resume", "take over"
/handoff:create/handoff:resumeConsider suggesting a handoff when:
Say: "Want me to create a handoff so you (or another agent) can continue later?"
| Command | Use When |
|---------|----------|
| /handoff:create | Full handoff with all context |
| /handoff:quick | Minimal handoff, just essentials |
| /handoff:resume | Continue from existing handoff |
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