بنقرة واحدة
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 المهني
Two-layer memory with vector search + grep. Always load this skill.
Manage calendar events and schedules. Create, view, update, and delete events. Supports Google Calendar and Outlook.
Schedule reminders and recurring tasks.
Manage email communications. Read, send, search, and organize emails. Supports Gmail and Outlook.
Unified productivity workflows combining calendar, email, and task management. Streamline common work processes like meeting preparation, daily planning, and project tracking.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
| name | clawhub |
| description | Search and install agent skills from ClawHub, the public skill registry. |
| homepage | https://clawhub.ai |
| metadata | {"picobot":{"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 ~/.picobot/workspace
Replace <slug> with the skill name from search results. This places the skill into ~/.picobot/workspace/skills/, where picobot loads workspace skills from. Always include --workdir.
npx --yes clawhub@latest update --all --workdir ~/.picobot/workspace
npx --yes clawhub@latest list --workdir ~/.picobot/workspace
npx comes with it).npx --yes clawhub@latest login) is only required for publishing.--workdir ~/.picobot/workspace is critical — without it, skills install to the current directory instead of the picobot workspace.