openclaw-workspace
Summary
This workspace provides tools, skill modules, and documentation for managing and extending OpenClaw agent capabilities. It includes automation utilities, structured memory records, and backup solutions, with a focus on best practices for file organization and agent improvement.
Included Assets
- TOOLS.md
Local setup notes, environment variables, device nicknames, SSH hosts, and custom conventions. - memory/
Markdown documentation for video download rules, platform-specific organization standards, file operation records, and memory system structure. Example documents:- Platform directory/filenaming rules (e.g., Toutiao, Douyin)
- Info.md templates and required metadata fields
- Operation logs for merging, reorganizing, and updating files
- skills/
agent-browser-clawdbot
Headless browser automation for agents using accessibility tree snapshots and ref-based element selection.openclaw-backup
Backup and restore scripts and references for OpenClaw configuration and data (includes cron integration).self-improving-agent-cn
Records agent errors, user corrections, and best practices to enable self-improving AI functionality.
- scripts/
- Shell scripts for backup operations and rotation handling.
How to Use
-
Reference Rules & Conventions
- Review memory files (e.g.,
memory/2026-03-16-video-download-rules.md) for standardized directory layouts and mandatory info.md templates when downloading or managing videos. - Use the guides in
TOOLS.mdto set up your environment-specific preferences.
- Review memory files (e.g.,
-
Utilize Skills
- For browser automation, use
agent-browser-clawdbotthrough its documented commands. - For regular system backups, use the scripts in
skills/openclaw-backup/scriptsand refer to cron setup examples inSKILL.md. - For agent self-improvement, follow structured logging procedures as outlined in
self-improving-agent-cn/SKILL.md.
- For browser automation, use
-
Backup & Restore
- Execute
skills/openclaw-backup/scripts/backup.shto archive your OpenClaw setup. - Follow the step-by-step restore instructions in
skills/openclaw-backup/references/restore.mdif recovery is needed.
- Execute
-
Maintain Structured Memory
- Add or update documentation in memory/ as your agent or workflow evolves.
- Ensure info.md files are up to date and contain all required metadata after each operation.
Notes
- All scripts assume a Unix-like environment and standard folder locations under the user's home directory.
- info.md generation and correct directory structure are mandatory for all managed media—verify after each download or backup.
- Skills are isolated under
skills/and can be updated independently from your local environment notes inTOOLS.md. - Keep only the last 7 backups to save space; older backups are rotated automatically.
- Always validate restoration procedures on non-production setups before overwriting active configurations.
还没有评论。