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 skills add anysiteio/agent-skills --skill anysite-mcpgit clone --depth 1 https://github.com/anysiteio/agent-skillsWrote 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/anysiteio/agent-skills/anysite-mcp)<a href="https://agentmods.dev/skills/anysiteio/agent-skills/anysite-mcp"><img src="https://agentmods.dev/badge/skills/anysiteio/agent-skills/anysite-mcp/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/anysiteio/agent-skills/anysite-mcp"><img src="https://agentmods.dev/badge/skills/anysiteio/agent-skills/anysite-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00139 | $0.04731 |
| Opus 5 | $0.00069 | $0.02365 |
| Sonnet 5 | $0.00028 | $0.00946 |
| Haiku 4.5 | $0.00014 | $0.00473 |
Grade A, and why
anysite-mcp 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 11d 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 — 260 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Anysite MCP — usage guide
The anysite MCP exposes hundreds of data sources through six universal meta-tools (plus the
crm_* family, see Working with CRM). This skill is the map: how to call them, which sources
cover which GTM need, and how to not waste credits.
The six meta-tools
| Tool | Purpose | Credits |
|---|---|---|
discover(source, category) |
List endpoints + exact params for a source/category | free |
execute(source, category, endpoint, params) |
Run an endpoint; returns first 10 items + cache_key |
paid |
get_page(cache_key, offset, limit) |
Page through a cached result | free |
query_cache(cache_key, conditions, sort_by, sort_order, aggregate, group_by, limit, offset) |
Filter/sort/aggregate cached data with SQL-like ops | free |
export_data(cache_key, output_format, list_unpack) |
Export cached data — output_format json (default) / csv / jsonl; list_unpack = how many nested-array elements to expand into CSV columns (default 1) |
free |
search_requests(source, category, endpoint, query, since, until, limit, offset) |
Find past execute() calls and their cache_keys — 7-day history, works across sessions | free |
Rules that prevent 90% of failures
- Always
discoverbeforeexecute. Endpoint names and params are not guessable, and a wrong source name returns the full source list — a wrong guess self-corrects for free.executetakes the endpoint NAME exactly as discover returns it (products_reviews), never a REST path segment (reviews) — resolution is an exact-match lookup. - Never guess identifiers. LinkedIn aliases, URNs, Crunchbase aliases, Greenhouse board tokens are unpredictable. Resolve them through the search endpoint of the same source first.
- Re-use the cache — it outlives the session.
executereturns acache_key; further filtering, sorting, counting and paging of that result is free, and the cache lives for 7 days across sessions. Before any paidexecute, checksearch_requests(free) for a recent identical call — same endpoint, matching params — and reuse itscache_keyviaquery_cache/get_pageinstead of refetching (verified live: a two-day-old cache_key from another session served in full). Freshness rule: reuse when the data's age is fine for the task (enrichment firmographics — usually yes; "what's new today" — no). - Cheap-first cascade. When several endpoints can answer, call the cached/DB one first
(
*/db/*,*sql*endpoints, ~1 credit) and the live one only for the remainder. - Estimate volume before bulk runs — plan-aware. First know the user's plan (the CRM
profile stores it after setup; if unknown, ask once: MCP Unlimited or credit-based?).
- Credit-based plan: before anything above ~100 calls, state the estimate
(
N targets × credits-per-call) and get a nod. Prefer cheap DB endpoints, batch hard. - MCP Unlimited: credit warnings off, but keep batch sizes sane anyway — the real limits are latency and upstream rate limits, so cap sweeps the same way and say "this will take ~N minutes" instead of a price.
- Credit-based plan: before anything above ~100 calls, state the estimate
(
- Live LinkedIn search fails as an empty list, not an error.
search_usersandsearch_companiesreturn{"results":[]}on queries that just don't hit ("stripe", "databar" both came back empty live, while "microsoft" worked) — it is not a broken key. On empty, switch to thesearch_sql_*DB endpoints; do NOT retry with broader keywords. (This is why reverse-lookup via livesearch_usersis best-effort, not "usually one match".) gdeltis slow by design, not broken — 10–50s per call is normal (upstream per-IP throttling), and worst cases exceed the MCP client's silent-call timeout, which looks like a hang. Endpoints:gdelt/articles/articles_searchandarticles_context(timespanlike 3d/1w orstart_datetimeYYYYMMDDHHMMSS; count ≤250). Keep it OUT of per-account sweep loops (use techmeme / google news — seconds); fine for a one-off deep media dive with a "takes a minute" warning.
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.
- 11d ago First seen · 260 lines · 139 tokens per session scan A 8790c8afea28
anysite-mcp is a skill published in the GitHub repository anysiteio/agent-skills (19 stars, last pushed 26d ago), licensed MIT. It adds 139 tokens to every session and 4,731 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-30.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…