eu-funded-projects

eu-funded-projects is a skill for Claude Code from taivop/marketplace. It costs 25 tokens per session (506 once invoked), scanned A, original, MIT.

A data-access guide for downloading spreadsheets of Estonian and related European Union-funded projects from a public government file share.

In plain words
What is it for?
Retrieving the latest workbook, reading its headers, and preserving source details such as the filename and modification date.
Why use it?
It avoids manually finding changing workbook filenames and interpreting the file-share structure.

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 Retrieving the latest workbook, reading its headers, and preserving source details such as the filename and modification date.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/taivop/marketplace/eu-funded-projects
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 eu-funded-projects
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 eu-funded-projects

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/taivop/marketplace/eu-funded-projects"><img src="https://agentmods.dev/badge/skills/taivop/marketplace/eu-funded-projects.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 506 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00506
Opus 5 $0.00013 $0.00253
Sonnet 5 $0.00005 $0.00101
Haiku 4.5 $0.00003 $0.00051

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

Security

Grade A, and why

eu-funded-projects scanned grade A with 1 finding 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 10d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -u 'Mig46PpedQosEam:' -X PROPFIND -H 'Depth: 2' \
skills/estonia-public-sources/sources/eu-funded-projects/SKILL.md · 43 lines

What it actually says

EU-Funded Projects

Access

  • Official index: https://www.rtk.ee/toetuste-ulevaated-oigusaktid/ulevaade-toetatud-projektidest/toetatud-projektid
  • Public file share: https://pilv.rtk.ee/s/Mig46PpedQosEam
  • WebDAV root: https://pilv.rtk.ee/public.php/webdav/
  • Public, no password. Use HTTP Basic username Mig46PpedQosEam with an empty password.

Retrieve

  1. Send PROPFIND to the WebDAV root with header Depth: 2 and the public-share credentials.
  2. Parse the DAV XML responses. Select an XLSX by filename and getlastmodified; do not hard-code the dated filename.
  3. Current folders distinguish the latest Kohesio export, domestic programmes, and supported-project tables for historical and current funding periods.
  4. GET the selected percent-encoded d:href from https://pilv.rtk.ee with the same credentials.
  5. Read the workbook's title and multi-row headers before normalizing it. In the current combined workbook, the project table starts after title/blank rows and uses two header rows.

Example listing:

curl -u 'Mig46PpedQosEam:' -X PROPFIND -H 'Depth: 2' \
  https://pilv.rtk.ee/public.php/webdav/

Return

Keep the source filename, modification date, funding period, fund, measure, project number and name, recipient and registry code, region, dates, status, budget components, and paid amounts. Preserve approved budget and paid amounts as separate fields.

Limits

  • Filenames contain dates and are replaced as RTK updates the export.
  • Older funding periods are separate workbooks; choose by filename rather than assuming the newest file covers all periods.
  • Excel dates and merged/multi-row headings require workbook-aware parsing.

Verify

Require HTTP 207 Multi-Status, DAV 200 entries, XLSX content type, a non-zero content length, and a workbook containing project, recipient, and funding fields. Reject the RTK narrative page or Power BI/Tableau embed as a data response.

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. 10d ago First seen · 43 lines · 25 tokens per session scan A 0cdf2c515acb

Subscribe to this mod's changes

eu-funded-projects is a skill published in the GitHub repository taivop/marketplace (17 stars, last pushed 9d ago), licensed MIT. It adds 25 tokens to every session and 506 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.