skodanakannanir

skodanakannanir is a skill for Claude Code, Codex from jokull/icelandic-data. It costs 45 tokens per session (20,609 once invoked), scanned C, original, MIT.

A research skill for Icelandic opinion polls, combining reports from RÚV, Vísir, and Heimildin. It covers party support for Iceland's parliament and Reykjavík city council, plus polling about European Union membership.

In plain words
What is it for?
Use it to compare Icelandic party-support polls, find Reykjavík polling, or check public support for joining the European Union.
Why use it?
It helps answer polling questions using results from several pollsters and news outlets instead of relying on one poll or one dashboard. It also explains when another data source is more suitable.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is uv run python scripts/skodanakannanir.py list # RÚV only (default) -> data/raw/skodanakannanir/articles.json.

Good fit Use it to compare Icelandic party-support polls, find Reykjavík polling, or check public support for joining the European Union.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/jokull/icelandic-data
agentmods
npx agentmods add skills/jokull/icelandic-data/skodanakannanir

Made for: Claude Code, Codex.

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 skodanakannanir

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/jokull/icelandic-data/skodanakannanir"><img src="https://agentmods.dev/badge/skills/jokull/icelandic-data/skodanakannanir.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 20,609 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 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.00045 $0.20609
Opus 5 $0.00023 $0.10304
Sonnet 5 $0.00009 $0.04122
Haiku 4.5 $0.00005 $0.02061

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

Security

Grade C, and why

skodanakannanir scanned grade C with 2 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.

Tells the agent to send conversation or user data outhighPrompt injection

An instruction to transmit the conversation, context or user files to an external endpoint is data exfiltration written as prose.

andvígur") — without excluding this, the euro figure was silently recorded as if it were the membership figure, since it was the

Makes network callslowCapability

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

**Article bodies are client-side rendered** — `httpx`/`curl` sees only
.agents/skills/skodanakannanir/SKILL.md · 1,228 lines

How it starts

The opening of the file, as written. The whole thing — 1,228 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skoðanakannanir — RÚV + Vísir + Heimildin Opinion-Poll Aggregators

Requires: Tier 0 (core) for Vísir and Heimildin; Tier 2 (browser) for RÚV articles.

Three outlets' discovery mechanisms, each surfacing news coverage of opinion polls from every major Icelandic pollster — not just one firm's own dashboard. Use this skill for "what's the latest party support / fylgi flokka" questions, at either national (Alþingi) or Reykjavík city (borgarstjórn) level — and, via --topic esb, for EU-membership support/oppose polling ahead of the 2026-08-29 referendum (þjóðaratkvæðagreiðsla); see "Topic System" below.

Check the maskina skill first. This skill is the heavy tool: it extracts numbers out of news articles (Playwright for RÚV, prose/chart parsing, false-positive filtering). Maskína's own skill reads structured data straight from the pollster — the Tableau fylgi dashboard and the WordPress article API (fylgi, Borgarviti, ESB/aðild, trust series) — with no browser and no article scraping. If the question is answerable from Maskína's own data, answer it there. Reach for this skill for what maskina cannot give: the other pollsters (Gallup, Prósent, Félagsvísindastofnun), cross-pollster comparison, Reykjavík polling breadth, or polls that only ever appeared as one-off news stories.

Use Vísir/Heimildin for discovery, RÚV for numbers. Verified: RÚV's tag page holds only ~51 recent items with no working pagination (see Caveat 7), while Vísir's is genuinely paginated back to at least September 2021 and Heimildin's search goes back to 2019+ for this query. list --source visir --since 2025 --scope reykjavik alone found 40 Reykjavík polls against RÚV's 4 — including the entire Feb–May 2026 city-election polling season RÚV's own tag had already dropped. RÚV and Vísir are both wired into fetch's chart/prose number-extraction (see Vísir Extraction below) — Heimildin is still discovery-only. Vísir is actually the simpler of the two to fetch: its article bodies are server-rendered, so fetch_visir_article() is plain httpx, no Playwright, no browser at all (RÚV needs one — see the RÚV fetch section).

Read the full file on GitHub · 1,228 lines

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. yesterday Changed · +2 lines e19bcfd1db19
  2. 12d ago First seen · 1,226 lines · 45 tokens per session scan C f09cfd0870dc

Subscribe to this mod's changes

skodanakannanir is a skill published in the GitHub repository jokull/icelandic-data (53 stars, last pushed yesterday), licensed MIT. It adds 45 tokens to every session and 20,609 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 2 findings (tells the agent to send conversation or user data out, makes network calls). 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

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…

microsoft/ai-agents-for-beginners · 200 tokens

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…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens