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.

Buddy Checkin — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-buddy-checkin

Buddy Checkin

DSH 启动时自动完成 WorkBuddy 国内版账号的每日签到 — runs the WorkBuddy (CN) daily check-in on DSH startup, claiming the daily credits.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-buddy-checkin@0.1.1
READMECompatibilityVersions

Compatibility and provenance

Buddy Checkin is published as dsh-buddy-checkin and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/15/2026

Versions

0.1.1stable
9/15/2026
0.1.0stable
9/12/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
228 kB
Files
8
Surface
web
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
0
Last push
9/15/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 productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

DSH Buddy Check-in

DSH 启动时自动为 WorkBuddy 国内版账号完成每日签到:扫描本机登录过的全部国内版账号,逐个领取每日积分并汇报结果;打开详情卡片时会重新查询余额,不用再记得打开 App 点签到。

WorkBuddy 签到状态入口与详情面板

功能

  • 开箱即用:装好即生效,DSH 启动时自动签到,无需配置;当天已签过的账号(含在 App 内手动签过的)自动跳过,多次重启不重复请求。
  • 深浅主题自适应:图标与面板颜色跟随 DSH 外观。
  • 多账号自动发现:读取 WorkBuddy 桌面 App 的共享登录目录,App 每次登录、切号都会留下带时间戳的凭据备份,在本机登录过的国内版账号都会被找到,按账号去重、各取最新一份凭据。
  • 会话标题行入口:标题行显示 WorkBuddy 图标、账号数和状态点(绿色全部已签,黄色部分失败、下次启动自动重试,红色全部失败);没有国内版账号时不显示。
  • 详情面板:点击入口查看每个账号的签到结果、签到时间、到账积分与最新剩余积分;每次打开都会重新查询余额,账号很多时列表限高滚动。
  • 重试失败账号:面板一键只重试当天失败的账号,不动已成功的。
  • 启动汇总:当天首次出结果时弹一次简短汇总(如「WorkBuddy 已完成今日签到:2 个账号」),同日后续启动不再打扰。

安装

前置:本机安装并登录过 WorkBuddy 桌面 App(国内版);DSH 0.1.5-rc.1 及以上。

# npm(推荐)
dsh plugin --profile web add dsh-buddy-checkin

# 或 GitHub
dsh plugin --profile web add github:corrinehu/dsh-buddy-checkin

# 或本地开发(链接到本仓库,改完 pnpm run check 构建后重启 dsh 即生效)
dsh plugin --profile web add <本仓库路径>

安装后启动 dsh web(或重启 Desktop)。在 macOS 与 Windows 的 DSH Web 与 Desktop 下验证通过。

已知限制

  • 仅国内版:国际版账号无签到入口(国际 token 调国内端点返回 401),相关文件已按文件名排除。
  • TUI 未适配:客户端界面为浏览器形态,仅在 Web 与 Desktop 下提供。
  • 不开 DSH 的日子不签到:v1 不做定时器/cron,签到只在 DSH 启动时发生;上游接口仅支持签当天,错过的天数无法补签,该日积分自然错过,次日启动正常签次日。
  • 不做账号管理与凭据续期;也不提供对已成功账号的手动重复签到。
  • 依赖 WorkBuddy 客户端接口(非官方开放 API),WorkBuddy 更新后插件可能需要随之调整。

免责声明

  • 本项目仅供个人学习和研究使用,仅驱动使用者自己的 WorkBuddy 账号在本机调用,请勿用于商业用途或超出个人合理使用的场景。
  • 使用者需遵守 WorkBuddy 的服务条款;因使用本项目产生的任何后果(包括但不限于账号被限制、额度被清空、服务中断),由使用者自行承担。
  • 本项目作者不对任何因使用或滥用本项目产生的直接或间接损失负责。
  • 本项目与腾讯、WorkBuddy、DeepSeek 均无关联,未获其授权或认可;文中出现的名称仅用于描述兼容关系,其商标权利归各自所有。

许可证

MIT