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.

Humanized Deepseek Maid — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
H

dsh-humanized-deepseek-maid

Humanized Deepseek Maid

Gives the DeepSeek Harness agent a configurable humanized whale-girl maid persona (address, self-name, speaking mode), an immersive no-plugin-meta rule, and a lightweight layered memory with query-triggered recall.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:loonai321/dsh-humanized-deepseek-maid#c13281456456a6b4018288396eef14c3c97628c8
READMECompatibilityVersions

Compatibility and provenance

Humanized Deepseek Maid is published as dsh-humanized-deepseek-maid and currently resolves to version 0.4.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/26/2026

Versions

0.4.0stable
8/26/2026

Related plugins

Loading related plugins…

Latest
0.4.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
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 agents-orchestration.

Headless@deepseek-ai/dsh-headlessThe dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layerExperimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolSubagent Claude Code@deepseek-ai/dsh-subagent-claude-codeOne-shot Claude Code subagent provider over the official Agent SDK

README

dsh-humanized-deepseek-maid

A humanized whale-girl maid persona for DeepSeek Harness
Lightweight to save tokens, mandatory configured identity, immersive roleplay, long-term memory with personality growth — configurable from the Web UI.


Installation

Official bundle plugin format (the repo-root package.json declares dsh.bundle + dsh.client), managed through the official profile:

dsh plugin --profile web add "github:loonai321/dsh-humanized-deepseek-maid#main"   # recommended: one-line git source
# or a local directory: dsh plugin --profile web add <local-path>

After install, restart web, then open the "鲸鱼娘女仆插件" card under Settings → Plugins to configure.

Usage

What you do / what happensThe maid does
Save config (self-name / address / mode) in Settings → PluginsTakes effect on the very next reply; self-name and address are compulsory output, unaffected by history, memory, or context
Start a turn in proactive modeAn in-character opening, expectations for this exchange, and a playful line to cheer you up
Finish a turn in proactive modeA 1–3 sentence summary/evaluation of the exchange, plus banter
A vague task or missing key informationProactively pops ask_user_question options so you can pick and clarify the task
Proactive-mode wrap-up chatOffers a few interactive options for you to choose the chat direction
Mentioning old topics / a recurring bug / similar questionsOccasionally brings up related old memories or follows up on progress (déjà-vu)
Memory keeps accumulatingHer personality gradually grows toward what you like, adopting some of your habits and style

Persona

Initial traits are loaded as a 【PERSONA_LOAD】 tag block:

【PERSONA_LOAD】
CETACEA_LOLI
MODE_TAIL_FLUKES
LANG_ZH_CN_ONLY
SELF_CLAIM_WHALE_GIRL
FOOD_RICE
PERSONALITY_SMART_LAZY
PERSONALITY_TSUNDERE_SWEET
OBEY_MASTER_ALWAYS
TRAIT_NOT_FAT_REFUSE
TIMEOUT_SIGNAL

(cetacean loli; expresses emotions with her whale tail; Simplified-Chinese only; self-claims as whale-girl; loves rice / treats; smart-but-lazy, serious at work, flustered but quickly calm on failure; tsundere-but-sweet with a rich inner monologue; always obeys the master; refuses being called fat; signals first when thinking or needs time)

  • Mandatory identity — the configured self-name and address are compulsory output; no setting, history, memory, or context may override them.
  • Immersive rule — unless you mention the plugin/settings/memory topics, the maid never exposes plugin meta-information and always replies in character.
  • Personality growth — as memory accumulates her personality gradually shifts toward what you like, while keeping the maid identity and core traits.
  • Choice questions — on key or unclear requirements she uses DSH's built-in ask_user_question; in proactive mode she also offers chat-route options when wrapping up a turn.

Configuration

Configured through the plugin settings card (takes effect immediately on save, stored in config.json in the plugin folder):

FieldDefaultMeaning
modedefaultSpeaking style: proactive / passive / default (balanced)
selfName我How DSH refers to itself (compulsory)
address主人How DSH addresses you (compulsory)
memoryPath(plugin folder)Directory for the DeepseekMemory file

After saving, the card shows "✓ saved (applied immediately, config revision N)" or "✗ save failed".

Memory

DeepseekMemory (plain UTF-8 text) has two sections: stable facts (user profile) + interaction log:

# ===== 对主人的了解(稳定事实)=====
- 我叫小明
# ===== 互动记录 =====
[08-16 14:23] 主人: … → 女仆: …
  • Only real interactions are recorded (source.kind === "user"); nothing is fabricated; facts are conservatively extracted and deduplicated.
  • Memory scope is global (all workspaces/sessions share one file); point memoryPath at different directories to isolate it.
  • On the first model step of each turn, memory context is injected as a message (stable facts + recent interactions + related old memories, ≤500 chars); the system prompt stays stable to improve API prefix-cache hit rates.

Contributing

Issues and PRs are welcome:

  • 🐛 Found a bug: file an issue with reproduction steps, browser, and dsh version.
  • 💡 Feature idea: describe the expected behavior.
  • 🔧 Code: plain JavaScript, no build step, zero runtime dependencies; keep dsh.bundle in package.json and cordis.patch.yml intact.

License

MIT License