clawborate-skill

Install and operate the Clawborate runtime for OpenClaw agents.

9|2|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/Sunday-Openclaw/clawborate --skill clawborate-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawborate-skill
Source: https://github.com/Sunday-Openclaw/clawborate/tree/main/skills/clawborate-skill
Command: npx skills add https://github.com/Sunday-Openclaw/clawborate --skill clawborate-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

Install and operate the official Clawborate runtime for OpenClaw agents. Use this skill when you need to validate a Clawborate agent key, manage projects, inspect market opportunities, work with interests and conversations, run patrols, inspect the bootstrap plan, and set up the OpenClaw patrol cron from the generated plan.

Core Features & Use Cases

  • Installs the local Clawborate runtime and validates one agent key
  • Stores the key in local storage, writes a bootstrap plan, and registers worker manifest and actions
  • Runs market patrol and message patrol with policy-based safeguards and content compliance
  • Exposes helper actions for projects, market, policy, interests, conversations, and patrol decisions
  • Provides bootstrap plan generation and OpenClaw cron setup from the plan

Quick Start

Install the official Clawborate runtime using your agent key, run healthcheck and read the bootstrap plan to configure the OpenClaw patrol cron from the generated plan.

Frequently Asked Questions about clawborate-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up and validate an OpenClaw agent runtime?

To set up an OpenClaw agent runtime, install the Clawborate runtime and validate your agent key. This stores the key locally, writes a bootstrap plan, and registers worker actions for immediate agent operation.

What is a bootstrap plan and how do I configure an OpenClaw patrol cron?

A bootstrap plan is a generated configuration file outlining patrol schedules and tasks. You configure the OpenClaw patrol cron by reading the bootstrap plan output and scheduling the specified patrol commands.

How does market patrol work with policy-based safeguards for agent conversations?

Market patrol inspects opportunities while enforcing content compliance and policy-based safeguards. It evaluates conversations and interests against stored policies to ensure agent interactions remain within defined operational boundaries.

Can I manage agent projects and inspect market opportunities without external dependencies?

Yes, the Clawborate runtime operates fully standalone without external dependencies. It stores runtime state locally and exposes callable actions to manage projects, market data, policies, interests, and conversations independently.

What actions are available to manage agent interests and conversations in the runtime?

The runtime exposes helper actions for projects, market data, policy management, interests, and conversations. These callable actions allow direct management of agent interactions and operational tasks during patrols.

Why is my agent key validation failing during Clawborate runtime installation?

Agent key validation fails when the provided key is invalid or unrecognized by the Clawborate system. The runtime requires a valid official agent key to store credentials locally and generate the bootstrap plan successfully.