بنقرة واحدة
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 المهني
| name | clawhub |
| description | Search and install agent skills from ClawHub, the public skill registry. |
| homepage | https://clawhub.ai |
| metadata | {"ccbot":{"emoji":"🦞"}} |
Public skill registry for AI agents. Search by natural language (vector search).
Use this skill when the user asks any of:
npx --yes clawhub@latest search "web scraping" --limit 5
# WORKSPACE 从 system prompt 中的 "Workspace: ..." 获取
npx --yes clawhub@latest install <slug> --workdir $WORKSPACE/.claude
Replace <slug> with the skill name from search results. Skills are placed into $WORKSPACE/.claude/skills/, loaded natively by Claude Code. Always include --workdir.
npx --yes clawhub@latest update --all --workdir $WORKSPACE/.claude
npx --yes clawhub@latest list --workdir $WORKSPACE/.claude
npx comes with it).npx --yes clawhub@latest login) is only required for publishing.--workdir $WORKSPACE/.claude is critical — skills go into .claude/skills/ under your workspace.Two-layer memory system — read and update long-term facts, recall past events from conversation history.
Browser automation via Playwright MCP — navigate, click, fill forms, take screenshots, scrape pages, run E2E tests. Use when the user needs web automation, testing, or scraping JavaScript-rendered sites.
Structured code review — security, correctness, performance, maintainability. Use when asked to review code, a PR, or a diff.
Analyze CSV, JSON, Excel data; generate charts and reports. Use when the user provides data files or asks for statistics, charts, or data insights.
Deploy applications to cloud platforms — Fly.io, Railway, Vercel, or via SSH. Use when the user wants to publish, deploy, or release an application.
Build, run, and manage Docker containers and images. Use when the user asks about containers, Docker builds, logs, or deployment.