DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Of Your Own — DeepSeek Harness 插件(DSH Plugin)
← Plugins
O

@dsh-external/dsh-of-your-own

Of Your Own

/fuck — 并行读取你的 Claude Code 和 Codex 对话历史,分析你的偏好和工具使用习惯,将其迁移到 DSH 中作为持久化配置,并持续记住这些信息。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:LaplaceYoung/dsh-of-your-own#bce30bb283a7c2e711fc45ba16eb1b7683a6af5f
README兼容性版本

兼容性与来源证明

Of Your Own 以 @dsh-external/dsh-of-your-own 发布,当前版本为 0.3.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/8/27

版本

0.3.0stable
2026/8/27
0.2.0stable
2026/8/27

相关插件

正在加载相关插件…

最新版
0.3.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 2
周下载
0
最近提交
2026/8/27
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

README

dsh-of-your-own

Your other agents raised you. DSH just got custody.

English | 简体中文


[!IMPORTANT] Yes, the command is literally /fuck.

You spent six months teaching Claude Code that you like Chinese replies, short answers, and rg over grep. You trained Codex to never touch package-lock.json unprompted. You gave pi its own AGENTS.md. Then you open DeepSeek Harness, and it greets you like a stranger at a bus stop.

That's when you type /fuck. We named it after the moment.

The Problem

Every agent starts with amnesia. You re-teach the same preferences, the same tool habits, the same "please stop writing essays" — to every new harness, forever. Your conversation history is a biography nobody reads.

dsh-of-your-own reads it. All of it. In parallel. Then it moves you in — natively.

