DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Character Studio — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-character-studio

Character Studio

DeepSeek Harness native immersive roleplay studio & companion system. Unifies decoupled character cards with Hindsight graph memory.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-character-studio@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Character Studio is published as dsh-character-studio and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/11/2026

Versions

0.1.0stable
9/11/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
74.9 kB
Files
8
Surface
any
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
0
Last push
8/29/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in memory-context.

Contextdsh-contextA DeepSeek Harness plugin for context insight and management, with context dashboard and context command, for understanding how the context is made of, and how it evolves.Weknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Memsearch Dsh@zilliz/memsearch-dshMemSearch plugin for DeepSeek Harness: shared markdown memory across agents, with capture, pre-step context injection, memory-recall skill, and a skill-candidate review panel.Memory@furongjun1999/dsh-memoryLingshu (Lingshu·líng shū) DeepSeek Harness plugin: a complete brain—long-term memory/knowledge flywheel/self-awareness/recursive reflection integrated with DSH, with conversations automatically distilled into the md_cg cognitive graph (md documents)

README

dsh-character-studio

DeepSeek Harness Native Immersive Roleplay Studio & Companion Runtime. Unifies decoupled character card management with the Hindsight graph memory engine, making DSH a lightweight, elegant, and persistent RP host.

English | 简体中文


🌟 Key Advantages & Differences

DimensionSillyTavern (Tavern)Existing DSH RP Pluginsdsh-character-studio (This Plugin)
ArchitectureHeavy standalone frontend appHost patching or pure static promptNative lightweight Cordis plugin, non-invasive
Long-term MemorySliding window / naive vector searchSingle file append or no graph memoryPowered by Hindsight entity graph & temporal reasoning
Memory IsolationManual database switches / prone to leaksGlobal shared memory across charactersDedicated Bank isolation (rp_<character>)
Thinking DepthComplex regex / external prompt injectionNo <think> chain-of-thought constraintOfficial DeepSeek <think> first-person monologue rules
Card CompatibilitySpecialized frontend format / pluginsLimited formatsNative 3-section Markdown & SillyTavern V2 JSON

🌟 Key Features

  • 🎭 Multi-Format Character Cards:
    • Native 3-section Markdown cards (## 【角色】, ## 【关系】, ## 【对话】);
    • SillyTavern V2 JSON card compatibility;
    • Zero-code hot switching.
  • 🧠 Hindsight Role-Dedicated Memory Bank:
    • Automatically isolates each character into its own bank (e.g. rp_alice), preventing cross-character memory leaks;
    • Captures lore, commitments, and plot points with knowledge graph relations;
    • Built-in 60s in-memory TTL recall cache with write-invalidation.
  • 🎬 DeepSeek <think> Immersive Monologue:
    • Injects first-person psychological analysis within <think> tags;
    • Enforces standard dialogue/action formatting and natural humanized conversational cadence.
  • 🕹️ Slash Commands & OOC Directives:
    • /rp list: Show all available character cards;
    • /rp use <name>: Switch the active persona immediately;
    • /rp status: Check bank stats and Hindsight connection health;
    • /ooc <directive>: Out-Of-Character director controls.

📦 Installation

dsh plugin --profile web add dsh-character-studio
# or headless mode
dsh plugin --profile headless add dsh-character-studio

⚙️ Configuration

OptionDefaultDescription
cardsPath~/.dsh/cardsRoot directory for character cards (.md / .json)
defaultCard""Default active character card (empty for none)
hindsightEndpointhttp://localhost:8888Hindsight REST API endpoint
hindsightToken""Hindsight bearer token (optional)
bankPrefixrp_Memory bank prefix for roleplay
recallCacheTtlMs60000In-memory recall cache TTL in ms (0 to disable)
enableDeepSeekImmersivePrompttrueEnable <think> first-person monologue rules
enableTavernFormattingtrueEnable roleplay formatting rules

📄 License

MIT License