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 taivop/marketplace --skill eu-funded-projectsgit clone --depth 1 https://github.com/taivop/marketplaceWrote 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/taivop/marketplace/eu-funded-projects)<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.
<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>- NVIDIA SkillSpector pass
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.00025 | $0.00506 |
| Opus 5 | $0.00013 | $0.00253 |
| Sonnet 5 | $0.00005 | $0.00101 |
| Haiku 4.5 | $0.00003 | $0.00051 |
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' \ 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
Mig46PpedQosEamwith an empty password.
Retrieve
- Send
PROPFINDto the WebDAV root with headerDepth: 2and the public-share credentials. - Parse the DAV XML responses. Select an XLSX by filename and
getlastmodified; do not hard-code the dated filename. - Current folders distinguish the latest Kohesio export, domestic programmes, and supported-project tables for historical and current funding periods.
- GET the selected percent-encoded
d:hreffromhttps://pilv.rtk.eewith the same credentials. - 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.
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.
- 10d ago First seen · 43 lines · 25 tokens per session scan A 0cdf2c515acb
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.
Other skills, from other repositories
dcf-model
Build discounted cash flow valuation workbooks in Excel.
audit-xls
Audit a spreadsheet for formula accuracy, errors, and common mistakes. Scopes to a selected range, a single sheet, or the entire model (including financial-model integrity checks like BS balance, cash tie-out, and logic sanity). Triggers on "audit this sheet", "check my formulas", "find formula errors", "QA this…
google-drive-sheets
Find, read, export, edit, and manage the user's Google Drive, Docs, Sheets, and Slides through per-user OAuth.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
excel-basic-statistics-and-routing
An Excel workflow for filtering grouped data, calculating averages, extracting row ranges, removing duplicates, and adding totals.
dynamic-percentage-and-large-file-analysis
An Excel analysis workflow that changes its file-processing approach based on file size and calculates selected values and percentages.