一键导入
skill-manager
Search, install, and remove Agent Skills from skills.sh or confirmed skill GitHub sources
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search, install, and remove Agent Skills from skills.sh or confirmed skill GitHub sources
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run user-created frontend/backend/WebSocket services and expose them through Cloudflare by default when the user asks to start, deploy, preview, share, or make the service accessible. Local-only is allowed only when explicitly requested.
Use when working with spoon-bot's built-in EVM wallet, checking balances, transferring EVM assets, signing messages or transactions, rotating/exporting keys, or supporting skills that expect the legacy ~/.agent-wallet layout.
Use when creating, listing, steering, cancelling, or resuming spoon-bot persistent subagents through explicit tools or API calls.
A skill for performing automated code reviews with security and best practices analysis
A skill for automating common Git operations with safety checks
Export text content to various formats (PDF, Excel, Markdown, Mermaid mindmap)
| name | skill-manager |
| description | Search, install, and remove Agent Skills from skills.sh or confirmed skill GitHub sources |
| when_to_use | Use only when the user explicitly asks to install, search, remove, or inspect an Agent Skill, or after reviewing a GitHub/local source and confirming it contains a valid skill SKILL.md. Do not use for arbitrary GitHub repositories or files. |
| version | 1.0.0 |
| tags | ["management","skills","marketplace"] |
| triggers | [{"type":"keyword","keywords":["install skill","search skill","find skill","remove skill","uninstall skill","skill marketplace","skills.sh","search_skills","install_skill","remove_skill"],"priority":90}] |
| composable | true |
Install confirmed Agent Skills from GitHub URLs, search skills.sh, and manage installed skills.
Do not use this skill for arbitrary GitHub repositories, GitHub files, or local files. Review those with normal tools first. Only install after the user explicitly asks for a skill install or the source has been confirmed to contain a valid skill SKILL.md.
Use this flow only for confirmed Agent Skill sources.
skill_marketplace(action='install_skill', url='<github_url>') — downloads the skill filesself_upgrade(action='reload_skills') — loads the new skill into the agentskill_marketplace(action='search_skills', query='...') — search skills.shskill_marketplace(action='remove_skill', skill_name='...') — remove an installed skillskill_marketplace(action='skill_info', skill_name='...') — show skill details