Borrowing it
Nothing to install: this file belongs to nestordemeure/anno-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/nestordemeure/anno-mcp/main/.claude/skills/anno-search/SKILL.mdgit clone --depth 1 https://github.com/nestordemeure/anno-mcpWrote 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/nestordemeure/anno-mcp/anno-search)<a href="https://agentmods.dev/skills/nestordemeure/anno-mcp/anno-search"><img src="https://agentmods.dev/badge/skills/nestordemeure/anno-mcp/anno-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.
<a href="https://agentmods.dev/skills/nestordemeure/anno-mcp/anno-search"><img src="https://agentmods.dev/badge/skills/nestordemeure/anno-mcp/anno-search.svg" alt="Reviewed on agentmods" width="80" 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.00062 | $0.03804 |
| Opus 5 | $0.00031 | $0.01902 |
| Sonnet 5 | $0.00012 | $0.00761 |
| Haiku 4.5 | $0.00006 | $0.00380 |
Grade A, and why
anno-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 12d 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.
ANNO
The newspaper archive of the Austrian National Library holds approximately 28 million pages across more than 1,600 titles, from 1735 to the present day. It is almost all German-language, and Vienna is its centre. ANNO can do a full-text search on more than 91% of the holdings (the ÖNB gives this figure itself).
Use it for the German-language press: the Viennese daily papers and the Austro-Hungarian provincial papers, and also the satirical and trade weekly papers. It is the natural counterpart to Gallica. Gallica gives you the French reception of a performer who travelled, and ANNO gives you the Central European reception. For mentalism it is exceptionally strong on the 1880s to the 1930s. Vienna was where the Gedankenleser travelled and performed, and where Erik Jan Hanussen lived, worked and died.
Commands
anno search "<query>" [--pages N|N-M|all] [--sort ORDER] [filters] [--json]
anno snippets <documentId> "<query>" # which page of an issue, in context
anno get <documentId> [--page N] # OCR text, prints path to the cached file
The filters for search are --from-year, --to-year, --title ACRONYM, --place PLACE, --language CODE, --subject TEXT and --format {newspaper,periodical}.
--sort takes relevance (default), date_asc or date_desc.
These six filters are all of the facets of ANNO. The search sidebar has exactly six groups, and the client uses each one. There is no --provider flag, no --collection flag and no --genre flag, by decision. ANNO is an archive with one provider (the ÖNB owns all of it) and a flat structure, so those facets do not exist. The client does not omit them. ANNO does not have them.
The publication frequency is also not a facet. It is inside --subject, as Tageszeitung and Wochenzeitung.
A search resolves to an issue, not to a page. A result says this issue of Der Morgen holds 59 matches. snippets changes that into page 7, and here is the sentence. That middle step holds most of the value on this source, and it is usually sufficient to quote in a report with no download:
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.
- 12d ago First seen · 166 lines · 62 tokens per session scan A 2e85ae1373a5
anno-search is a skill published in the GitHub repository nestordemeure/anno-mcp (0 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 62 tokens to every session and 3,804 once invoked, about $0.0003 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
frontmcp-development
Use when building any FrontMCP server component other than a tool (for tools, use create-tool). Covers @Resource static resources and parameterized URI templates; @Prompt reusable prompts (RAG, multi-turn); @Provider singleton dependency-injection providers (database pools, API clients); @Agent autonomous LLM agents…
pipefy-ai-agents
Use this skill when the user wants to create, read, update, delete, or troubleshoot AI agents (conversational agents with behaviors). Covers 7 MCP tools including pre-flight validation, plus pipe-scoped knowledge bases (list, plain text/document/data lookup CRUD, access probe) attached via dataSourceIds. For…
pipefy-automations
Use this skill when the user wants to create, read, update, or delete traditional automations (if/then rules) or AI automations (prompt-driven). Covers 16 MCP tools. For AI agents (conversational), see skills/ai-agents/.
html-portal-generator
Convert a codebase into a self-contained HTML portal app for ingestion into AI application systems. Produces a single deployable HTML file with embedded CSS, JS, and data.
pipefy-ipaas
Use when the user wants to build, test, publish, or manage iPaaS (Advanced Automations) flows: multi-step integrations with external apps (Slack, Gmail, Google Sheets), incoming webhooks, schedules, routers, code steps, or iPaaS data tables. MCP-only, driven through 4 meta-tools over a per-pipe catalog discovered at…
pipefy-portal-setup
Use this skill when the user wants to list, create, or configure Pipefy portals (main hub, pages, page elements, sub-portals, publish/unpublish). Covers 20 MCP tools on Interfaces + internalapi. Not for pipes/cards.