con un clic
clawhub
Search and install agent skills from ClawHub, the public skill registry.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Search and install agent skills from ClawHub, the public skill registry.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Schedule reminders and recurring tasks; for cron add, message must be an executable action instruction with expected output constraints (exact text for reminders), never raw text/title/number, and relative time must be computed from current request time (not gateway startup time).
Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Works with any IMAP/SMTP server including Gmail, Outlook, 163.com, vip.163.com, 126.com, vip.126.com, 188.com, and vip.188.com.
Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring >5 tool calls. Supports automatic session recovery after /clear.
General operating guidance for file and coding tasks.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Observe openppx runtime health with token usage, gateway/heartbeat status, error logs, and quick diagnostics.
| name | clawhub |
| description | Search and install agent skills from ClawHub, the public skill registry. |
| homepage | https://clawhub.ai |
| metadata | {"openppx":{"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
npx --yes clawhub@latest install <slug> --workdir ~/.openppx/<agent_name>
Replace <slug> with the skill name from search results. This places the skill into ~/.openppx/<agent_name>/skills/, where openppx loads per-agent local skills from. Always include --workdir.
npx --yes clawhub@latest update --all --workdir ~/.openppx/<agent_name>
npx --yes clawhub@latest list --workdir ~/.openppx/<agent_name>
npx comes with it).npx --yes clawhub@latest login) is only required for publishing.--workdir ~/.openppx/<agent_name> is critical — without it, skills install to the current directory instead of the target agent home.