openclaw-workspace
Summary
This workspace documents and manages the configuration, memory, agent setup, and operational tools for an OpenClaw AI agent system. It provides detailed logs, persistent memory, agent personality, local environment notes, and production supporting skill documentation—primarily focused on A股(Chinese stocks)trading automation and workflow management.
Included Assets
-
Agent and Session Guidance
AGENTS.md– Startup steps, session workflow, memory instructionsSOUL.md– Defines the agent's personality and communication style
-
Memory System
MEMORY.md– Curated long-term memory for main session usememory/– Timestamped daily logs and special event recordsMEMORY_SYSTEM.md– Architectural overview of the multi-layer memory system
-
Tools and Local Notes
TOOLS.md– Local setup, device notes, custom environment variables
-
Skills and Plugins
skills/memory-lancedb-pro-skill/README.md– How to use the LanceDB-based long-term memory skill
-
Operational Logs and Documentation
memory/YYYY-MM-DD.md– Chronological workspace and market activity logsmemory/2026-03-27-14-00巡检.json– Example serialized session check snapshots
How to Use
- Startup: Begin each session by following the checklist in
AGENTS.md(read personality inSOUL.md, recent logs, and follow any execution manual referenced). - Memory Management:
- Write significant decisions and insights into
MEMORY.md(main session only). - Record raw logs and daily details in
memory/YYYY-MM-DD.md. - Refer to
MEMORY_SYSTEM.mdfor understanding and maintaining the three-layer memory architecture.
- Write significant decisions and insights into
- Skills and Tools:
- Review
TOOLS.mdfor local setup details or to update new infrastructure info (e.g., tokens, devices). - For advanced memory features, consult
skills/memory-lancedb-pro-skill/README.mdfor setup and troubleshooting.
- Review
- Operations and Work Logs:
- Use daily logs to trace system state, market activity, task execution, issues, and their resolutions.
- Check for known problems or needed configuration (e.g., Cron setups, MCP arguments) in recent memory logs.
Notes
- Agent personality is intentionally opinionated and direct, as specified in
SOUL.md. - Main curated memory (
MEMORY.md) is only for direct, private sessions with the primary user. - Do not load
MEMORY.mdor personal info in shared or group contexts for security reasons. - All mission-critical troubleshooting, daily events, and major config changes are recorded in memory logs.
- Tokens and private configuration variables (like for Tushare or Eastmoney skills) are tracked in
TOOLS.md, but sensitive values should be handled responsibly. - Skill directories (like
skills/memory-lancedb-pro-skill/) may require separate dependency installation and configuration. Follow the README provided in each for details. - For task automation or cron job tracking, see specific daily logs for real-world examples and error handling records.
This setup aims to maximize agent autonomy, accountability, and memory retention for production OpenClaw applications managing complex workflows and financial data.
No comments yet.