DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Introspect — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
I

dsh-introspect

Introspect

以本地优先的方式为 DeepSeek Harness 提供自我观测:记录真实事件,将其映射到五个观测轴(MEL/ROI/ARCTIC/TSA/RRI),存储在本地 SQLite 中,并在右侧面板中查看 MEL x RRI。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:guhanfei-ai/dsh-introspect#c8f8a5156de5c7833ed890e8603c31dd535d9fb1
README兼容性版本

兼容性与来源证明

Introspect 以 dsh-introspect 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/17

版本

0.1.0stable
2026/9/17

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

Better Sidebardsh-better-sidebarDSH web 插件:类似 VSCode 的右侧边栏(资源管理器 / 编辑器 / 终端 / git / 浏览器),按对话会话隔离。提供服务,供其他插件注册侧边栏标签页和文件查看器。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio 及其精选幻灯片模板,作为原生 DeepSeek Harness 对话视图。Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航Dream Skindsh-dream-skinDeepSeek Harness 换肤插件(Dream Skin for DSH):8 套 iOS / Linear 式清透冷调的高质感主题 + 弥散光壁纸 + 每款皮肤智能背景 + 强调色 + 主题包分享,把换肤做成材质与配色克制的高级感工艺,而非贴图。在原生 DSH Web 和第三方桌面客户端(DSH Desktop)中运行:8 款原创高端主题、玻璃材质、壁纸 2.0

README

dsh-introspect

Local-first self-observability for DeepSeek Harness.

Observe your events, energy, time, value, direction and reality feedback — locally.

Observe the world. Introspect the self.


What it does

Records real events into a local SQLite database and projects them onto five observation axes:

AxisQuestionRange
MELHow much usable mental energy is available?0–200
RRIDid the real world observably move?0–100
ROIWhat did this return to me relative to what it cost?unbounded
ARCTICDid this move me toward where I want to go?-10..+10
TSAHow much finite time did this consume?minutes, nullable

The right-side Introspect panel shows all five, a MEL × RRI time series, and recent events.

Why MEL × RRI? High internal energy does not necessarily imply high external progress. dsh-introspect deliberately keeps mental energy and reality feedback as separate dimensions so you can see when they diverge.


Install

dsh plugin --profile web add link:/path/to/dsh-introspect

Or from a published tag:

dsh plugin --profile <profile> add <pkg>#v<version>

Tools

ToolDescription
introspect_recordStore one event (only when the user explicitly asks to record).
introspect_statusToday's compact state block.
introspect_todayToday's aggregation and timeline.
introspect_historyBounded multi-day query with filters and sorting.
introspect_getOne event with its verbatim raw text.
introspect_updateCorrect a score when the user says it is wrong.
introspect_deleteRemove one event (requires explicit user confirmation).

How it works

You describe what happened
    ↓
DeepSeek Harness model understands the event
    ↓
introspect_record stores it in local SQLite
    ↓
Introspect panel refreshes automatically
  • The plugin itself never calls any LLM.
  • Events are recorded only when you explicitly ask ("记录一下", "记一笔", "/self ...").
  • All data stays in $DSH_HOME/introspect/events.sqlite3 on your machine.

Right-side panel

The Introspect panel (toggle with the "内观" button) shows:

  1. Five metrics — latest MEL, RRI, ROI, ARCTIC, TSA with trend arrows and averages.
  2. MEL × RRI chart — dual-line time series with the energy-reality gap shaded between them.
  3. Recent events — click to expand full details (raw text, all metrics with reasons, tags).
  4. Live refresh — the panel updates automatically after each recorded event.

Supports dark mode and light mode (follows the DeepSeek Harness theme).


Data

ItemLocation
Database$DSH_HOME/introspect/events.sqlite3
SchemaPRAGMA user_version, single events table
BackupCopy the .sqlite3 file; it's a standard SQLite database

Override with dbPath in the plugin config (cordis.patch.yml).


Privacy

  • No cloud account. No registration, no login, no remote identity.
  • No upload. The plugin does not send its database or any event data to any external service.
  • No external AI calls. The plugin calls no LLM API directly.
  • No telemetry. No analytics, no usage tracking.
  • No auto-capture. Only explicitly requested events are stored.

If the DeepSeek Harness session uses a remote AI provider, the conversation content (including event descriptions) may transit that provider's infrastructure. The plugin controls only its own local storage.

See docs/PRIVACY.md for the full statement.


Development

npm install
npm run build:client   # build client.js from src/client/ fragments
npm test               # run all tests
npm run verify         # build + syntax check + test

Tests cover: SQLite initialization, migration, CRUD, unicode, null metrics, timezone boundaries, tool validation, approval hooks, API trust fence, client pure functions, chart geometry, and secret/hygiene scans.


Metrics documentation

See docs/METRICS.md for the full definition of each axis, their ranges, bands, aggregation rules, and limitations.


Architecture

See docs/ARCHITECTURE.md.


License

MIT