openclaw-workspace
Summary
Backup of an OpenClaw workspace as of 2026-03-18. Includes agent, soul, and tool configuration files, skill documentation, and gateway references for integrating third-party applications. Designed to help OpenClaw users manage local context, customize their environment, and connect to external APIs.
Included Assets
- AGENTS.md — Workspace guide and agent instructions
- SOUL.md — Personality, ethics, and behavior guidelines for agents
- TOOLS.md — Local environment notes for device and tool customization
- package.json — Dev dependencies for Markdown and DOCX processing
- skills/adclaw/README.md — AdClaw skill documentation (广告素材搜索)
- skills/ai-humanizer/README.md — Humanizer skill and CLI documentation
- skills/ai-humanizer/package.json — Humanizer skill package manifest
- skills/api-gateway/references/ — Routing references for:
- active-campaign
- acuity-scheduling
- airtable
- apollo
- asana
- attio
- basecamp
- baserow
- beehiiv
- box
- brave-search
How to Use
- Workspace context: Read
AGENTS.md,SOUL.md, andTOOLS.mdto understand agent setup, workspace boundaries, and environmental customization. - Skills integration: Review skill README files in
skills/for instructions on installing, configuring, and using each skill. - API gateways: Check
skills/api-gateway/references/for usage patterns of supported third-party applications, including sample endpoints and payloads. - Package management: If needed, use dependencies listed in
package.jsonfor document conversion or Markdown tooling.
Notes
- The workspace files provide continuity for agent sessions. Each session starts fresh, so context is restored from memory files as outlined in
AGENTS.md. - Skill documentation outlines prerequisites and example usage but may require you to obtain API keys or perform additional setup.
- Gateway references are for path and payload patterning; actual API credentials/configuration steps are not provided here.
- Local environment notes in
TOOLS.mdare intended for customization and are not overwritten by skill updates. - Review and update your
SOUL.mdand workspace files as needed to maintain accurate context and behavior.
No comments yet.