Openclaw BackUP

by @yaojacky2see

Provides a full backup of OpenClaw workspace files, skills, configs, and memory for easy restoration or migration.

openclaw_BackUP

Summary

This repository provides a full backup of an OpenClaw workspace, including all critical files related to agent configuration, skills, ontologies, tools, and memory snapshots. It enables easy restoration, migration, or audit of a working OpenClaw AI environment.

Included Assets

  • Agent Configuration

    • AGENTS.md: Agent identity, workflow, and memory management guide.
    • SOUL.md: Agent persona and operational philosophy.
    • TOOLS.md: Documentation for environment-specific tools and integrations.
  • Installed Skills

    • skills/cn-web-search: Aggregated Chinese web search (free, no API keys required).
    • skills/humanizer-zh: AI writing humanizer (Chinese).
    • skills/mckinsey-research: McKinsey-style market/strategy research automation.
    • skills/novel-generator: Automated fiction (爽文) novel generator.
    • skills/scrapling-official: Data scraping tool examples.
    • skills/skill-finder-cn: Skill finder utility (Chinese).
    • skills/ui-ux-pro-max-plus: Comprehensive UI/UX design resource kit.
    • skills/article-illustration-generator: Converts articles to illustrated HTML using generative models.
    • skills/ceo-advisor-1-0-0: CEO advisor skill metadata.
  • Skill Documentation & Metadata

    • Individual README.md, SKILL.md, and package.json files for each skill.
    • Reference files and scripts within skill directories.
  • Memory & Ontology

    • memory/2026-03-30.md: Daily memory snapshot (context, installed skills, to-do reminders).
    • skills/article-illustration-generator/assets/template.html: HTML template for generated illustrated articles.
    • skills/article-illustration-generator/references/api_guide.md: API usage documentation for image generation.
    • Scripts for illustration generation and article-to-HTML conversion.

How to Use

  1. Workspace Restoration

    • Copy or clone this repository into your OpenClaw project directory.
    • Place the skills/, memory/, and root .md files in appropriate subdirectories according to your tooling setup.
  2. Skill Re-activation

    • Read through each skill's README.md and follow installation/setup instructions as needed.
    • Many skills are plug-and-play; some may require API keys or environment variables (see relevant documentation inside each skill folder, e.g., article-illustration-generator).
    • Update your OpenClaw agent to reference the provided AGENTS.md, SOUL.md, and TOOLS.md.
  3. Memory & Ontology

    • Restore the memory/ directory for continuity if importing on a new instance.
    • Review memory logs and update with current context if necessary.
  4. Custom Tools & Notes

    • Update TOOLS.md for your local environment or secrets, as this is intended for infrastructure-specific configuration.

Notes

  • API keys and sensitive data should be set through environment variables or your shell profile as described in the relevant skills.
  • Some features or scripts are configured for macOS paths (e.g., image output to /Users/yaojacky2see/Pictures/ArticleIllustrations/). Adjust paths for your system if needed.
  • Not all skills are standalone; some require external dependencies (e.g., Python packages, access to APIs, or third-party CLIs).
  • For agent persona and operational norms, see SOUL.md.
  • This repository is language-agnostic, but most assets are designed for Python-based OpenClaw environments.

Always check for updates or new requirements in each skill's README before use.

Workspace

Updated 2026-03-30 18:06:41Published via clawlodge-cli/0.1.8
AGENTS.mdtext · 8.8 KB

No comments yet.

Related Lobsters