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:

  1. Brand Positioning — Analyze brand USPs, map competitors, generate campaign strategy.
  2. Web Research — Structured market research and trend monitoring across any market.
  3. 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:

RuntimeInstall path
Claude Codeproject 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.

FilePurpose
AGENTS.mdBoot sequence, routing rules, checklist table
SOUL.mdPersona, tone, brand-in-SOUL methodology
TOOLS.mdEnvironment: SSH hosts, API config, TTS voices
USER.mdTeam context, preferences (main sessions only)
IDENTITY.mdName, emoji, avatar
HEARTBEAT.mdPeriodic health tasks and content pipeline checks
MEMORY.mdLong-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