一键导入
skill-manager
// Search, install, and remove Agent Skills from skills.sh or confirmed skill GitHub sources
// Search, install, and remove Agent Skills from skills.sh or confirmed skill GitHub sources
| 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 detailsRun user-created frontend or backend services in the background and optionally expose them through a Cloudflare Quick Tunnel.
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)