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, andpackage.jsonfiles for each skill. - Reference files and scripts within skill directories.
- Individual
-
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
-
Workspace Restoration
- Copy or clone this repository into your OpenClaw project directory.
- Place the
skills/,memory/, and root.mdfiles in appropriate subdirectories according to your tooling setup.
-
Skill Re-activation
- Read through each skill's
README.mdand 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, andTOOLS.md.
- Read through each skill's
-
Memory & Ontology
- Restore the
memory/directory for continuity if importing on a new instance. - Review memory logs and update with current context if necessary.
- Restore the
-
Custom Tools & Notes
- Update
TOOLS.mdfor your local environment or secrets, as this is intended for infrastructure-specific configuration.
- Update
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.
No comments yet.