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 jokull/icelandic-data --skill ferdamalastofagit clone --depth 1 https://github.com/jokull/icelandic-dataWrote 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/jokull/icelandic-data/ferdamalastofa)<a href="https://agentmods.dev/skills/jokull/icelandic-data/ferdamalastofa"><img src="https://agentmods.dev/badge/skills/jokull/icelandic-data/ferdamalastofa/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/jokull/icelandic-data/ferdamalastofa"><img src="https://agentmods.dev/badge/skills/jokull/icelandic-data/ferdamalastofa.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.00032 | $0.03875 |
| Opus 5 | $0.00016 | $0.01937 |
| Sonnet 5 | $0.00006 | $0.00775 |
| Haiku 4.5 | $0.00003 | $0.00387 |
Grade A, and why
ferdamalastofa 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 yesterday.
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 — 367 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Ferðamálastofa (Icelandic Tourist Board)
Inbound tourism statistics via Power BI dashboard scraping. Passenger counts through Keflavík airport by nationality, month, and year.
Data Source
Dashboard URL: https://www.maelabordferdathjonustunnar.is/
Embed backend: ferdapbi.azurewebsites.net (Azure web app generating Power BI embed tokens)
The dashboard embeds Power BI reports via ferdapbi.azurewebsites.net/embed/{reportId}. Data must be extracted by intercepting Power BI API calls within the iframe.
Power BI Report IDs
| Report ID | Page | Description |
|---|---|---|
1fa56a04-3340-46c5-a36b-f9dde4ce0b92 |
/fjoldi-farthega-um-keflavik |
Passenger counts by nationality |
34af65b4-b68d-4309-a17a-5e9d4632b55c |
/hotel |
Hotel guest nights and occupancy |
7cf5f866-459c-4873-947c-082d8a216ea9 |
/allir-gististadir |
All accommodation types |
ae74ab2c-4b1a-4a5c-bf4f-a8ffdda1801f |
/dvalarlengd-og-gistimati |
Length of stay and accommodation type |
Available Dashboards
Samgöngur (Transport)
| Page | URL path | Description |
|---|---|---|
| Þjóðernaskipting og fjöldi um Keflavík | /fjoldi-farthega-um-keflavik |
Primary — passenger counts by nationality |
| Framboð á flugi frá Keflavík | /frambod-a-flugi-fra-keflavik |
Flight supply from Keflavík |
| Verð á flugi | /verd-a-flugi |
Flight prices |
| Tölfræðivísar norrænna flugfélaga | /tolfraedivisar-norraenna-flugfelaga |
Nordic airline statistics |
| Skemmtiferðaskip | /skemmtiferdaskip |
Cruise ships |
| Norróna | /norrona |
Norröna ferry |
Ferðamenn (Tourists)
| Page | URL path | Description |
|---|---|---|
| Aldur, kyn og fleiri bakgrunnsbreytur | /aldur-kyn-og-fleiri-bakgrunnsbreytur |
Age, gender, demographics |
| Tilgangur ferðar og heimsóttir landshlutar | /tilgangur-ferdar-og-heimsottir-landshlutar |
Purpose of travel, regions visited |
| Ánægja og upplifun | /anaegja-og-upplifun |
Satisfaction and experience |
| Fjöldi gesta á áfangastöðum | /fjoldi-gesta-a-afangastodum |
Visitors at destinations |
| Umferðarslys erlendra ferðamanna | /umferdarslys-erlendra-ferdamanna |
Tourist traffic accidents |
| Spá um fjölda erlendra farþega | /spa-um-fjolda-erlendra-farthega |
Forecast of foreign passengers |
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.
- yesterday Changed · +4 lines 3be3eb25c5d8
- 9d ago First seen · 363 lines · 32 tokens per session scan A e5c0b696e106
ferdamalastofa is a skill published in the GitHub repository jokull/icelandic-data (52 stars, last pushed today), licensed MIT. It adds 32 tokens to every session and 3,875 once invoked, about $0.0002 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.
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…