Real Skill packageSource verifiedClawHub registry

Wb Buddy Checkin Publish

自动完成 WorkBuddy 桌面客户端「Buddy 加油站」每日签到、领取积分。当用户需要在 Windows 上自动点击头像→Buddy加油站→立即领取,并通过截图灰度校验是否成功(灰底「今日已领」)时使用。基于纯 ctypes 实现窗口置前、坐标点击与窗口截图,零第三方 Python 依赖,仅依赖 Windows 系统 API(可选复用 desktop-control-win skill 的截图)。

Identity and source

Publisher attributionAzrael Noahregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 59% rule confidence
Package forminstruction with code6 recorded files
Canonical sourceClawHub registryclawhub:noaheleven:wb-buddy-checkin
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/18/2026.claude/skills/wb-buddy-checkin

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/18/2026.agents/skills/wb-buddy-checkin

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/18/2026skills/wb-buddy-checkin

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

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-checkin
clawhub inspect @noaheleven/wb-buddy-checkin --version 0.1.6

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
5 / 5 inspected as text
Checked
8/18/2026, 4:02:24 AM
Scanner
0.1.3
Policy
1.0.3
6 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • browser control — automatically inferred
2 dependency and API indicators
  • api: copilot.tencent.com
  • api: github.com
External clawhub result: suspicious

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.

Evidence checked
8/18/2026, 4:04:52 AM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:cfbd7614911919c6ace3e2162acb6d0de1a10c6dc3cc519acc5cc05730567e19
Show up to 6 recorded paths
  • README.md
  • references/calibration.md
  • scripts/wb_api_checkin.py
  • scripts/wb_mouse_checkin.py
  • skill-card.md
  • SKILL.md

Source changelog

wb-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。