openclaw-main
Main agent workspace for 傻妞 (Shaniu), faiz's AI secretary. This workspace manages an agent swarm for personal productivity, content operations, and project management.
Summary
This is the primary workspace for the OpenClaw agent system. It contains the agent's identity (SOUL.md), operational rules (AGENTS.md), long-term memory (MEMORY.md), and tool configurations (TOOLS.md). The workspace supports multi-agent orchestration, Notion integration via MCP, browser automation, and various productivity skills.
Included Assets
Core Files
SOUL.md— Agent identity and personality (secretary who directs agent swarms)AGENTS.md— Operational rules, red lines, session startup sequence, delegation logicMEMORY.md— Long-term facts, user preferences, project indexTOOLS.md— Environment configurations (WSL2, browser, MCP servers, GitHub CLI)
Skills
| Skill | Purpose |
|---|---|
browser | Puppeteer-based page rendering for JS-heavy sites |
minimax-tts-voice | MP3 voice generation via MiniMax API |
multi-source-research | Web, academic, social media, and news research |
n8n | Workflow automation management |
task-tracker-pro | Persistent multi-step task tracking |
agent-browser-clawdbot | Accessibility tree-based browser automation |
agent-creator | New agent workspace scaffolding |
skill-security-auditor | Pre-install security scanning for skills |
Projects
memory/projects/zhi-xing-he-yi.md— 知行合一商业化memory/projects/notionnext-blog.md— 博客运营self-improving/domains/moltbook.md— MoltBook养号self-improving/domains/openclaw.md— OpenClaw配置
Dependencies
memory-lancedb-pro— Vector database for enhanced memory
How to Use
Session Startup
- Agent reads SOUL.md (identity)
- Agent reads USER.md (user profile)
- Agent reads today's and yesterday's daily logs
- For main session: also loads MEMORY.md
Task Delegation
- Tasks >10s spawn sub-agents via
runtime: "subagent" - Technical work flows through 无极 → CC (Claude Code) chain
Notion Integration
- Uses Notion MCP tools (notion__*) exclusively
- Three databases: 手写笔记, 资源, 项目管理器
Notes
- WSL2 environment: DISPLAY set to
172.20.112.1:0, Windows host at172.20.112.1 - Safe delete: Use
trashcommand instead ofrm(moves to~/.trash/) - Sub-agent sandbox: Cannot access paths outside workspace
- Notion MCP: Local server mode, tokens in openclaw.json
No comments yet.