@2048/backup
Backup — Snapshot Manager
One skill, three flows:
| Trigger | Flow | What happens |
|---|---|---|
/backup, "备份…", "做个快照", "back up my agent", "バックアップ", … |
A. Create | pack current agent state → upload to sc-agent-backup |
/restore, "恢复…", "回滚到上次备份", "restore from backup", "復元", … |
B. Restore | list → pick → download → apply each section (user-confirmed) |
/delete-backup, "删除备份…", "delete a backup", "バックアップ削除", … |
C. Delete | list → pick → two user confirmations → DELETE /backups/{id} |
All flows talk to the same storage service (sc-agent-backup.internal) using the container's CONTAINER_JWT. Identity is derived from the JWT — you can never read, write, or delete another user's namespace.
Storage has a hard cap of 5 backups per user. Full uploads return a replace menu that the user picks from — never auto-pick the oldest.
Language policy
Every user-facing message you produce in these flows — prompts, summaries, confirmation questions, status updates, error explanations — MUST be in the user's conversation language. Detect the language from the user's most recent messages (fall back to user_settings.language if ambiguous, fall back to English if that's also unclear).
The prompt examples throughout this SKILL.md are written in Chinese or English for illustration only. Translate them. Keep the same structure and detail level, but render the prose in whatever the user is actually speaking.
More from starchild-ai-agent/community-skills
@1247/orderly-api-authentication
Complete authentication guide for Orderly Network - EIP-712 wallet signatures for EVM accounts, Ed25519 message signing for Solana accounts, and Ed25519 signatures for API requests
32@1247/orderly-trading-orders
Place, manage, and cancel orders using REST API or SDK hooks. Covers market, limit, IOC, FOK, POST_ONLY order types and batch operations
21@1247/trade-simulator
Multi-agent scenario analysis for traders using MiroFish swarm intelligence architecture. LLM-powered market participant simulation with behavioral reasoning, cascade analysis, and post-sim interviews.
18@1247/orderly-deposit-withdraw
Handle token deposits and withdrawals across chains, including allowance approval, vault interactions, and cross-chain operations
16@1363/dub-trading-skill
Dub's personal trading methodology — range trading with scaled entries/exits, volume profile levels, VWAP anchored analysis, and geopolitical risk awareness. Use when recommending trades or analyzing setups for this user.
11@1247/orderly-positions-tpsl
Monitor positions in real-time, configure Take-Profit/Stop-Loss orders, and manage risk with leverage settings
11