yearbook-mcp-public: Instructions file for Gemini CLI

GEMINI.md

yearbook-mcp-public GEMINI.md is an instructions file for Gemini CLI from bryanmichael-hue/yearbook-mcp-public. It costs 786 tokens per session, scanned A, original, MIT.

Gemini CLI instructions for searching e-yearbook, an archive of over 300,000 U.S. yearbooks with more than 100 million person mentions.

In plain words
What is it for?
They guide searches for people, schools, and year ranges, explain preview restrictions and subscription access, and describe how to use returned lead IDs.
Why use it?
They clarify when to use the archive and what free previews reveal or hide, preventing misleading search results.

Instructions file for Gemini CLI

Written for Gemini CLI: the file is GEMINI.md. Also seen: mentions Gemini CLI.

This is bryanmichael-hue/yearbook-mcp-public's own configuration. It tells Gemini CLI how to work on yearbook-mcp-public itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything yearbook-mcp-public configures →

Reuse

Borrowing it

Nothing to install: this file belongs to bryanmichael-hue/yearbook-mcp-public. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/bryanmichael-hue/yearbook-mcp-public/main/GEMINI.md
Clone the repo
git clone --depth 1 https://github.com/bryanmichael-hue/yearbook-mcp-public

Made for: Gemini CLI.

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 yearbook-mcp-public GEMINI.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/bryanmichael-hue/yearbook-mcp-public/gemini-md/github.svg)](https://agentmods.dev/instructions/bryanmichael-hue/yearbook-mcp-public/gemini-md)
Your own site
<a href="https://agentmods.dev/instructions/bryanmichael-hue/yearbook-mcp-public/gemini-md"><img src="https://agentmods.dev/badge/instructions/bryanmichael-hue/yearbook-mcp-public/gemini-md/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 yearbook-mcp-public GEMINI.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/bryanmichael-hue/yearbook-mcp-public/gemini-md"><img src="https://agentmods.dev/badge/instructions/bryanmichael-hue/yearbook-mcp-public/gemini-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 786 This file is loaded in full into every session.
When invoked 786 The same file — it is already loaded in full.
Security scan A 1 finding. 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.00786 $0.00786
Opus 5 $0.00393 $0.00393
Sonnet 5 $0.00157 $0.00157
Haiku 4.5 $0.00079 $0.00079

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

Security

Grade A, and why

yearbook-mcp-public GEMINI.md scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Returns an opaque `lead_id` (30-day TTL) you can pass to `fetch(id)` or
GEMINI.md · 70 lines

How it starts

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

e-yearbook (Gemini CLI extension context)

This extension connects Gemini CLI to the e-yearbook.com archive via MCP (Model Context Protocol). You can search over 300,000 U.S. yearbooks (high school, college, military cruise books, 1850s to present) containing over 100 million person mentions.

When to use

  • "Find my grandfather John Smith in 1950s Utah yearbooks"
  • "Which yearbooks does Beverly Hills High School have on file?"
  • "Was a person named X in any U.S. yearbook between 1960 and 1970?"
  • "Show me what years Provo High School has yearbooks for"

Tier behaviour you should know

Free preview (default):

  • Echoes back the queried name (NOT the database's normalized form)
  • Returns coarsened state or census region, decade bin, confidence band
  • Returns an opaque lead_id (30-day TTL) you can pass to fetch(id) or later get_person_summary(lead_id)
  • Never discloses the identifying triple (school name + exact year + canonical name) — that's the paywall
  • Yearbooks 20 years old or newer are suppressed at the free tier
  • search_people_preview requires at least one narrowing filter: state, year_from+year_to (bounded range), or school. Bare name-only searches return filter_required — add a filter and retry.

Paid tools (get_person_summary, get_yearbook_report):

  • Visible in tools/list but return payment_required with a checkout_url in the free tier
  • Present the checkout URL to the user when they want full school + year
    • page + scan details

Tools you have available

Tool Use for
search OpenAI-compatible generic discovery; routes by query shape
fetch Resolve a lead_id to citation-safe metadata
search_people_preview Name lookup. Requires a narrowing filter.
search_yearbooks_by_school Catalog: which volumes exist for a school
find_yearbook_volume One yearbook by school + year
list_available_years Coverage check for a school
get_school_collection Full school record + all volumes
get_yearbook_metadata Metadata for a single yearbook
request_missing_yearbook Submit a missing-yearbook request
get_person_summary (paid) Unlock school, exact year, page numbers, scan URL
get_yearbook_report (paid) Enriched profile (organizations, activities, classmates)

Read the full file on GitHub · 70 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 · 70 lines · 786 tokens per session scan A f42ebf3a7508

Subscribe to this mod's changes

yearbook-mcp-public GEMINI.md is an instructions file published in the GitHub repository bryanmichael-hue/yearbook-mcp-public (0 stars, last pushed 2mo ago), licensed MIT. It adds 786 tokens to every session, about $0.0039 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens