com um clique
com um clique
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
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
Export text content to various formats (PDF, Excel, Markdown, Mermaid mindmap)
| name | git_helper |
| description | A skill for automating common Git operations with safety checks |
| version | 1.0.0 |
| author | XSpoon Team |
| tags | ["git","version-control","automation"] |
| triggers | [{"type":"keyword","keywords":["git commit","commit changes","push code","create branch"],"priority":80},{"type":"pattern","patterns":["(?i)(commit|push|branch|merge|rebase)"],"priority":75}] |
| composable | true |
| persist_state | false |
A skill for automating common Git operations with safety checks.
When activated for Git operations:
Pre-commit Checks
Commit Message Format
Branch Operations
Push Safety
# Good commit message format
feat(auth): add OAuth2 support for GitHub login
- Add OAuth2 client configuration
- Implement token refresh mechanism
- Add user profile sync
Closes #123