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 narumiruna/ly-mcp --skill lygit clone --depth 1 https://github.com/narumiruna/ly-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/narumiruna/ly-mcp/ly)<a href="https://agentmods.dev/skills/narumiruna/ly-mcp/ly"><img src="https://agentmods.dev/badge/skills/narumiruna/ly-mcp/ly/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/narumiruna/ly-mcp/ly"><img src="https://agentmods.dev/badge/skills/narumiruna/ly-mcp/ly.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.00117 | $0.01467 |
| Opus 5 | $0.00059 | $0.00733 |
| Sonnet 5 | $0.00023 | $0.00293 |
| Haiku 4.5 | $0.00012 | $0.00147 |
Grade A, and why
ly 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.
How it starts
The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ly
Overview
Use ly to query Taiwan Legislative Yuan API v2 from the terminal and summarize the result for the user.
Prefer running the CLI over guessing from memory. The CLI returns JSON by default, so inspect the fields you need and synthesize a concise answer instead of dumping the full payload unless the user asks for raw output.
Installation
If ly is not available, install it with:
uv tool install lymcp
Command Selection
- Run
ly ...directly when the command is installed. - If
lyis missing, install it withuv tool install lymcp, then retry the samely ...command. - If installation fails because
uvis missing, network access is restricted, package resolution fails, or the published version does not includely, report the prerequisite clearly.
Command Map
- Use
statfor API statistics. - Use
bills listto find bills by term, session, bill type, proposer, date, status, law number, or other bill filters. - Use
bills get BILL_NOafter a bill number is known. - Use
bills related BILL_NO,bills meets BILL_NO, andbills doc-html BILL_NOfor related bills, deliberation records, and bill document HTML;bills meetssupports meeting, attendee, committee, related-bill, and law filters. - Use
laws listto resolve a law number or law ID from a law name, category, status, authority, or latest version date. - Use
laws get LAW_ID,laws progress LAW_ID,laws bills LAW_ID, andlaws versions LAW_IDafter a law ID is known. - Use
law-versions list,law-versions get LAW_VERSION_ID, andlaw-versions contents LAW_VERSION_IDfor amendment/version workflows. - Use
law-contents listandlaw-contents get LAW_CONTENT_IDfor article text and article-level lookups. - Use
meets listfor meeting discovery by term, session, meeting type, date, committee code, attendee, or meeting ID. - Use
meets get MEET_ID,meets bills MEET_ID,meets interpellations MEET_ID, andmeets ivods MEET_IDafter a meeting ID is known. - Use
votes listto find votes by term, meeting, vote type or time, member position, or gazette document ID; usevotes get VOTE_IDandvotes meets VOTE_IDafter a vote ID is known. - Use
legislators listto resolve legislators by term, party, district, ID, or name. - Use
legislators get TERM NAME,legislators propose-bills TERM NAME,legislators cosign-bills TERM NAME,legislators meets TERM NAME, andlegislators interpellations TERM NAMEfor legislator-scoped workflows. - Use
committees list,committees get COMT_CD, andcommittees meets COMT_CDfor committee workflows. - Use
gazettes list,gazettes get GAZETTE_ID,gazettes agendas GAZETTE_ID,gazette-agendas list, andgazette-agendas get GAZETTE_AGENDA_IDfor gazette workflows;gazettes agendasalso accepts--gazette-numberas the documented query-level filter. - Use
interpellations listandinterpellations get INTERPELLATION_IDfor interpellation workflows. - Use
ivods listandivods get IVOD_IDfor Legislative Yuan video records.
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.
- 9d ago First seen · 76 lines · 117 tokens per session scan A 7031a872a3ee
ly is a skill published in the GitHub repository narumiruna/ly-mcp (6 stars, last pushed yesterday), licensed MIT. It adds 117 tokens to every session and 1,467 once invoked, about $0.0006 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
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…
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…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…