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 agentmods add commands/greppable/greppable-cc-plugin/onboardgit clone --depth 1 https://github.com/greppable/greppable-cc-pluginWhat 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 | $0.00022 | $0.01338 |
| Opus 5 | $0.00011 | $0.00669 |
| Sonnet 5 | $0.00004 | $0.00268 |
| Haiku 4.5 | $0.00002 | $0.00134 |
Grade A, and why
onboard 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 2d 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 — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/greppable:onboard — Setup or Update GDL Configuration
First Run Flow
If no .claude/greppable.local.md exists (project or global):
- Display welcome banner — Output the banner directly as conversation text (do NOT use Bash — the output panel clips tall content). Display this exactly as a code block:
$ grep -rn "greppable" /dev/universe
██████╗ ██████╗ ███████╗██████╗ ██████╗ █████╗ ██████╗ ██╗ ███████╗
██╔════╝ ██╔══██╗██╔════╝██╔══██╗██╔══██╗██╔══██╗██╔══██╗██║ ██╔════╝
██║ ███╗██████╔╝█████╗ ██████╔╝██████╔╝███████║██████╔╝██║ █████╗
██║ ██║██╔══██╗██╔══╝ ██╔═══╝ ██╔═══╝ ██╔══██║██╔══██╗██║ ██╔══╝
╚██████╔╝██║ ██║███████╗██║ ██║ ██║ ██║██████╔╝███████╗███████╗
╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝╚═════╝ ╚══════╝╚══════╝
.ai
1 match · the grep-native language for agentic systems
Then say: Welcome! Let's set up greppable for this project.
-
Check for existing config — read
~/.claude/greppable.local.md(global) and.claude/greppable.local.md(project). If either exists, enter Update Mode (below). -
Ask: project or global scope?
- Project (default): config in
.claude/greppable.local.md, affects only this repo - Global: config in
~/.claude/greppable.local.md, affects all repos without project config
- Project (default): config in
-
Ask: which layers to enable? Default: v1 set (GDLC, GDLM, GDLD, GDL).
- Always enabled: GDLC (code maps), GDLM (memory), GDLD (diagrams), GDL (data/rules)
- Conditional (auto-detected): GDLS (schemas — if Prisma/SQL detected), GDLA (API contracts — if OpenAPI/GraphQL detected)
- Available but not default: GDLU (unstructured docs — manual use only)
-
If GDLM layer is enabled, ask: enable automatic memory extraction?
- Yes (default): When a new session starts, the previous session's transcript is automatically processed into
.gdlmmemory records via the Agent SDK. Requiresnodeon PATH. - No: Session transcripts are not processed. Memory files can still be created manually.
- Yes (default): When a new session starts, the previous session's transcript is automatically processed into
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.
- 2d ago First seen · 93 lines · 22 tokens per session scan A 1006a3f000ed
onboard is a command published in the GitHub repository greppable/greppable-cc-plugin (3 stars, last pushed 4mo ago), licensed MIT. It adds 22 tokens to every session and 1,338 once invoked, about $0.0001 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 commands, from other repositories
rb-ask
Ask a question about the current project's codebase via the repobrain knowledge hub. / 通过 repobrain 知识库询问当前项目代码。.
rb-refresh
Rebuild the repobrain project knowledge base after significant changes. / 在重要改动后重建 repobrain 项目知识库。.
rp-build-cli
Build with rp-cli context builder → chat → implement.
call-graph
Trace callers, callees, or paths using the call graph.
index
Index the codebase for semantic search.
search
Search codebase by meaning using semantic search.