opencamel/dsh-wx-archive0

dsh-wx-archive

DSH tool for archiving and reading WeChat Official Account articles via 2100laike WeChat Archive (wx.2100laike.com)

AI 분석

核心用途是抓取、归档和阅读微信公众号文章。适合需要让 AI 智能体获取微信文章内容进行分析或知识库积累的用户。

패키지
dsh-wx-archive
버전
0.1.1
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:opencamel/dsh-wx-archive

配置

在你的 cordis.yml 中按需覆盖(均有默认值):

- insert:
  - id: dsh-wx-archive
    name: dsh-wx-archive
    config:
      apiBaseUrl: 'https://api.2100laike.com'  # 存档 API 地址
      token: ''                                # 可选 PAT,见下
      waitTimeoutSec: 60                       # 新文章等待抓取完成的轮询上限(秒)
      pollIntervalSec: 2                       # 轮询间隔(秒)
      maxContentChars: 30000                   # 返回正文最大字符数,超出截断并附快照链接

额度与 PAT

匿名使用每个插件实例 8 次/天(重启后重新计数)。在 open.2100laike.com 创建 PAT(pat_2100_ 前缀)填入 token 后:

  • 额度提升到 100 次/天
  • 解锁 refresh: true 强制重抓(受服务端 24 小时冷却保护,冷却内跳过且不耗额度)