workbuddy-index

workbuddy-index is a skill for Claude Code, Codex from idea2realClaw/myAgent. It costs 131 tokens per session (1,447 once invoked), scanned A, original, MIT.

A cross-platform tool for building an index of WorkBuddy workspaces, installed skills, memories, and work logs. WorkBuddy is an AI workspace whose files can be scanned on macOS, Windows, or Linux.

In plain words
What is it for?
Use it to create or update a global Markdown index, or to search past WorkBuddy skills, projects, notes, and work records.
Why use it?
It makes scattered workspace information easier to find without manually checking many folders.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create or update a global Markdown index, or to search past WorkBuddy skills, projects, notes, and work records.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/idea2realclaw/myagent/workbuddy-index
Install

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.

Any agent
npx skills add idea2realClaw/myAgent --skill workbuddy-index
Clone the repo
git clone --depth 1 https://github.com/idea2realClaw/myAgent

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for workbuddy-index

README.md
[![agentmods](https://agentmods.dev/badge/skills/idea2realclaw/myagent/workbuddy-index.svg)](https://agentmods.dev/skills/idea2realclaw/myagent/workbuddy-index)
Your own site
<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>
Per session 131 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,447 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 7d ago against content hash acfbeeca21af, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/build_index.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/workbuddy-index/SKILL.md · 166 lines

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 将:

  1. 检测操作系统类型
  2. 扫描所有工作空间文件结构
  3. 读取所有 SKILL.md 获取技能列表
  4. 读取记忆文件和工作日志
  5. 提取高光时刻和成就
  6. 生成完整的 index.md

场景二:更新索引

说:"更新一下 WorkBuddy 索引"

AI 将:

  1. 读取现有 index.md
  2. 扫描近期新增 Skill 和日记
  3. 追加新的工作记录和高光时刻
  4. 更新时间戳

场景三:快速查询

说:"我做过什么 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.mdD:\DiskD\ClawData\WorkBuddy\index.md

扫描范围

自动扫描的目录

  1. ~/.workbuddy/skills/ - 全局 Skills
  2. ~/ClawData/WorkBuddy/ - 主工作目录
  3. ~/WorkBuddy/ - 备选工作目录
  4. ~/Documents/GitRepo/ - Git 项目
  5. 所有包含 .workbuddy 的目录
  6. 所有包含 index.md 的 WorkBuddy 相关目录

深度扫描内容

  • Skills 详情(名称、版本、功能、触发词)
  • 记忆文件摘要
  • 工作空间列表
  • 项目目录
  • 配置和脚本

索引结构规范

生成的 index.md 包含以下部分:

# 🐉 [徒弟名] 的 WorkBuddy 全局索引

## 📊 索引统计
## ⭐ 闪亮时刻(仅徒弟自己用过的Skills)
## 🛠️ 个人Skills清单(仅徒弟自己开发或使用过的)
## 📋 主要工作成果
## 📁 工作空间列表
## 💻 GitRepo 项目
## 🧠 记忆文件摘要
## 📅 工作日志大事记
## 🔄 索引生成信息

Read the full file on GitHub · 166 lines

Files

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.

Changes

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.

  1. 7d ago First seen · 166 lines · 131 tokens per session scan A acfbeeca21af

Subscribe to this mod's changes

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.

Related

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.

garrytan/gbrain · 52 tokens

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.…

mem0ai/mem0 · 273 tokens

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…

danielmiessler/LifeOS · 196 tokens

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.

opensquilla/opensquilla · 44 tokens

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…

shiwenwen/hope-agent · 115 tokens

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.

GanyuanRan/Aegis · 45 tokens