kultuurkapital-grants-data

kultuurkapital-grants-data is a skill for Claude Code from taivop/marketplace. It costs 25 tokens per session (362 once invoked), scanned A, original, MIT.

A data extractor for grant awards published by the Estonian Cultural Endowment, a public fund that supports culture. It reads award tables from official round pages.

In plain words
What is it for?
Collecting grant recipients, purposes, amounts, funding sections, round details, and source URLs for a selected year and round.
Why use it?
It preserves the section each table belongs to, which would be lost if all grant rows were treated as one flat table.

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 Collecting grant recipients, purposes, amounts, funding sections, round details, and source URLs for a selected year and round.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/taivop/marketplace/kultuurkapital-grants-data
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 kultuurkapital-grants-data
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 kultuurkapital-grants-data

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/taivop/marketplace/kultuurkapital-grants-data"><img src="https://agentmods.dev/badge/skills/taivop/marketplace/kultuurkapital-grants-data.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 362 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.00025 $0.00362
Opus 5 $0.00013 $0.00181
Sonnet 5 $0.00005 $0.00072
Haiku 4.5 $0.00003 $0.00036

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

Security

Grade A, and why

kultuurkapital-grants-data 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.

skills/estonia-public-sources/sources/kultuurkapital-grants-data/SKILL.md · 38 lines

What it actually says

Kultuurkapital Grant Allocations

Access

  • Round index: https://www.kulka.ee/avalik-teave/eraldused-voorude-kaupa
  • Public HTML, no authentication or API.

Retrieve

  1. GET the index and collect unique links under /avalik-teave/eraldused-voorude-kaupa/.
  2. Select the requested year and round from the link slug; do not invent slugs because historical naming varies.
  3. GET the round page and parse each grant table. The first row is the header rather than a thead in many tables.
  4. Normalize the header variants:
    • recipient: Eralduse saaja
    • purpose: Kasutamise eesmärk or Eralduse eesmärk
    • amount: Summa or Eraldatud summa
  5. Associate each table with the nearest preceding heading, such as a council, endowment, programme, or county expert group.
  6. Remove normal and non-breaking spaces from amount text, then parse it as euros while preserving the original value.

Return

Return round slug, source URL, section heading, recipient, purpose, original amount, and numeric amount.

Limits

  • Round pages contain many independently formatted tables and occasional empty tables.
  • Section headings are outside the tables; a flat table parser loses this context.
  • Published recipients include individuals. Return only fields present in the public allocation table.

Verify

Require at least one round link and one non-empty three-column table whose normalized headers identify recipient, purpose, and amount.

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. 12d ago First seen · 38 lines · 25 tokens per session scan A f0ed49834812

Subscribe to this mod's changes

kultuurkapital-grants-data is a skill published in the GitHub repository taivop/marketplace (17 stars, last pushed 12d ago), licensed MIT. It adds 25 tokens to every session and 362 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.

Related

Other skills, from other repositories

sector-rotation

An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.

HKUDS/Vibe-Trading · 39 tokens

strategy-pivot-designer

Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.

tradermonty/claude-trading-skills · 28 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

chenhao-limit-up

A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.

questflowai/investorskills · 44 tokens

furusato

A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.

kazukinagata/shinkoku · 102 tokens

reading-receipt

An image-reading workflow for extracting structured information from receipts, invoices, and hometown-tax donation certificates. It can first extract text from PDFs and otherwise read their images.

kazukinagata/shinkoku · 64 tokens