.claude/skills/wb-buddy-checkinRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
自动完成 WorkBuddy 桌面客户端「Buddy 加油站」每日签到、领取积分。当用户需要在 Windows 上自动点击头像→Buddy加油站→立即领取,并通过截图灰度校验是否成功(灰底「今日已领」)时使用。基于纯 ctypes 实现窗口置前、坐标点击与窗口截图,零第三方 Python 依赖,仅依赖 Windows 系统 API(可选复用 desktop-control-win skill 的截图)。
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/wb-buddy-checkinRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/wb-buddy-checkinRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/wb-buddy-checkinRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @noaheleven/wb-buddy-checkinclawhub inspect @noaheleven/wb-buddy-checkin --version 0.1.6This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:cfbd7614911919c6ace3e2162acb6d0de1a10c6dc3cc519acc5cc05730567e19README.mdreferences/calibration.mdscripts/wb_api_checkin.pyscripts/wb_mouse_checkin.pyskill-card.mdSKILL.mdwb-buddy-checkin v0.1.6 - 新增 API 直连签到脚本 `wb_api_checkin.py`:本地读取 WorkBuddy 登录态直接调用官方签到接口,无需窗口操作,规避 GUI 坐标/遮挡/DPI 等问题(推荐优先使用)。 - 原鼠标坐标点击流程(`wb_mouse_checkin.py`)作为兜底,文档内同步推荐两种方案的组合用法。 - 增强了签到失败时的自动更新检测与续签逻辑,支持自动触发 Windows 计划任务在升级后断点恢复补签。 - 文档(SKILL.md)详细补充了 API 方案原理、接口路径、续签机制与方案比较。 - 移除旧 skill-card 文档,聚合维护至 SKILL.md。