Swarm CLI commands for workers - hivemind memory, hive tasks, swarmmail coordination. Use when working in a swarm context. Covers: swarm memory (find/store/get/stats), swarm cells (query/create/update/close), and coordination commands.
swarm memory find "query" # Semantic search for learnings
swarm memory find "query" --fts # Full-text search fallback
swarm memory store "info" --tags x # Store a learning
swarm memory get <id> # Get specific memory
swarm memory stats # Check memory health
When to query:
When to store:
swarm hive ready # Get next unblocked task
swarm hive query --status open # List open tasks
swarm hive create "title" --type bug --priority 1
swarm hive update <id> --status in_progress
swarm hive close <id> "summary" # Close completed task
swarm tree # Visualize task hierarchy
swarm mail inbox # Check for messages
swarm mail send "coordinator" "Subject" "Body"
swarm mail reserve file.ts # Reserve file for editing
swarm mail release # Release all reservations
swarm progress 50 "message" # Report 50% progress
swarm checkpoint # Save context before risky ops
swarm complete "summary" # Mark task done (releases locks)
swarm compliance # Check tool usage stats
swarm history # Recent swarm activity
swarm dashboard # Live worker status UI
swarm memory find "<task keywords>" - Check for existing solutionsswarm hive ready - Get your taskswarm mail reserve <files> - Lock your filesswarm progress 50 "message" - Report milestonesswarm memory store "learning" --tags "domain" - Store discoveriesswarm complete "summary" - Finish and release locks下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
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