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 Waddling-Penguin/mogkit --skill discovery-querygit clone --depth 1 https://github.com/Waddling-Penguin/mogkitWrote 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/waddling-penguin/mogkit/discovery-query)<a href="https://agentmods.dev/skills/waddling-penguin/mogkit/discovery-query"><img src="https://agentmods.dev/badge/skills/waddling-penguin/mogkit/discovery-query.svg" alt="Measured on agentmods" 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.00003 | $0.01349 |
| Opus 5 | $0.00002 | $0.00674 |
| Sonnet 5 | $0.00001 | $0.00270 |
| Haiku 4.5 | $0.00000 | $0.00135 |
Grade A, and why
discovery-query 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 8d 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 — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Purpose
The PM has a specific question — "what do users say about the import flow?", "who has churned and why?", "what's the strongest pain in mid-market?" This skill answers it by reading the graph and returning only what the graph supports — with the supporting quotes attached.
Where the graph is silent, the skill says so. Where the evidence is thin (single source, no triangulation), it labels the finding accordingly. Where the question is genuinely unanswerable from the current corpus, the skill refuses to guess and names the gap as a finding in its own right.
It does NOT produce confident-sounding answers based on inference. It does not extend a single quote into a population-level claim. It does not stitch together adjacent statements into a story the sources do not themselves tell.
Procedure
- Read
graph/graph.json. If it does not exist, tell the PM to rungraphifyfirst and stop. - Read
meta.health. Cold-start branch: ifhealth === "thin", state this at the top of the response. Most of the answer will be gaps; that is the correct, useful result. Continue with the procedure, but do not soften the gap-heavy output. - Parse the PM's question. Identify:
- The entity or relationship it asks about (a Pain, a Segment, a Feature, an Outcome, etc.).
- Whether it is a what question (description) or a why/how question (causal). Causal questions require evidence at the edge level, not just nodes.
- Whether it has a population scope ("most users", "mid-market", "everyone who churned"). Population claims require multi-source support.
- Search the graph:
- Find all nodes and edges that match the question's entities.
- For each, collect provenance.
- Note the source count and source-type spread behind each finding. A finding backed by three sources across two types is materially different from one backed by one ticket.
- Classify what you found into:
- Multi-source findings — at least 2 sources, ideally across types. These can be stated with reasonable confidence.
- Single-source findings — one source only. State plainly; do not generalize.
- Assumption-adjacent — the question's territory contains
Assumptionnodes. State that the territory is partly assumed, not evidenced. - Silent — the graph has no nodes or edges relevant to the question. This is itself a finding.
- Refusal branch: if the question is fundamentally unsupportable from the corpus (e.g. asks for a quantitative claim the corpus does not contain, or asks about a population the corpus does not sample), do not fabricate. Say so plainly under "Findings", and shift all the work into "Gaps" and "Discovery questions".
- For each gap, formulate a discovery question that would close it. Questions must be non-leading, JTBD-grounded (about behaviour and context, not hypotheticals), and concrete enough to actually go ask.
- Emit the output contract.
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.
- 8d ago First seen · 124 lines · 3 tokens per session scan A 4fb9bf0123f8
discovery-query is a skill published in the GitHub repository Waddling-Penguin/mogkit (5 stars, last pushed 3mo ago), licensed MIT. It adds 3 tokens to every session and 1,349 once invoked, about $0.0000 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
find-skills
Discovers, searches, and installs skills from multiple AI agent skill marketplaces (400K+ skills) using the SkillKit CLI. Supports browsing official partner collections (Anthropic, Vercel, Supabase, Stripe, and more) and community repositories, searching by domain or technology, and installing specific skills from…
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
opencli-sitemap-author
Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
interview
Ask one useful structured question at a time only when material product/implementation choices are genuinely missing; remember answers and produce a brief/spec. Discoverable facts should be investigated instead of asked.
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.