AskingTheHeavens/dsh-openclaw-persona ↗★ 0
@user/dsh-openclaw-persona
DSH 配置包插件:自动将工作区 openclaw 目录下的 OpenClaw 风格角色设定文件加载至 DSH 会话中。
AI 分析
核心用途是免预设自动加载 OpenClaw 格式的人设与上下文文件。适合使用 OpenClaw 规范管理角色设定与记忆的 DSH 用户。
安装
$
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