ワンクリックで
ワンクリックで
Integrate a new robot into the PhyAgentOS ReKep plugin when the user says things like "帮我接入新机器人 XXX", "接入 ReKep 新机器人", or "help me onboard a new robot into ReKep". Inspect the SDK dropped into the ReKep plugin runtime, generate or update the adapter/factory/docs, and finish with deployment and startup instructions.
Unified tool for managing agent LLM modes (add, remove, update, list, switch).
Schedule reminders and recurring 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.
Unified tool for analyzing and displaying images (vision analysis and image display).
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 | {"PhyAgentOS":{"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 ~/.PhyAgentOS/workspace
Replace <slug> with the skill name from search results. This places the skill into ~/.PhyAgentOS/workspace/skills/, where PhyAgentOS loads workspace skills from. Always include --workdir.
npx --yes clawhub@latest update --all --workdir ~/.PhyAgentOS/workspace
npx --yes clawhub@latest list --workdir ~/.PhyAgentOS/workspace
npx comes with it).npx --yes clawhub@latest login) is only required for publishing.--workdir ~/.PhyAgentOS/workspace is critical — without it, skills install to the current directory instead of the PhyAgentOS workspace.