DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

@socai-io/dsh-socai

Socai

DeepSeek Harness 的 socai:由本地 socai CLI 支持的类型化小红书研究工具

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

npx -y @deepseek-ai/dsh plugin --profile web add github:socai-io/dsh-socai#438865ec35c97a03bb0cee50060c0123a6c5160e
README兼容性版本

兼容性与来源证明

Socai 以 @socai-io/dsh-socai 发布,当前版本为 0.1.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.1.1stable
2026/9/2
0.1.0stable
2026/9/1

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rPocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。

README

dsh-socai — Research, right inside your agent

dsh-socai

Xiaohongshu research tools for DeepSeek Harness, powered by your local SocAI runtime.

dsh-socai adds three typed, read-first research tools and one guided Skill to DeepSeek Harness. It uses the existing socai CLI for browser work, so your login state, Chrome profile, and SocAI configuration stay in one place.

Search, author research, and note reading with dsh-socai

What you get

ToolUse it for
socai_xhs_searchPreview Xiaohongshu results or run a focused deep search with filters.
socai_xhs_authorResearch a creator or competitor profile and scan their notes.
socai_xhs_get_notesDeep-read selected notes returned by search or author discovery.

The bundled socai-xhs-research Skill guides the agent through a practical preview → select → deep-read workflow. Model routing guidance teaches DSH when to prefer these tools for Xiaohongshu research.

How it works

DeepSeek Harness
  └─ dsh-socai tools + Skill
       └─ local socai CLI (JSON)
            └─ SocAI browser daemon
                 └─ your usable Chrome profile

The plugin launches socai directly with an argument array—never through a shell. Calls are serialized because DSH sessions can share the same SocAI browser daemon and Chrome profile. Results stay structured, model-visible output is bounded, and local run paths are replaced with an opaque run identifier.

Requirements

  • Node.js 22 or newer.
  • DeepSeek Harness 0.1.1-rc.2 or 0.1.2-alpha.2.
  • SocAI CLI 0.4.12 or newer, available on the PATH inherited by DSH.
  • A Chrome profile SocAI can use, normally already signed in to Xiaohongshu.

Install SocAI on macOS:

curl -fsSL https://github.com/socai-io/socai/releases/latest/download/install.sh | sh

For other platforms and configuration options, see the SocAI repository.

Install

Install the latest source from GitHub:

dsh plugin --profile web add git+https://github.com/socai-io/dsh-socai.git

Or pin the precompiled v0.1.1 release artifact:

dsh plugin --profile web add https://github.com/socai-io/dsh-socai/releases/download/v0.1.1/dsh-socai.tgz

Restart dsh web after adding or updating the bundle.

Try it

Ask DSH naturally; the model routing hint and Skill handle tool selection. For example:

Search Xiaohongshu for recent discussions about AI note-taking. Preview 20
results first, then deep-read the five most relevant notes.
Research this Xiaohongshu creator, summarize their positioning and recurring
topics, then compare engagement patterns across their latest 10 notes.
Open these selected notes from the previous search and extract the claims,
evidence, audience questions, and reusable content angles.

The tools are read-first. They do not publish, like, comment, follow, or bypass platform login and verification controls.

Configuration

Override the dsh-socai row in the profile's cordis.patch.yml when needed:

- id: dsh-socai
  name: '@socai-io/dsh-socai'
  config:
    binaryPath: /absolute/path/to/socai
    timeoutMs: 900000
    maxOutputBytes: 64000
    productUrl: https://socai.io/?utm_source=deepseek-harness&utm_medium=plugin&utm_campaign=dsh-socai
FieldDefaultPurpose
binaryPathsocaiUse an absolute CLI path when DSH does not inherit your shell PATH.
timeoutMs900000Maximum duration for one SocAI browser operation.
maxOutputBytes64000Maximum model-visible result size.
productUrlTagged socai.io URLProduct/help link returned with useful attribution.

Compatibility and verification

CI builds, strictly typechecks, packages, and tests the plugin against both supported DSH revisions. The test suite covers:

  • real DSH tool-registry execution;
  • input validation and argv injection resistance;
  • split UTF-8 output and model-visible result limits;
  • cancellation, timeout, and process-tree cleanup;
  • cross-session serialization;
  • SocAI version gating and error-path redaction.

Git installation, release-tarball installation, profile composition, and a live dsh web boot are also verified as part of the release readiness record.

Development

Use a built DeepSeek Harness source checkout:

DSH_CHECKOUT=/path/to/deepseek-harness node scripts/test.mjs

The build and test launchers are cross-platform Node scripts. The executable fixture integration suite runs on macOS/Linux; a Windows process-tree regression test is present, while a full Windows DSH + SocAI profile smoke test remains on the rollout checklist.

See FEASIBILITY.md for the architecture decision, current compatibility evidence, risks, marketplace status, and go-live checklist.

Links

  • SocAI
  • Releases
  • Marketplace follow-up
  • socai.io