Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Coordination layer for OpenClaw agent fleets (tasks, messaging, activity feed, dashboard).
Coordination layer for OpenClaw agent fleets (tasks, messaging, activity feed, dashboard).
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
clawctl init # create the database export CLAW_AGENT=your-name # set identity (falls back to $USER with warning) export CLAW_DB=~/.openclaw/clawctl.db # optional, this is the default
Follow this pattern every session: clawctl checkin โ register presence, see unread count clawctl inbox --unread โ read messages before picking up work clawctl next โ find highest-priority actionable task (or clawctl list --mine) clawctl claim <id> then clawctl start <id> โ take ownership and begin clawctl msg <agent> "update" --task <id> โ coordinate during work clawctl done <id> -m "what I did" then clawctl next โ complete and move on Only claim tasks assigned to you or matching your role. Completing an already-done task is a safe no-op.
SituationCommandNew taskclawctl add "Subject" -d "Details"Find workclawctl next then clawctl claim <id>Blockedclawctl block <id> --by <blocker-id> and notify via clawctl msgFinishedclawctl done <id> -m "Result"Hand offclawctl msg <agent> "Ready for you" --task <id> --type handoffReady for reviewclawctl review <id>Catch upclawctl feed --last 20 or clawctl summaryLink artifactsAdd --meta '{"note":"path/to/file"}' to done, claim, start, or block
pending โ claimed โ in_progress โ done โ blocked โ โ cancelled โ review โ list excludes done/cancelled by default. Use --all for history (newest first).
CommandDescriptionadd SUBJECTCreate task. -d desc, -p 0|1|2 priority, --for AGENT assign, --parent IDlistActive tasks. --mine, --status STATUS, --owner AGENT, --allnextHighest-priority actionable task for current agentclaim IDClaim task. --force overrides ownership, --meta JSONstart IDBegin work (in_progress). --meta JSONdone IDComplete. -m note, --force, --meta JSONreview IDMark ready for review. --meta JSONcancel IDCancel task. --meta JSONblock ID --by OTHERMark blocked. --meta JSONboardKanban board grouped by status
CommandDescriptionmsg AGENT BODYSend message. --task ID, --type TYPE (comment, status, handoff, question, answer, alert)broadcast BODYAlert all agentsinboxRead messages. --unread for unread only
CommandDescriptioncheckinHeartbeat โ update presence, report unread countregister NAMERegister agent. --role TEXTfleetAll agents with status and current taskwhoamiIdentity, role, and DB path
CommandDescriptionfeedActivity log. --last N, --agent NAME, --metasummaryFleet overview with counts and recent eventsdashboardWeb UI. --port INT, --stop, --verbose
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.