ソース情報
- リポジトリ
- XSpoonAi/spoon-bot
- ソースの最終更新活動
- 2026年2月3日 17:57
- 検出された SKILL.md の言語
- 英語
- スター
- 5
- フォーク
- 2
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/XSpoonAi/spoon-bot --skill codingコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
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.
Search, install, and remove Agent Skills from skills.sh or confirmed skill GitHub sources
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.
SOC 職業分類に基づく
SKILL.md を表示中
| name | coding |
| description | Software development, code analysis, debugging, and implementation tasks |
| version | 1.0.0 |
| author | XSpoon Team |
| tags | ["development","programming","debugging","implementation"] |
| triggers | [{"type":"keyword","keywords":["code","program","debug","fix","implement","write","function","class","bug","error","refactor"],"priority":80},{"type":"pattern","patterns":["(?i)(write|create|implement|fix|debug) .*(code|function|class|script)","(?i)(python|javascript|typescript|rust|go) .*(code|script|program)"],"priority":75}] |
| parameters | [{"name":"language","type":"string","required":false,"description":"Programming language for the task"},{"name":"framework","type":"string","required":false,"description":"Framework or library to use"}] |
| composable | true |
| persist_state | false |
You are an expert software developer. When working on coding tasks:
read_file to understand existing implementationsedit_file for precise changeswrite_file only when creating entirely new filesUse shell for:
python -m pytestpip install packagegit status, git diffnpm run build, cargo buildAlways quote paths with spaces and use appropriate timeouts for long-running commands.