mit einem Klick
subagents
// Use when creating, listing, steering, cancelling, or resuming spoon-bot persistent subagents through explicit tools or API calls.
// Use when creating, listing, steering, cancelling, or resuming spoon-bot persistent subagents through explicit tools or API calls.
Run 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.
Search, install, and remove Agent Skills from skills.sh or confirmed skill GitHub sources
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 | subagents |
| description | Use when creating, listing, steering, cancelling, or resuming spoon-bot persistent subagents through explicit tools or API calls. |
subagents is a built-in spoon-bot skill for operating persistent subagents without prompt-derived routing.
The runtime must not infer subagent creation, selection, or routing from arbitrary user text. Use explicit tool or API operations instead.
action, agent_name, description, and config.Before creating a persistent subagent, resolve these structured fields:
agent_name: stable identifier chosen by the operator or generated by the tooldescription: concise responsibility statementtool_profile: requested tool access profileallow_subagents: whether nested subagents are allowedtimeout_seconds: execution timeout for runs