openclaw-workspace-sowork
Production-ready workspace template for Claude Code, OpenClaw, and Hermes. Includes brand positioning, web research, and content writing skills, plus a full AGENTS/SOUL/TOOLS/USER/IDENTITY/HEARTBEAT/MEMORY workspace system. Battle-tested across 13 markets by SoWork. DeepEval score: 0.940.
openclaw-workspace-sowork
A production-ready workspace template for Claude Code, OpenClaw, and Hermes — clone it, fill in your brand context, and run.
What This Skill Does
When you install this workspace, your OpenClaw agent gains:
- Brand Positioning — Analyze brand USPs, map competitors, generate campaign strategy.
- Web Research — Structured market research and trend monitoring across any market.
- Content Writing — Brand-aligned content (social, blog, campaigns) for any platform.
Beyond skills, you get a complete workspace file system plus a quick installer for three runtimes:
| Runtime | Install path |
|---|---|
| Claude Code | project root with AGENTS.md launcher + ./.sowork-workspace/ via ./scripts/install-workspace.sh --target claude --dest ... |
| OpenClaw | ~/.openclaw/workspace |
| Hermes | ~/.hermes/skills/openclaw-imports/openclaw-workspace-sowork |
The Claude installer refuses to overwrite an existing AGENTS.md unless you pass --force.
| File | Purpose |
|---|---|
| AGENTS.md | Boot sequence, routing rules, checklist table |
| SOUL.md | Persona, tone, brand-in-SOUL methodology |
| TOOLS.md | Environment: SSH hosts, API config, TTS voices |
| USER.md | Team context, preferences (main sessions only) |
| IDENTITY.md | Name, emoji, avatar |
| HEARTBEAT.md | Periodic health tasks and content pipeline checks |
| MEMORY.md | Long-term memory template for persistent context (security-gated) |
Installation
# Clone the repo
git clone https://github.com/cj-wang-sowork/openclaw-workspace-sowork.git
cd openclaw-workspace-sowork
# Install into OpenClaw
./scripts/install-workspace.sh --target openclaw
# Install into Claude Code (project-local)
./scripts/install-workspace.sh --target claude --dest ~/workspace/your-project
# Install into Hermes
./scripts/install-workspace.sh --target hermes
For --target all, --dest applies to the Claude Code project only. OpenClaw and Hermes keep their default install paths.
If you still prefer the Skills CLI path for OpenClaw only:
npx skills add cj-wang-sowork/openclaw-workspace-sowork
Quick Usage
After installation, trigger skills with:
@assistant Run brand positioning for [Your Brand]
@assistant Research [topic or market]
@assistant Write [content type] for [platform]
Production Validation
Extracted from real SoWork operations:
- 13 markets on 1 VM simultaneously
- ~$50/month total infrastructure cost
- 3 agents running in parallel (brand, research, content)
- DeepEval score: 0.940 on brand consistency
- Token efficiency: Full bootstrap under 150k chars
Multi-Agent Example
See examples/marketing-team/ for a complete 3-agent setup with cost breakdown.
Security
MEMORY.md is security-gated — loaded in main sessions only, never in group chats or sub-agents.
Related
- SoWork.ai — AI marketing platform this workspace powers
- VoltAgent/awesome-openclaw-skills — skills registry
- win4r/openclaw-workspace — workspace maintenance skill