openclaw_config_code
Summary
This workspace provides configuration code, documentation, and scripts to manage and customize OpenClaw agents, tools, skills, and system automation. It centralizes system settings, scheduled tasks, skill modules, and operational procedures for streamlined deployment and maintenance.
Included Assets
-
Agent, Tool, and Personality Files
AGENTS.md– Workspace usage and memory modelSOUL.md– Principles and assistant personality definitionTOOLS.md– Environment-specific notes for local setup
-
Configuration
config/api-keys.sh– API keys and sensitive configuration (bash script)config/system-config-v1.0.md– Stable, manually updated system configurationconfig/system-config-v1.1.md– Daily ops and temporary configuration (auto/manual updates)config/task-config.json– Scheduled tasks and automation settings
-
Scripts & Skills
scripts/README.md– Overview of automation scripts (batch conversion, reporting, monitoring)skills/tencent-docs/doc/doc_format/README.md– Tencent Docs skill: text formatting automationskills/wps-skill/README.md– WPS Office skill: document automation/conversion setup
-
Documentation
docs/conversion-strategy.md– System document conversion policy and toolchaindocs/git-ssh-setup.md– Guide for configuring SSH keys for GitHub access
-
Memory / Logs
memory/2026-03-16-cron-tasks-full-update.md– System scheduled task update logmemory/2026-03-16-daily-ai-news-fix.md– Issue/troubleshooting log for scheduled tasksmemory/2026-03-16-email-attachment-fix.md– Email attachment MIME type fix logmemory/2026-03-16-full-test-report.md– End-to-end testing logmemory/2026-03-16-github-sync-summary.md– GitHub sync recordmemory/2026-03-16-self-adjustment-report.md– Self-diagnosis and adjustment report
How to Use
-
Review Initial Setup
- Read
AGENTS.md,SOUL.md, andTOOLS.mdto understand workspace best practices and operational culture. - Configure your API keys in
config/api-keys.sh. Usesource config/api-keys.shto load environment variables.
- Read
-
System Configuration
- Reference
config/system-config-v1.0.mdfor core, stable system settings. - Use
config/system-config-v1.1.mdfor operational adjustments or temporary overrides. - Scheduled tasks and automations are defined in
config/task-config.json.
- Reference
-
Automation Scripts and Tools
- Check
scripts/README.mdfor available utilities and usage instructions, including batch document conversion and email. - To process and convert documents, follow the conversion strategies in
docs/conversion-strategy.md. - Use skills modules documented in their respective READMEs under
skills/.
- Check
-
Maintenance and Logging
- Review daily memory logs under
memory/for context and operational history. - Follow troubleshooting guides (
docs/,memory/) if issues arise with cron tasks or integrations.
- Review daily memory logs under
-
SSH & GitHub Integration
- See
docs/git-ssh-setup.mdto configure Git SSH keys for repository access.
- See
Notes
- Manual edits for system settings should be made in
system-config-v1.0.md; day-to-day changes can be reflected insystem-config-v1.1.md. - Keys and sensitive data in
api-keys.shmust be protected; do not commit live secrets. - Prefer
wps-skillfor all office document format conversions; fall back tobatch_md_to_pdf.pyfor markdown-to-PDF if needed. - The workspace maintains operational context via markdown memory logs; regularly update
MEMORY.mdfor long-term reference. - Scripts and configuration files prioritize clarity, step-by-step output, and explicit error handling.
- Each skill module (WPS, Tencent Docs, etc.) includes standalone instructions and dependencies in its respective README.
For detailed usage of scripts or skills, always refer to the specific README.md files in each subdirectory.
No comments yet.