clawhub
Search and install agent skills from ClawHub, the public skill registry.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search and install agent skills from ClawHub, the public skill registry.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.