文档

Restore WorkBuddy Hints

试用

Restore WorkBuddy UI hints and tips that were dismissed via the '不再显示' button. Use when the user reports that an in-app tip or prompt bar has disappeared aft...

它能做什么

Restore WorkBuddy UI hints and tips that were dismissed via the '不再显示' button. Use when the user reports that an in-app tip or prompt bar has disappeared after clicking '不再显示', or when the user wants to bring back hidden WorkBuddy prompts. Triggers: 提示条不见了, 不再显示后怎么恢复, 关闭的提示怎么重新显示, restore dismissed hints.

技能文档

Restore WorkBuddy Hints

恢复 WorkBuddy 界面中被「不再显示」关闭的提示条 / 功能引导。

Overview

WorkBuddy 的提示条(如"批量创建自动化任务太麻烦?")右上角提供「不再显示」按钮。 点击后,该提示条被记录到 ~/.workbuddy/user-state.jsontipShowHistory 字段中, 之后该提示条永久隐藏。此技能通过清除该记录来恢复被关闭的提示条。

When to Use

  • 用户说某个 WorkBuddy 提示条/引导「不见了」「消失了」「点了不再显示之后再也出不来」
  • 用户想恢复被关闭的某个特定提示条
  • 用户想一次性恢复所有被关闭的提示条
  • 用户想查看当前有哪些提示条被关闭了

Workflow

Step 1: Confirm User Intent

Ask the user which approach they prefer:

  • 全部恢复 — 恢复所有被「不再显示」关闭的提示条
  • 指定恢复 — 只恢复某一个提示条(需要先查看列表)
  • 仅查看 — 只看当前有哪些提示条被关闭

Step 2: Run the Restore Script

Run the bundled script from the skill directory. The script path is located under ~/.workbuddy/skills/restore-workbuddy-hints/scripts/restore_hints.py.

Use the managed Python runtime:

C:/Users/USERNAME/.workbuddy/binaries/python/envs/default/Scripts/python.exe \
  ~/.workbuddy/skills/restore-workbuddy-hints/scripts/restore_hints.py \
  --list | --all | --key HINT_KEY

Options:

Flag说明
--list列出所有已被关闭的提示条(查看 key 名称)
--all恢复所有已被关闭的提示条
--key NAME恢复指定 key 的提示条

Step 3: Restart WorkBuddy

After the script runs successfully, instruct the user:

  1. 完全退出 WorkBuddy(右键系统托盘图标 → 退出)
  2. 重新启动 WorkBuddy
  3. 被恢复的提示条将重新出现在界面上

Important Notes

  • 配置文件 ~/.workbuddy/user-state.json 是本地存储的,不同账号、不同电脑的配置各自独立
  • 脚本仅修改 tipShowHistory 字段,不会影响其他设置
  • 操作前建议先退出 WorkBuddy,避免客户端运行时覆盖修改

Manual Recovery (Fallback)

如果 Python 脚本无法运行,也可以手动恢复:

  1. 打开文件管理器,地址栏输入 %USERPROFILE%\.workbuddy 回车
  2. 用记事本打开 user-state.json
  3. "tipShowHistory" 的值改为空对象 {}
    "tipShowHistory": {}
    
  4. 保存文件,重新启动 WorkBuddy

Resources

scripts/restore_hints.py

Executable Python script for listing and restoring dismissed hints. No external dependencies required — uses only Python standard library.

Supports three modes:

  • --list — List all dismissed hints
  • --all — Clear entire tipShowHistory
  • --key NAME — Restore a specific hint by its key name

相关技能

WorkBuddy 每日积分自动签到。自动解密本地登录令牌,调用官方签到 API 完成每日积分领取(100 积分/天,连续第 7 天 1000 积分),并支持配置定时任务。触发词:WorkBuddy 签到、每日积分、check-in、credits。

1 次安装

WorkBuddy 安全稳定运行专家团(WB-SAFE)——凭据、积分、连通、配置、加密、健康、风险、恢复八条防线一个团,守护 AI 工作台既安全又不掉线。对齐 NIST CSF 2.0 六职能与 ISO/IEC 27001。触发词:安全体检、凭据安全、Token 安全、积分省钱、连接器掉线、配置漂移、加密、密钥、系统卡死、OOM、灾备恢复、离线兜底、黄金包、备份。

离线可视化 WorkBuddy 本机使用数据,以 token 消耗为主指标、credit 为本地估算,涵盖思考效率、模型分布与性价比、日期区间筛选、错误监控、用量高峰探查,生成本地使用信息看板。仅当用户**明确**想查看、生成或导出**自己 WorkBuddy 本机/本账号**的使用状态 / 使用统计 / 工作信息看板时调用;不用于其他产品或系统的用量统计,也不为任意数据生成通用看板。纯本地、默认零外网依赖、可搬运;可选 --credit-xlsx 用用量导出精确覆盖 credit,或可选 --billing-token-file(用户手动导出 token,opt-in)调用官方用量 API 拉取精确 credit。 EN: Offline dashboard for WorkBuddy local usage analytics, with token as primary metric and credit as local estimate, covering thinking efficiency, model distribution & cost-performance, date-range filtering, error monitoring, usage-spike inspection. Triggers only when the user explicitly wants to view, generate, or export their own WorkBuddy local/account usage status / stats / activity dashboard; not for other products' usage analytics, nor for building generic dashboards from arbitrary data. Fully local, default zero-network; optionally --billing-token-file (user-supplied token, opt-in) calls the official usage API for precise credit, or --credit-xlsx overrides credit with pr

3 次安装

【仅限 WorkBuddy 桌面版使用】会话回调(Session Callback)——实现"一个会话调起另一个会话"的能力:外部进程、定时任务(cron job)或另一个 agent 会话,向目标会话注入消息,唤醒其 agent 带完整上下文继续处理。适用于 WorkBuddy 桌面版:监控回传后唤醒主会话推进任务、定时任务回调指定会话、异步任务完成后通知会话、多会话协作接力、替代 openclaw 的 sessions_send 机制。当用户在 WorkBuddy 中提到"会话回调"、"唤醒会话"、"session callback"、"会话调起另一个会话"、"cron 唤醒指定会话"、"向会话注入消息"、"主会话收到提醒后推进"、"sessions_send" 时使用本 skill。注意:本技能依赖 WorkBuddy 本地结构(~/.workbuddy/sessions/、projects/*.jsonl、/api/v1/acp/*),不适用于 openclaw 等其他平台。

2 次安装

Set up automatic configuration sync across multiple Macs using WorkBuddy. Use when the user wants to use WorkBuddy on two or more computers and keep identity, memory, skills, and settings synchronized. Triggers: 多台电脑同步, 双机同步, 两台 Mac 同步 WorkBuddy, sync WorkBuddy across devices, multi-device sync, 换电脑配置同步. Covers Git-based sync via GitHub, auto-sync daemon, and one-click setup for additional machines.

当用户要换电脑、切换设备或在另一台机器继续开发时,帮助把当前 WorkBuddy 项目和工作现场(未提交改动、Git、项目内配置、Agent 规则/Skill 与交接上下文)安全打包成加密工作包,或恢复已有 .wbpack 并接着上次工作。适用于“跨设备项目迁移/接力”“工作现场打包/恢复”“把项目和 Agent 上下文一起带走”等请求;不把单纯云同步、实时多人协作、普通 Git 同步或部署作为主要场景。