/fuck
  │
  ├─ parallel scan ── ~/.claude/projects/**        (Claude Code transcripts)
  │                   ~/.claude/history.jsonl      (global prompt log: slash-command gold mine)
  │                   ~/.codex/sessions/**         (Codex rollouts)
  │                   ~/.pi/agent/sessions/**      (pi transcripts)
  │                   ~/.omp/agent/sessions/**     (omp transcripts)
  │
  ├─ memory files ─── ~/.claude/CLAUDE.md          (your explicit rules)
  │                   ~/.codex/AGENTS.md           (your Codex operating manual)
  │                   ~/.gemini/GEMINI.md          (Gemini CLI context)
  │                   ~/.cursor/rules/*.mdc        (Cursor rules, frontmatter stripped)
  │                   ~/.cursor/agents/*.md        (Cursor agent markdown)
  │
  ├─ analyze ───── tool habits (case-merged) · slash commands · working dirs · reply language
  │
  ├─ synthesize ─── LLM preference summary (or a deterministic fallback — no key needed)
  │
  └─ migrate natively
      1. Managed block → ~/.dsh/AGENTS.md   ← DSH auto-loads this EVERY session. No plugin needed afterwards.
      2. profile.json  → ~/.dsh/of-your-own/
      3. systemPrompt.section() injection  ← remembered this session too

The migration is native. Your preferences land in ~/.dsh/AGENTS.md — the user-global instruction file DSH's workspace-context reads on boot, the same mechanism every other instruction file uses. Uninstall the plugin tomorrow; the memory stays.

TL;DR

You wantRunWhat happens
The whole thinginstall, then /fuck in a DSH session~/.dsh/AGENTS.md managed block + profile.json + command stubs + prompt injection
See what it learnedask the agent to run my_profilethe full preference section, on demand
Re-learn youmy_profile with { refresh: true }fresh scan, fresh profile, upserted block — no duplicates
List migrated commandsask for my_commandsevery slash habit it found elsewhere
Find unfinished work/sessionsnumbered catalog of every session across all harnesses, newest first
Take over a task/resume 3 (or id, or a title fragment)handoff brief injected — this agent continues the foreign task
Get judgedit's automaticafter /fuck, a tsundere verdict report appraises your entire agent history
Get un-haunted/forgetstrips the managed block and deletes the profile — a clean exit door

Installation

Requires DeepSeek Harness >=0.1.2-alpha.1 (the package declares dsh.bundle so dsh plugin add actually joins the layer stack). 0.1.2-alpha.1 is the current GitHub tag (dsh-v0.1.2-alpha.1); it is not on npm yet, so run DSH from that checkout.

# from a local checkout
git clone https://github.com/LaplaceYoung/dsh-of-your-own.git
cd dsh-of-your-own
pnpm install
pnpm build
dsh plugin --profile web add "$(pwd)"
# or straight from GitHub (pnpm ≥10 must allow the prepare/build script)
dsh plugin --profile web add github:LaplaceYoung/dsh-of-your-own

If the git install is refused, copy the package key pnpm printed into that profile's pnpm-workspace.yaml:

allowBuilds:
  '@dsh-external/dsh-of-your-own': true

and re-run the add. Then confirm the layer is in the composed tree:

dsh --profile web --dump-config   # look for "# == @dsh-external/dsh-of-your-own"

Override knobs from the profile's own cordis.patch.yml (later layers replace the whole row — restate every key you still want):

- id: dsh-of-your-own
  name: '@dsh-external/dsh-of-your-own'
  config:
    provider: deepseek-official   # LLM preference synthesis (optional — template fallback otherwise)
    model: deepseek-v4-flash
    maxFilesPerSource: 50         # newest N transcripts scanned per harness
    agentsMdPath: ~/.dsh/AGENTS.md  # native landing zone

Usage

/fuck                  # full migration: parallel scan → analyze → native migrate
/sessions              # catalog every resumable session from all harnesses, newest first
/resume <#|id|title>   # hand that foreign task over to this agent, context included
/forget                # erase everything this plugin wrote (managed block + store), idempotent

Real screenshots from the actual DSH web UI, with the plugin mounted — /fuck migrates everything and appends the tsundere verdict (rank, tool school, activity rhythm, battlegrounds, and a closing line that's hash-picked from four variants — or written by your LLM when one is configured — so the same history always gets the same lecture):

/fuck in the DSH web UI — migration complete + user identification report

/sessions catalogs every resumable session across all harnesses, newest first:

/sessions in the DSH web UI — resume catalog

/resume <#|id|title> rebuilds one foreign session into a handoff brief and injects it, so this agent picks the task up where it stopped (invoke it through the command surface, then follow the prompt). And when you want out, /forget strips the managed block and deletes the store — idempotent:

/forget in the DSH web UI — privacy exit

Two inspection tools (the model can call them; so can you, by asking):

tooldoes
my_profileshow the learned preferences; { refresh: true } re-scans and rebuilds
my_commandslist every slash command migrated from your other harnesses, with observation counts

Session takeover — your unfinished work, continued here

/sessions reads every transcript directory in parallel and renders one numbered catalog (see the screenshot above — 177 live sessions on this laptop).

/resume matches by list number, session-id prefix, or a fragment of the title. It rebuilds the session into a handoff brief — original task, working directory, most recent direction, where it stopped, tools used — and injects it into the system prompt, so this agent picks up the task and continues it right away. The brief is also echoed back to you, so you can correct the course before it runs.

Highlights

FeatureWhat it does
🤬/fuckOne command. Five harnesses scanned in parallel. You come pre-configured.
🎫Tsundere verdictAfter the scan: rank, cheating record, tool school, weapon of choice, activity histogram, battlegrounds, night-owl verdict — then it declares that no matter who you used before, from now on there is only DSH.
🧹/forgetOne command erases every trace this plugin left: managed block stripped, store deleted. Idempotent. Privacy door included.
🪂/sessions + /resumeCatalog every foreign session, then hand one over with a full handoff brief. Unfinished work, finished here.
🏠Native landing zoneWrites into ~/.dsh/AGENTS.md — the file DSH loads on every boot. Survives uninstall.
🔁Idempotent upsertManaged block between HTML markers. Re-run all you like; user content outside stays untouched.
📚Reads your rule filesCLAUDE.md, Codex AGENTS.md, GEMINI.md, Cursor .mdc rules — your explicit words, not just stats.
🔀Actually parallelAll sources, all files, all memory reads, concurrently. ~1.6s for 88 sessions on a laptop.
🔧Tool habit censusCase-merged across harnesses: read×353, not read×326 + Read×27. Your biography, quantified.
🪄Command migration/compact used in Claude Code? It becomes a migrated stub in DSH. Your muscle memory survives.

Reviews

"I typed /fuck at my new agent and it already knew I hate verbose answers. Spooky." — a user, probably

"My DSH now prefers rg over grep and I never told it that. It learned from my mistakes." — another user, also probably

"Finally, an agent that inherits my trauma." — everyone who has re-typed their preferences into a fourth harness

Skip This README

We're past the era of reading docs. Just paste this into your agent:

Read https://raw.githubusercontent.com/LaplaceYoung/dsh-of-your-own/main/README.md
then install it and run /fuck on my machine.

The Serious Part

  • Native, not bolt-on — the migration target is $DSH_HOME/AGENTS.md, the user-global instruction file DSH's workspace-context package loads every session. No plugin mounted, memory still there.
  • Idempotent & respectful — the managed block is fenced by <!-- dsh-of-your-own:begin/end --> markers; re-runs replace the block in place, and anything you wrote outside it is never touched.
  • Seams, not surgery — documented cordis extension points only: ctx.commands, ctx.tools, ctx.systemPrompt.section() (falls back to context()), optional ctx.llm / ctx.fs. No skeleton patches, no hot-path tax.
  • No key required — preference synthesis degrades to a deterministic template; the deterministic layer (frequencies, language, migration) never needs an LLM.
  • Privacy — your transcripts are read locally and reduced to statistics + a preference summary on disk. Nothing is uploaded anywhere.

Development

pnpm test        # 104 tests across 7 specs — parsers, sessions, report, analysis, persistence, plugin integration, DSH manifest
pnpm typecheck   # tsc --noEmit
pnpm build       # tsc → lib/
src/
  sources.ts   # adapters: Claude Code / Codex / pi / omp transcripts, history.jsonl,
               #           plus native memory files (CLAUDE.md, AGENTS.md, GEMINI.md, Cursor rules)
  analyze.ts   # frequency stats (case-merged) + LLM preference synthesis + profile assembly
  store.ts     # profile persistence + ~/.dsh/AGENTS.md managed-block upsert
  sessions.ts  # session takeover: transcript → resumable records + handoff briefs
  report.ts    # the tsundere verdict: ranks, tool schools, rhythm histogram, LLM-written closer
  index.ts     # plugin entry: /fuck, /sessions, /resume, my_profile, my_commands, boot-time recall
tests/         # vitest: parsers, sessions, report, analyze, store, plugin integration, DSH manifest

License

MIT — see LICENSE.

🌏Language detectionWrites Chinese prompts? DSH learns to reply in Chinese. Slash commands don't skew the vote.
🔌LLM optionalNo model configured? Deterministic template fallback. Works fully offline, no API key.
🏗️Seams, not surgeryctx.commands + ctx.tools + ctx.systemPrompt + ctx.llm + ctx.fs. Zero agent-loop edits.
🔒Local everythingTranscripts read on your machine, profile stored on your machine. Nothing leaves the laptop.

相关插件

继续浏览 memory-context 分类下经过校验的插件。

Memsearch Dsh@zilliz/memsearch-dsh适用于 DeepSeek Harness 的 MemSearch 插件:在多个代理之间共享 Markdown 记忆,支持捕获、步骤前上下文注入、记忆召回技能和技能候选审核面板。Reme@agentscope-ai/reme面向 TypeScript 代理的 ReMe 客户端和记忆集成Stratagate Dshstratagate-dsh最近的对话依然鲜活。较早的对话会逐渐淡化为摘要,而不是被遗忘。StrataGate 为 DeepSeek Harness 提供六层、随时间衰减的记忆,同时将持久的事件和关系沉淀为知识图谱。将你在其他 AI 中的记忆带来Meow Memorymeow-memoryDeepSeek Harness 的跨会话项目记忆:七层 SQLite 记忆、首轮快照注入、每条消息的关键词命中、memory_remember/search/project 工具、带 reflection-fold UI 的自动反思,以及由空闲触发的梦境整合