AI Agent Hub
Back to plugins
🧠

dsh-openclaw-persona

Memory Updated 2026.08.18

Run the following command in DeepSeek Harness:

dsh plugin install AskingTheHeavens/dsh-openclaw-persona

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install AskingTheHeavens/dsh-openclaw-persona in DeepSeek Harness to install this plugin, source code available at https://github.com/AskingTheHeavens/dsh-openclaw-persona , and restart DSH after installation for the bundle to take effect.

About this plugin

DeepSeek Harness normally loads only AGENTS.md and CLAUDE.md to define agent behavior, while an OpenClaw workspace uses a richer set of files—SOUL.md, IDENTITY.md, USER.md, TOOLS.md, MEMORY.md, HEARTBEAT.md, plus daily notes under memory/—to give an agent full identity, memory, and context. dsh-openclaw-persona packages the entire OpenClaw file set as a standard DSH profile bundle that activates automatically whenever a session working directory contains an openclaw/ subdirectory. Persona files are injected into the system prompt and the rest into runtime contexts, applying to every agent in every session with no preset selection required.

The plugin preserves OpenClaw's semantic nuances: MEMORY.md is loaded only in the main session and never in sub-agents or group chats; HEARTBEAT.md is injected solely when it contains real tasks, skipping empty or comment-only files; daily notes under memory/ are capped at the two most recent by filename, each truncated to 16 KiB, matching the "today plus yesterday" convention. Successful reads, writes, or edits inside openclaw/ also trigger a per-agent cache refresh so subsequent turns see fresh content.

Ideal for developers and teams who have already built persona and memory assets in an OpenClaw workspace and want to carry them over to DeepSeek Harness without restructuring. After installing the bundle and restarting DSH, every session in that workspace inherits the full OpenClaw profile automatically, with no extra configuration.

Use Cases

  • Carry over OpenClaw persona and memory assets into DSH sessions seamlessly
  • Inject session-specific memory and context across multi-agent setups
  • Use daily notes to build progressive conversation memory

Best For

  • Developers with existing OpenClaw workspaces
  • Teams needing persistent memory configuration for DSH agents
  • Application developers seeking consistent agent identity and context