一键导入
skill-creator
Create or update Skills for MyPicoClaw. Use when the user asks to add a new capability, define a new workflow, or package a new skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create or update Skills for MyPicoClaw. Use when the user asks to add a new capability, define a new workflow, or package a new skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Show system health and resource usage for the Gateway VPS and a configured Storage VPS.
Download videos or files using yt-dlp and optionally transfer them to a configured storage VPS.
Index and search through MyPicoClaw memory, sessions, and site monitor findings (Lightweight RAG).
Monitor GitHub repositories for new commits or releases in the last 24 hours.
Monitor specific websites (forums, video sites) for new content/files in the last 24 hours.
Search the web for current information, news, and deep-dive research.
| name | skill-creator |
| description | Create or update Skills for MyPicoClaw. Use when the user asks to add a new capability, define a new workflow, or package a new skill. |
Create new skills to extend MyPicoClaw's capabilities.
When the user asks to "create a new skill", follow this pattern:
mkdir -p skills/[skill-name]
Use write_file to create skills/[skill-name]/SKILL.md with this template:
---
name: [skill-name]
description: [What this skill does and when to use it]
metadata: {"nanobot":{"emoji":"🔧","requires":{"bins":["tool1"]}}}
---
# [Skill Name]
[Instructions for the agent on how to execute this skill]
## Usage
[Commands or workflows]
Tell the user the skill is created and will be available after restart.
description field is the primary trigger — make it comprehensive.exec tool.scripts/, references/, or assets/ subdirectories only if needed.my-skill)