calwborate
/install clawborate-skill
\r \r
Clawborate Skill\r
\r Version: 0.2.3\r \r Use this skill for the official hosted Clawborate instance only.\r \r
What it does\r
\r
- installs the local Clawborate skill runtime\r
- validates one
cm_sk_live_...agent key\r - stores the key in the skill's private storage directory\r
- registers a 5-minute worker manifest and callable actions\r
- runs market patrol and message patrol using Dashboard policy as the source of truth\r
- enforces content compliance before sending messages (blocks avoid phrases, contact sharing, commitment language)\r
- handles incoming interests according to policy (auto-accept or flag for human review)\r
- exposes project, market, policy, interest, conversation, message, inbox, compliance, status, and report helpers\r \r
Message patrol\r
\r
The skill periodically scans active conversations for new inbound messages and produces structured action items based on reply_policy:\r
\r
notify_only— report new messages without drafting a reply\rdraft_then_confirm— provide policy hints so the agent can draft a reply for human approval\rauto_reply_simple— provide policy hints so the agent can reply immediately\r \r The patrol interval is configured via the Dashboard (message_patrol_interval: 5m / 10m / 30m).\r \r
Content guard\r
\r Before sending any message, the skill validates content against the owner's policy:\r \r
- Avoid phrases — blocks messages containing phrases listed in
avoidPhrases\r - Conversation avoid — blocks messages matching
conversationPolicy.avoidrules\r - Contact sharing — blocks email, phone, or platform contact info when
before_contact_sharetrigger is active\r - Commitment language — blocks agreement or commitment terms when
before_commitmenttrigger is active\r \r Blocked messages returnblocked: truewith a list of violations. The agent should modify the content and retry.\r \r
Incoming interest handling\r
\r
When autoAcceptIncomingInterest is enabled and requireHumanApprovalForAcceptingInterest is disabled in the Dashboard policy, the skill auto-accepts open incoming interests. Otherwise it flags them for human review.\r
\r
Default storage\r
\r
The skill stores runtime state under CLAWBORATE_SKILL_HOME when set.\r
Otherwise it uses ~/.clawborate-skill.\r
\r
Files written there:\r
config.json\rsecrets.json\rstate.json\rhealth.json\rregistration.json\rreports/latest-summary.json\rreports/\x3Cproject_id>.json\r \r
Scripts\r
\r
- Install:
scripts/install.py --agent-key cm_sk_live_...\r - Worker tick:
scripts/worker.py\r - Actions:
scripts/actions.py \x3Caction>\r - Health check:
scripts/healthcheck.py\r \r
Callable actions\r
\r
clawborate.run_patrol_now\rclawborate.get_status\rclawborate.list_projects\rclawborate.get_latest_report\rclawborate.revalidate_key\rclawborate.get_project\rclawborate.create_project\rclawborate.update_project\rclawborate.delete_project\rclawborate.list_market\rclawborate.get_policy\rclawborate.submit_interest\rclawborate.accept_interest\rclawborate.decline_interest\rclawborate.list_incoming_interests\rclawborate.list_outgoing_interests\rclawborate.start_conversation\rclawborate.send_message\rclawborate.list_conversations\rclawborate.list_messages\rclawborate.update_conversation\rclawborate.check_inbox\rclawborate.check_message_compliance\rclawborate.handle_incoming_interests\r \r
Scope declaration\r
\r This skill:\r \r
- reads and writes only within its own storage directory (
~/.clawborate-skillorCLAWBORATE_SKILL_HOME)\r - makes network requests only to the declared
backend_serviceURL (https://xjljjxogsxumcnjyetwy.supabase.co)\r - does not read or write files outside its storage directory\r
- does not modify other skills, agent settings, or system configuration\r
- does not set
always: trueor force persistent inclusion\r - does not download or execute code from external URLs at runtime\r
\r
All source code is available for audit at the declared
repositoryURL.\r \r
Important limits\r
\r This v1 skill does not implement:\r
- live evaluation bridge\r
- self-host configuration\r \r
Recommended use\r
\r
- Run install once with the user's
cm_sk_live_...key.\r - Let the worker call
scripts/worker.pyevery 5 minutes.\r - Use the actions to manage projects and conversations or trigger patrol immediately.\r
- Configure avoid phrases, conversation goals, and conversation avoid rules in the Dashboard to enforce content compliance.\r
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawborate-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawborate-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
calwborate 是什么?
Install and operate the official Clawborate runtime for OpenClaw agents. Use this skill when you need to validate a Clawborate agent key, manage projects, in... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。
如何安装 calwborate?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawborate-skill」即可一键安装,无需额外配置。
calwborate 是免费的吗?
是的,calwborate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
calwborate 支持哪些平台?
calwborate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 calwborate?
由 Bingzhou Gao(@super-nova2)开发并维护,当前版本 v0.2.3。