clawhub
Search and install agent skills from ClawHub, the public skill registry.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Search and install agent skills from ClawHub, the public skill registry.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Schedule reminders and recurring tasks.
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination.
Test the generated project inside an E2B cloud sandbox via Claude Code, apply fixes iteratively, and produce a quality report
Research a hackathon using a user-supplied URL plus optional doc URLs (sitemap-driven scrape).
Two-layer memory system with grep-based recall.
| name | clawhub |
| description | Search and install agent skills from ClawHub, the public skill registry. |
| homepage | https://clawhub.ai |
| metadata | {"openclaw":{"emoji":"🦞"}} |
Public skill registry for AI agents. Search by natural language (vector search).
--workdir (pick one)workspace/ directory (next to workspace/skills/), e.g. --workdir /path/to/0xClaw/workspace.~/.0xclaw/workspace (matches the runtime default from get_workspace_path()).Use this skill when the user asks any of:
npx --yes clawhub@latest search "web scraping" --limit 5
# Typical 0xClaw repo (replace with your clone path):
npx --yes clawhub@latest install <slug> --workdir /path/to/0xClaw/workspace
# Global runtime layout instead:
# npx --yes clawhub@latest install <slug> --workdir ~/.0xclaw/workspace
Replace <slug> with the skill name from search results. Skills are written under <workdir>/skills/. Always pass an explicit --workdir.
npx --yes clawhub@latest update --all --workdir /path/to/0xClaw/workspace
npx --yes clawhub@latest list --workdir /path/to/0xClaw/workspace
npx comes with it).npx --yes clawhub@latest login) is only required for publishing.--workdir must target the same directory the agent loads as its workspace; mismatching ~/.0xclaw/workspace vs <repo>/workspace is a common footgun.