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.

Atom Market — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
A

dsh-atom-market

Atom Market

DeepSeek Harness 插件:把 Software Atom Market(软件原子市场)变成 Agent 可逛、可校验、可投稿的能力库。Tools: atom_search / atom_read / atom_validate / atom_draft.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:ZiFan1117/dsh-atom-market#fb3b0a3bbb6d5dc55ac99075baec4073649f6253
READMECompatibilityVersions

Compatibility and provenance

Atom Market is published as dsh-atom-market and currently resolves to version 0.1.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/7/2026

Versions

0.1.3stable
9/7/2026
0.1.2stable
9/6/2026
0.1.1stable
9/5/2026

Related plugins

Loading related plugins…

Latest
0.1.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/8/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 search-research.

Anysearch Dsh@anysearch/anysearch-dshAnySearch web search and fetch providers plus advanced tools for DeepSeek HarnessIndustry Researchdsh-industry-researchIndustry and company research domain pack for DeepSeek Harness: methodology skills, an industry-chain structure model (industry_map), public-source policy/news tracking over ctx.web (industry_track), company scan cards (company_scan), and auditable researZoterodsh-zoteroLet agents search, read, and cite your local Zotero library: find papers, browse notes and annotations, pull evidence by question, open the source document, generate citations.Browser@anweat/dsh-browserSelf-contained browser runtime plugin for DeepSeek Harness (scoped @anweat) — bundles Playwright (chromium) and OpenCLI as plugin-local dependencies (with global-reuse fallback), exposes a `browser` service and interactive browser tools.

README

dsh-atom-market

把 Software Atom Market(软件原子市场) 变成 DeepSeek Harness Agent 可逛、可校验、可投稿的能力库。 原子 = 带类型化契约的最小能力单元:intent + input + output。本插件让 Agent 在商店里选砖、读契约、验投稿、起草新原子,而不是一遍遍生成同一段代码。

DSH community plugin · Cordis · Everything is a plugin. · 软件原子市场(商店)

Topics: dsh-plugin dsh cordis deepseek-harness ai-agents

它做什么

工具作用例子
atom_search按意图/标签/id 逛店(公共字段)"搜能抽 PDF 表格的原子"
atom_read读某原子完整 manifest(含 input/output 形状与 tests)拿到 pdf.extract_tables 的完整契约
atom_validate投稿前按 spec 校验候选 manifest → valid/errors/warnings拦下一个缺 input 的坏投稿
atom_draft由一句意图起草 verified:false 候选 + 投稿步骤为"把金额换算成人民币"生成骨架

商店数据源(默认 GitHub,无需任何本地配置):

  • 默认读取 GitHub 商店仓库 ZiFan1117/software-atom-market 的 atoms/*.atom.json(目录即索引),带 5 分钟内存缓存;可用 GITHUB_PERSONAL_ACCESS_TOKEN 规避 API 限流。
  • 可选覆盖:
    • DSH_ATOM_STORE_OWNER / DSH_ATOM_STORE_REPO / DSH_ATOM_STORE_BRANCH → 指向其它 GitHub 商店;
    • DSH_ATOM_STORE_DIR → 指向本地 atoms/ 目录(离线/开发用)。
  • 别的人装这个插件,不需要设任何环境变量——装上即用。

安装

本包声明 dsh.bundle.patch(见 cordis.patch.yml),安装后即激活插件行,apply(ctx) 自动向 ctx.tools 注册四个工具。lib/ 随仓提供,装完即可用、无需本地构建。

dsh plugin add github:ZiFan1117/dsh-atom-market

npm 发布已放弃(npm 账号受限)。不影响安装:DSH 插件管理器原生支持 github spec,本仓 lib/ 随仓直接可用。dsh-market / awesome-dsh-plugin 收录仍以该安装方式申报。

开发

npm install
npm run build      # tsc → lib/
npm run test       # node --test,覆盖 store/validate/draft 纯逻辑
npm run demo       # 无 DSH 全链路冒烟(读本仓 atoms/)

与 atom 契约的映射

Software Atom MarketDSH defineTool
intentdescription
input(数据形状)parameters
output(数据形状)output.schema(canonical value,程序化可读)
manifest(黑盒契约)execute 只返回 canonical JSON,人话在 render
side_effects由工具本身的实现负责(本插件是纯读/查,无副作用)

渐进披露:atom_search 只给 intent 一句话;atom_read 展开 description(四节 Markdown 详情,结构见商店仓库的 spec/detail-convention.md)。

投稿/校验/收录流程见软件原子市场仓库的 CONTRIBUTING.md 与 spec/。roadmap:v0.2 atom_assemble(意图 → 检索 → 接线图 → 拼装期校验)。

License

MIT © ZiFan1117