Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add idea2realClaw/myAgent --skill workbuddy-indexgit clone --depth 1 https://github.com/idea2realClaw/myAgentWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/idea2realclaw/myagent/workbuddy-index)<a href="https://agentmods.dev/skills/idea2realclaw/myagent/workbuddy-index"><img src="https://agentmods.dev/badge/skills/idea2realclaw/myagent/workbuddy-index.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00131 | $0.01447 |
| Opus 5 | $0.00066 | $0.00724 |
| Sonnet 5 | $0.00026 | $0.00289 |
| Haiku 4.5 | $0.00013 | $0.00145 |
Grade A, and why
workbuddy-index scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.
WorkBuddy 全局索引 Skill v2.0
功能概述
扫描本机所有 WorkBuddy 相关目录,构建并更新全局索引文件,让你快速回忆:
- 有哪些已安装的 Skill 及其功能
- 做过哪些重要工作和分析
- 记忆中的关键知识和规则
- 高光时刻与成就里程碑
核心特性
| 特性 | 说明 |
|---|---|
| 跨平台 | 自动检测 macOS/Windows/Linux |
| 深度扫描 | 递归查找所有 .workbuddy 目录 |
| 多源汇总 | Skills、记忆、工作空间、项目 |
| 自动适配 | 路径、环境变量、智能检测 |
平台支持
macOS
主目录:~/ClawData/WorkBuddy/
Skills:~/.workbuddy/skills/
记忆:~/ClawData/WorkBuddy/.workbuddy/memory/
索引:~/ClawData/WorkBuddy/index.md
Windows
主目录:%USERPROFILE%\WorkBuddy\Claw\
Skills:%USERPROFILE%\.workbuddy\skills\
记忆:%USERPROFILE%\.workbuddy\shared-memory\
索引:%USERPROFILE%\WorkBuddy\Claw\index.md
备选:D:\DiskD\ClawData\WorkBuddy\index.md
Linux
主目录:~/ClawData/WorkBuddy/
Skills:~/.workbuddy/skills/
记忆:~/.workbuddy/memory/
使用方式
场景一:初次建立索引
说:"帮我建立 WorkBuddy 全局索引"
AI 将:
- 检测操作系统类型
- 扫描所有工作空间文件结构
- 读取所有 SKILL.md 获取技能列表
- 读取记忆文件和工作日志
- 提取高光时刻和成就
- 生成完整的
index.md
场景二:更新索引
说:"更新一下 WorkBuddy 索引"
AI 将:
- 读取现有
index.md - 扫描近期新增 Skill 和日记
- 追加新的工作记录和高光时刻
- 更新时间戳
场景三:快速查询
说:"我做过什么 ETF 相关的工作?"
AI 将读取 index.md 快速定位相关记录并汇报。
命令行使用
# macOS / Linux
python3 ~/.workbuddy/skills/workbuddy-index/scripts/build_index.py
# Windows
python "%USERPROFILE%\.workbuddy\skills\workbuddy-index\scripts\build_index.py"
# 查看帮助
python3 build_index.py --help
索引文件位置
| 平台 | 路径 |
|---|---|
| macOS | ~/ClawData/WorkBuddy/index.md |
| Windows | ~/WorkBuddy/Claw/index.md 或 D:\DiskD\ClawData\WorkBuddy\index.md |
扫描范围
自动扫描的目录
~/.workbuddy/skills/- 全局 Skills~/ClawData/WorkBuddy/- 主工作目录~/WorkBuddy/- 备选工作目录~/Documents/GitRepo/- Git 项目- 所有包含
.workbuddy的目录 - 所有包含
index.md的 WorkBuddy 相关目录
深度扫描内容
- Skills 详情(名称、版本、功能、触发词)
- 记忆文件摘要
- 工作空间列表
- 项目目录
- 配置和脚本
索引结构规范
生成的 index.md 包含以下部分:
# 🐉 [徒弟名] 的 WorkBuddy 全局索引
## 📊 索引统计
## ⭐ 闪亮时刻(仅徒弟自己用过的Skills)
## 🛠️ 个人Skills清单(仅徒弟自己开发或使用过的)
## 📋 主要工作成果
## 📁 工作空间列表
## 💻 GitRepo 项目
## 🧠 记忆文件摘要
## 📅 工作日志大事记
## 🔄 索引生成信息
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 166 lines · 131 tokens per session scan A acfbeeca21af
workbuddy-index is a skill published in the GitHub repository idea2realClaw/myAgent (2 stars, last pushed 18d ago), licensed MIT. It adds 131 tokens to every session and 1,447 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
media-ingest
Ingest video, audio, PDF, book, screenshot, and GitHub repo content into the brain. Multi-format handling with entity extraction and backlink propagation. Covers video-ingest, youtube-ingest, and book-ingest subtypes.
mem0-oss-to-platform
Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
memory
Use when the user asks to remember, recall, forget, update, search, or inspect durable OpenSquilla memory, including profile facts in USER.md and long-term notes in MEMORY.md or memory//.md.
ha-data-stores
Map of Hope Agent's local data stores and safe read-only query workflow. Use when the user asks where Hope Agent stores data, wants to inspect sessions/messages/memory/logs/background jobs/knowledge indexes/settings, asks the model to query local app data, or debugging requires checking persisted state. Trigger…
establishing-project-context
Use when the user asks to establish shared project language, or project work exposes a conflicting, renamed, or deprecated domain term that needs active semantic modeling. Routine small tasks stay on the fast path.