원클릭으로
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.