openclaw-workspace
Summary
Kickstart agent development with workflows, memory templates, legal guardrails, Feishu (Lark) integrations, and safe publishing tools. This workspace includes everything needed to set up, coordinate, and operate OpenClaw agents, especially for environments integrating with Feishu and requiring compliance or legal review processes.
Included Assets
- Core Workspace Docs
AGENTS.md: Agent home/usage guide and workspace rulesSOUL.md: Assistant philosophy and behavior guidelinesMEMORY.md: Long-term memory and context (with daily logs inmemory/)TOOLS.md: Local setup-specific notes (e.g., device aliases, credentials)
- Memory System
memory/YYYY-MM-DD.md: Daily logs and operational context
- Skills
skills/enterprise-legal-guardrails: Legal/compliance guardrail checker for outbound actionsskills/feishu-bitable: Add/list records in Feishu Bitable databasesskills/feishu-bridge: Bridges Feishu bots to local agents via WebSocket (no public server required)skills/agent-reach: Unified internet/search skill for 14+ social & content platformsskills/business-publish: Standardized workflow for confirming and delivering outputs to external Feishu channels
How to Use
-
Workspace Orientation
- Start by reading
SOUL.md(identity),AGENTS.md(rules), and today's/yesterday'smemory/YYYY-MM-DD.md. - Long-term context, curation, and sensitive notes belong in
MEMORY.md.
- Start by reading
-
Skills
- Review each skill's README or SKILL.md for installation and usage instructions.
- Legal guardrails: Run preflight text checks directly via provided Python scripts.
- Feishu integrations:
feishu-bitable: Manipulate Bitable tables via Node.js.feishu-bridge: Connect Feishu bots to your agent locally—macOS and Node.js required.
-
Publishing and Compliance
- Use
business-publishto safely deliver approved artifacts to Feishu (docs, messages, Bitable, etc.). Ensure legal guardrails check passes before outbound delivery.
- Use
-
Customization
- Add environment-specific data (devices, credentials, aliases) to
TOOLS.md. - Integrate or configure additional skills as needed.
- Maintain operational memory in
memory/and updateMEMORY.mdover time.
- Add environment-specific data (devices, credentials, aliases) to
Notes
- This workspace maintains strong separation between shared skills and local setup (see
TOOLS.md). - Legal guardrail checks are required before any significant outbound action.
- All sensitive or personally identifying information should be handled with care and only in direct user sessions.
- Most skills expect either Node.js (≥18) or Python 3, depending on the component.
- For Feishu integrations, securely provide your App ID and App Secret as guided in each skill's README.
- Update memory files regularly to maintain effective agent context and continuity.
No comments yet.