RyanShen3/dsh-toutiao-reader0

dsh-toutiao-reader

浏览今日头条文章的实战经验打包成 DSH 插件:webfetch 工具(三级策略:直连 → Edge 常驻无头浏览器 CDP → dump-dom 兜底,自动识别头条反爬质询页)+ toutiao-reader 技能(URL 形态、质询处理、常驻浏览器管理、沙箱与代理经验)。

包名
dsh-toutiao-reader
版本
0.1.0
许可证
MIT
最近更新
2026年8月29日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:RyanShen3/dsh-toutiao-reader

Configuration

Use the id-override mode in the profile's cordis.patch.yml (id only — never re-insert):

- id: dsh-toutiao-reader
  config:
    workspace: D:/DSH_Workspace  # base for relative outfile paths
    cdpPort: 9333                # CDP debugging port
    browserPath: ""              # Edge/Chrome override; empty = auto-detect
    maxChars: 12000              # default text cap
    domainCachePath: ""          # domain cache path; empty = %TEMP%/webfetch-domains.json