DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

@deepdeck/dsh-hackernews-reader

Hackernews Reader

一个独立的 Hacker News 阅读器,支持 DeepDeck 应用范围内的 AI 对话

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

npx -y @deepseek-ai/dsh plugin --profile web add github:jo32/dsh-hackernews-reader#369a3331d27d0697cd31861bbaf6b426f4759012
README兼容性版本

兼容性与来源证明

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

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

版本

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

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

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

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

认领这个 Plugin →
报告问题

README

DeepDeck Hacker News Reader

A dsh-plugin Cordis Host/Client bundle that adds a focused Hacker News reader to DeepSeek Harness.

Best used with DeepDeck. DeepDeck supplies the Apps launcher, standalone app window, app-scoped Workspace and canonical AI conversations used by Summarize and Explain. This plugin expects DeepDeck's App runtime service when it is mounted.

Screenshot

Captured from the standalone DeepDeck desktop App window—not a browser tab. Select a story to read the full discussion, then send the story, a comment, or selected text to a dedicated DeepDeck conversation with Summarize or Explain.

Hacker News Reader running with DeepDeck

Install with DeepDeck (recommended)

  1. Open Settings → Apps in DeepDeck.
  2. Paste https://github.com/jo32/dsh-hackernews-reader.git into Install an App plugin.
  3. Choose Inspect source, review the detected package and build command, then choose Confirm install.
  4. Restart DeepDeck when prompted.
  5. Open Apps → Hacker News from the sidebar.

For local development, build the checkout and install the resulting local bundle into the active DeepDeck web profile:

git clone https://github.com/jo32/dsh-hackernews-reader.git
cd dsh-hackernews-reader
pnpm install --frozen-lockfile
pnpm check && pnpm test && pnpm build
dsh plugin --profile web add "$PWD"

The last command only mounts the Cordis bundle; run it in a DeepDeck-managed profile so the required App runtime is present.

Usage examples

  • Open Top, New, Best, Ask HN, Show HN, or Jobs, then select a story to read its complete nested discussion.
  • Search for local-first AI, switch between relevance and newest-first order, and open any result without leaving the reader.
  • Click Summarize on a story, or Explain with AI on a comment, to open a canonical Session in ~/DeepDeck/Apps/hackernews-reader.
  • Ask the DeepDeck agent: Read today's top Hacker News stories and group them by topic. The plugin exposes read-only tools for feeds, search, stories, users, account state and the current UI context.

Features

  • Top, New, Best, Ask HN, Show HN, and Jobs feeds
  • Relevance and newest-first story search
  • Story, text-post, nested-comment, and user-profile reading
  • Same-origin standalone desktop window
  • App-scoped hackernews_stories, hackernews_search, hackernews_read_story, hackernews_user, and context tools
  • Optional Hacker News sign-in with session verification

Authentication uses Hacker News's own login form. The password is forwarded once to Hacker News and is never persisted; only the returned user session cookie and public username are kept in the Harness credential store. The reader remains read-only because the official Hacker News API does not expose supported write endpoints.

Development

pnpm install --frozen-lockfile
pnpm check
pnpm test
pnpm build

The plugin targets DeepSeek Harness 0.1.1-rc.1. Its Host/Client entries, types, invariant and self-mounting bundle are declared in package.json and cordis.patch.yml; generated lib/ output is not committed.

License

MIT