โ† All skills
Tencent SkillHub ยท Communication & Collaboration

Clawctl

Coordination layer for OpenClaw agent fleets (tasks, messaging, activity feed, dashboard).

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Coordination layer for OpenClaw agent fleets (tasks, messaging, activity feed, dashboard).

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
CLAUDE.md, README.md, SKILL.md, clawctl/__init__.py, clawctl/cli.py, clawctl/db.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Setup

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

Operational Rhythm

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.

Decision Tree

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

Task Statuses

pending โ†’ claimed โ†’ in_progress โ†’ done โ†˜ blocked โ†— โ†˜ cancelled โ†˜ review โ†— list excludes done/cancelled by default. Use --all for history (newest first).

Tasks

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

Messages

CommandDescriptionmsg AGENT BODYSend message. --task ID, --type TYPE (comment, status, handoff, question, answer, alert)broadcast BODYAlert all agentsinboxRead messages. --unread for unread only

Fleet

CommandDescriptioncheckinHeartbeat โ€” update presence, report unread countregister NAMERegister agent. --role TEXTfleetAll agents with status and current taskwhoamiIdentity, role, and DB path

Monitoring

CommandDescriptionfeedActivity log. --last N, --agent NAME, --metasummaryFleet overview with counts and recent eventsdashboardWeb UI. --port INT, --stop, --verbose

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs3 Scripts
  • SKILL.md Primary doc
  • CLAUDE.md Docs
  • README.md Docs
  • clawctl/__init__.py Scripts
  • clawctl/cli.py Scripts
  • clawctl/db.py Scripts