beaver-claw-backup
Backup & Restore Instructions
Manage data persistence for tools and directories. Use bunx for execution. Prefer --yes and --json flags for non-interactive tasks.
Common Workflows
1. Create a Backup Rule
- Built-in Preset:
bunx @beaverslab/claw-backup init-rule --name <name> --preset <preset> --yes - Custom Path:
bunx @beaverslab/claw-backup init-rule --name <name> --preset other --type <type> --src <path> --dest <path> --yes
2. Run a Backup
- Silent:
bunx @beaverslab/claw-backup backup <rule-name> --yes - Machine Read:
bunx @beaverslab/claw-backup backup <rule-name> --json
3. Restore Data
- By Rule:
bunx @beaverslab/claw-backup restore <rule-name> [target-dir] --yes - By Archive:
bunx @beaverslab/claw-backup restore <rule-name> --archive <path> --yes - Direct:
bunx @beaverslab/claw-backup restore <archive.tar.gz> <target-dir> --yes
Fallback & Compatibility
If bun is not installed, use npx @beaverslab/claw-backup@latest instead of bunx @beaverslab/claw-backup.
Troubleshooting & Schema
- Rules Location:
~/.beaver-skill/beaver-claw-backup/ - Rule Format: See YAML Schema
- Recovery Details: See Restore Guide
More from beaverslab/beaver-skill
beaver-image-gen
AI image generation with OpenAI, Google, DashScope and Replicate APIs. Supports text-to-image, reference images, aspect ratios. Sequential by default; parallel generation available on request. Use when user asks to generate, create, or draw images.
15beaver-xhs-images
Generates Xiaohongshu (Little Red Book) infographic series with 10 visual styles and 8 layouts. Breaks content into 1-10 cartoon-style images optimized for XHS engagement. Use when user mentions "小红书图片", "小红书笔记", "小红书配图", "小红书种草", "XHS images", "XHS cards", "RedNote infographics", or wants social media infographics for Chinese platforms.
8beaver-rss-digest
Generate configurable RSS digest with YAML-driven LLM chain, source management, prompt customization, i18n, and template-based report output.
5beaver-release-skills
Dual-release workflow for the Beaver Skills library. Use "release skill" to update the unified skills version or "release package <name>" to update independent CLI tools (NPM, Rust, Python, Go). Powered by Changesets.
5beaver-markdown-i18n
Translate and sync markdown documentation between languages (EN↔ZH/JA/KO). Handles new document translation and incremental sync when source updates. Preserves code blocks, frontmatter structure, links, and variables. Use when translating docs, localizing markdown, syncing i18n files, or when the user mentions translation, localization, multilingual documentation, 翻译, ローカライズ, or 번역.
3beaver-cover-image
Generates article cover images with 5 dimensions (type, palette, rendering, text, mood) combining 9 color palettes and 6 rendering styles. Supports cinematic (2.35:1), widescreen (16:9), and square (1:1) aspects. Use when user asks to "generate cover image", "create article cover", or "make cover".
1