AskingTheHeavens/dsh-openclaw-persona ↗★ 0
@user/dsh-openclaw-persona
DSH profile bundle: load OpenClaw-style persona files (SOUL.md, IDENTITY.md, USER.md, TOOLS.md, MEMORY.md, AGENTS.md, HEARTBEAT.md, memory/*.md) into every DSH session whose workspace contains an openclaw/ subdirectory.
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:AskingTheHeavens/dsh-openclaw-persona说明文档
阅读完整 README ↗Usage
After install and restart, create an OpenClaw-style workspace in any directory you want to use:
/your/workspace/
└── openclaw/
├── AGENTS.md
├── SOUL.md
├── IDENTITY.md
├── USER.md
├── TOOLS.md
├── MEMORY.md
├── HEARTBEAT.md
└── memory/
└── 2026-08-16.md
Create a DSH session with that directory as the workspace:
dsh --cwd /your/workspace
or in the Web UI, start a new session in that workspace. The OpenClaw files are auto-loaded into the system prompt (SOUL.md, IDENTITY.md) and the runtime context (everything else). No preset selection is needed; the bundle applies to every session, in every preset.
Configuration
Subdirectory name
By default the plugin reads from ./openclaw/ inside the session workspace.
Override via the environment variable:
OPENCLAW_SUBDIR=persona dsh --cwd /your/workspace