DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-linkdigest

Linkdigest

适用于 DeepSeek Harness 的 LinkDigest:通过内置的 @deepseek-ai/dsh-mcp-client 桥接器挂载远程 LinkDigest MCP(https://linkdigest.dev/mcp),将小红书、抖音、TikTok、YouTube 或 X 链接转换为代理可读取的文本。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:jcaiagent7143-ui/linkdigest-mcp#c095f6f94942e010667c3bf452b218ad1826d476
README兼容性版本

兼容性与来源证明

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

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

版本

1.0.0stable
2026/9/4

相关插件

正在加载相关插件…

最新版
1.0.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/6
查看源码 ↗
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

LinkDigest MCP server

Turn a social media link into text a language model can read — transcript, on-screen text, image descriptions, caption and metadata.

Hosted, remote (streamable HTTP). Nothing to install or run.

Website: linkdigest.dev · Registry: dev.linkdigest/linkdigest

The problem

Fetching a social link yourself returns nothing useful. Share URLs are tokenised (xsec_token, app_code_link), the content lives in video and images rather than HTML, and the server sends an app-download shell or a login wall instead of the post.

$ curl -s 'https://xhslink.com/o/1WiQ1QI6Uc0' | grep -o '<title>.*</title>'
<title>小红书</title>

That is the whole page. No caption, no images, no text.

Install

Claude Code

claude mcp add --transport http linkdigest \
  https://linkdigest.dev/mcp \
  --header "Authorization: Bearer ld_live_..."

Cursor — ~/.cursor/mcp.json

{
  "mcpServers": {
    "linkdigest": {
      "url": "https://linkdigest.dev/mcp",
      "headers": { "Authorization": "Bearer ld_live_..." }
    }
  }
}

A key is issued at linkdigest.dev/app/keys. Three digests are free, no card.

The tool

digest_url(url, format, job_id) — only url is required.

ArgumentNotes
urlThe post URL, including any share tokens.
formatmarkdown (default, best for reading) or json (structured).
job_idCollect a digest already running. Pass this instead of url — re-sending the url would start the work again.

You do not call it yourself. The tool description tells the agent to reach for it whenever it meets a social link it cannot read, so it happens mid-task without being asked.

A long video may not finish inside one call. When that happens the result names a job id; call the tool again with that job_id and no url to collect it.

What comes back

platform, author, title, posted_at, caption, transcript ({t, text}), ocr_text, images ({description, ocr}), key_points, raw_markdown, source_url, transcript_source, degraded.

Two are worth knowing about:

  • transcript_source — native_captions, asr, or none. Captions the platform already published are exact; speech recognition is not. Treating them identically eventually quotes a mis-heard number back at someone as fact.
  • degraded — what did not fully work, in plain words. Empty on a clean run. It exists because a digest once returned a well-formed, completely empty result during a provider outage and was cached for thirty days.

Platforms

Checked against real posts, not documentation.

PlatformStatus
Xiaohongshu 小红书Works — image notes and video notes, no login needed
Douyin 抖音Works — video posts and image notes (图文)
TikTokWorks — short links resolve. Rate-limits under load
YouTubeWorks — native captions where published, otherwise a watched transcript
XWorks — posts with video or images
Web pages / articlesWorks — readable article text, title, author, date
BilibiliNot supported. Returns HTTP 412 to our server's address. Needs a proxy
InstagramNot verified. Wired, not confirmed end to end
FacebookNot supported. Serves no post content to logged-out requests

The rows that do not work are listed on purpose. Finding out after you have wired something in is worse than knowing now.

How long it takes

Measured, not estimated:

  • Already-digested link: about 1 second — anything anyone has run before is cached, and cached links are free
  • Xiaohongshu note with images: 1–2 minutes
  • YouTube video with captions: about 2.5 minutes

Notes

  • Chinese speech is transcribed with SenseVoice, which is materially more accurate on Mandarin than Whisper-class models.
  • Media is never stored or served. It is processed in a temporary directory deleted before the request returns; only the text digest is kept.
  • A blocked or removed post returns an error, not a description of the error page.

Also available

A REST API (POST https://linkdigest.dev/api/v1/digest), a web app, and Apify Store actors for bulk runs. See linkdigest.dev.