language-law-supervision

language-law-supervision is a skill for Claude Code from taivop/marketplace. It costs 26 tokens per session (377 once invoked), scanned A, original, MIT.

A tool for retrieving annual reports from Keeleamet, Estonia's language-law supervision agency, and its predecessor, the Language Inspectorate. It reads a public webpage's document list and linked PDF reports.

In plain words
What is it for?
Use it to collect report titles, years, download links, timestamps, file details, and cited counts or findings from the reports.
Why use it?
It avoids manually finding report links in embedded webpage data and distinguishes the report year from the upload date. It is for archive-level information, not individual supervision cases.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the estonia-public-sources plugin — 88 skills shipped together

Good fit Use it to collect report titles, years, download links, timestamps, file details, and cited counts or findings from the reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/taivop/marketplace/language-law-supervision
Install

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.

Any agent
npx skills add taivop/marketplace --skill language-law-supervision
Clone the repo
git clone --depth 1 https://github.com/taivop/marketplace

Made for: Claude Code.

Or install estonia-public-sources, the plugin that ships this one along with the rest of its 88 skills.

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 language-law-supervision

README.md
[![agentmods](https://agentmods.dev/badge/skills/taivop/marketplace/language-law-supervision/github.svg)](https://agentmods.dev/skills/taivop/marketplace/language-law-supervision)
Your own site
<a href="https://agentmods.dev/skills/taivop/marketplace/language-law-supervision"><img src="https://agentmods.dev/badge/skills/taivop/marketplace/language-law-supervision/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 language-law-supervision

Your own site · 80×15
<a href="https://agentmods.dev/skills/taivop/marketplace/language-law-supervision"><img src="https://agentmods.dev/badge/skills/taivop/marketplace/language-law-supervision.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 377 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00026 $0.00377
Opus 5 $0.00013 $0.00188
Sonnet 5 $0.00005 $0.00075
Haiku 4.5 $0.00003 $0.00038

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

Security

Grade A, and why

language-law-supervision 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.

skills/estonia-public-sources/sources/language-law-supervision/SKILL.md · 34 lines

What it actually says

Language-Law Supervision Reports

Access

  • Report index: https://www.keeleamet.ee/keeleameti-tegevused-ja-eesmargid/keeleseaduse-ja-teiste-keeleoskust-ja-keelekasutust-3
  • Public HTML with embedded JSON and linked PDFs; no login is required.

Retrieve

Find the script type="application/json" whose ID starts with datatable- and does not end in -options. Parse its row arrays. The first column contains report title, file size/type, and PDF link; the second contains an ISO timestamp and displayed insertion date; the third repeats the download link.

Resolve escaped relative links such as \/sites\/default\/files\/documents\/...pdf against https://www.keeleamet.ee. Derive the report year from the title, not the insertion date. Records before the agency rename use Keeleinspektsioon rather than Keeleamet.

Return

  • Preserve report title/year, insertion timestamp, institution name, PDF URL, file size when stated, page URL, and retrieval time.
  • Extract supervision counts or findings only from the report itself and retain table/page references.

Limits

  • This source is an annual report archive, not case-level supervision data.
  • The datatable ID is generated and changes when the page is rebuilt; discover it by prefix and content.
  • Historical filenames contain spelling and encoding variations.

Verify

  • Require a non-options datatable- JSON script with multiple report rows and PDF paths.
  • Require the newest linked report to return a PDF beginning with %PDF-; reject navigation links as report files.
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. 11d ago First seen · 34 lines · 26 tokens per session scan A 50097a3e3b63

Subscribe to this mod's changes

language-law-supervision is a skill published in the GitHub repository taivop/marketplace (17 stars, last pushed 11d ago), licensed MIT. It adds 26 tokens to every session and 377 once invoked, about $0.0001 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.