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