whiteboard-search

whiteboard-search is a skill for Claude Code from CocoRoF/Geny. It costs 41 tokens per session (945 once invoked), scanned A, original, Apache-2.0.

A search procedure for finding information in personal notes or a shared knowledge library. It explains which store to search first, when to search the other, and how to summarize confirmed results.

In plain words
What is it for?
Use it to find something in the user’s notes or shared library, check the most relevant entries, and give a short natural-language summary.
Why use it?
It helps avoid searching the wrong collection or returning unverified notes when looking for saved information.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to find something in the user’s notes or shared library, check the most relevant entries, and give a short natural-language summary.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cocorof/geny/whiteboard_search
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 CocoRoF/Geny --skill whiteboard_search
Clone the repo
git clone --depth 1 https://github.com/CocoRoF/Geny

Made for: Claude Code.

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 whiteboard-search

README.md
[![agentmods](https://agentmods.dev/badge/skills/cocorof/geny/whiteboard_search/github.svg)](https://agentmods.dev/skills/cocorof/geny/whiteboard_search)
Your own site
<a href="https://agentmods.dev/skills/cocorof/geny/whiteboard_search"><img src="https://agentmods.dev/badge/skills/cocorof/geny/whiteboard_search/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for whiteboard-search

Your own site · 80×15
<a href="https://agentmods.dev/skills/cocorof/geny/whiteboard_search"><img src="https://agentmods.dev/badge/skills/cocorof/geny/whiteboard_search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 945 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.00041 $0.00945
Opus 5 $0.00020 $0.00473
Sonnet 5 $0.00008 $0.00189
Haiku 4.5 $0.00004 $0.00094

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

Security

Grade A, and why

whiteboard-search 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 9d 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.

backend/skills/bundled/whiteboard_search/SKILL.md · 68 lines

How it starts

The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Whiteboard Search — Searching the user's notes / library

Use this skill when the user asks you to find something in their own notes or in a shared library.

First, distinguish the two kinds of stores

  • User Opsidian (personal vault) — the raw notes the user writes and captures every day. Accessed via the opsidian_* tools. Categories: inbox / daily / topics / projects / insights.
  • Curated Knowledge (library) — the organized subset the user has explicitly shared via "Share with VTuber > Library". Accessed via the knowledge_* tools. This is the most trustworthy source you have — because the user hand-picked and sent it.

Search Ladder

If the user's request is ambiguous, try both and merge the results:

  1. opsidian_search(query, max_results=5) — keyword search. The fastest, and best at capturing the user's raw intent.
  2. If you get 0–1 results or the scores are low → use knowledge_search(query, max_results=5) for a semantic search on the curated side.
  3. For the 1–3 most likely notes, confirm the contents with knowledge_read(filename) or opsidian_read(filename).
  4. Don't dump the body as-is — summarize it in 2–3 sentences for the user. Include only 1–2 lines of key quotes if needed.

When the user specifies a category or tag

  • Category specified ("among my daily notes…") → narrow with opsidian_browse(category="daily"), then search within it.
  • Tag specified ("the ones tagged #API…") → opsidian_browse(tag="API").
  • Take the results from both tools, rank by score or recency, then read only the top ones.

Using the ViewLedger marker

  • Notes in the system prompt's [Spotlight Context] block, or notes in tool results with _view.counts.read > 0, are material you've already seen.
  • Don't treat them as if you're seeing them for the first time; connect to the prior context with phrasing like "that note from last time…" / "from the X we looked at before…".
  • A high _view.counts.injected means a key note that has appeared often via spotlight too — a signal that the user considers it important.

Read the full file on GitHub · 68 lines

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. 9d ago First seen · 68 lines · 41 tokens per session scan A 7746f6a6dc03

Subscribe to this mod's changes

whiteboard-search is a skill published in the GitHub repository CocoRoF/Geny (11 stars, last pushed 10d ago), licensed Apache-2.0. It adds 41 tokens to every session and 945 once invoked, about $0.0002 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.