tenders

tenders is a skill for Claude Code, Codex from jokull/icelandic-data. It costs 32 tokens per session (2,080 once invoked), scanned A, original, MIT.

A toolkit for finding and tracking Icelandic public-procurement notices, also called tenders. It uses European TED notices, historical OCDS data, and selected Icelandic web sources.

In plain words
What is it for?
Use it to search Icelandic tenders, filter them by buyer or CPV category, inspect historical notices, and track awards.
Why use it?
It avoids searching several procurement systems by hand and brings tender, buyer, classification, deadline, and award information together.

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/tenders.py download-ocds.

Good fit Use it to search Icelandic tenders, filter them by buyer or CPV category, inspect historical notices, and track awards.

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/tenders

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 tenders

README.md
[![agentmods](https://agentmods.dev/badge/skills/jokull/icelandic-data/tenders.svg)](https://agentmods.dev/skills/jokull/icelandic-data/tenders)
Your own site
<a href="https://agentmods.dev/skills/jokull/icelandic-data/tenders"><img src="https://agentmods.dev/badge/skills/jokull/icelandic-data/tenders.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,080 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 warn 7 Sept 2026
SkillSpector: 6 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Data Exfiltration · line 21
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium Data Exfiltration · line 27
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium Data Exfiltration · line 39
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium Data Exfiltration · line 50
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium Data Exfiltration · line 27
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium Data Exfiltration · line 81
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
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.00032 $0.02080
Opus 5 $0.00016 $0.01040
Sonnet 5 $0.00006 $0.00416
Haiku 4.5 $0.00003 $0.00208

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

Security

Grade A, and why

tenders 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 8d 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 -s -X POST "https://api.ted.europa.eu/v3/notices/search" \
.agents/skills/tenders/SKILL.md · 206 lines

How it starts

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

Public Procurement (Útboð)

Icelandic public tender data from three sources: TED API (EU-threshold, real-time), OCDS bulk data (historical), and utbodsvefur.is (domestic, web-only).

Data Sources

Source Coverage Access Tenders
TED API EEA-threshold (>€215k services) REST API, no auth ~1,481 ISL
OCDS (OpenTender) 2006–2023, all published Bulk download (JSONL/CSV) ~3,494
utbodsvefur.is Current/active domestic Web UI only (WordPress) varies
reykjavik.is 2018–2024 result PDFs Web scraping Reykjavík only

TED Search API

Base URL: https://api.ted.europa.eu/v3/notices/search

No authentication required. POST with JSON body, returns paginated results.

Search all Icelandic tenders

curl -s -X POST "https://api.ted.europa.eu/v3/notices/search" \
  -H "Content-Type: application/json" \
  -d '{
    "query": "organisation-country-buyer=ISL",
    "fields": ["notice-title","publication-date","buyer-city","classification-cpv","tender-value","tender-value-cur","organisation-name-buyer","description-lot","title-proc","deadline-receipt-tender-date-lot"],
    "limit": 20,
    "page": 1
  }'

Search by buyer city

curl -s -X POST "https://api.ted.europa.eu/v3/notices/search" \
  -H "Content-Type: application/json" \
  -d '{
    "query": "organisation-country-buyer=ISL AND buyer-city=\"Reykjav*\"",
    "fields": ["notice-title","publication-date","organisation-name-buyer","tender-value","classification-cpv"],
    "limit": 50, "page": 1
  }'

Search by CPV code

curl -s -X POST "https://api.ted.europa.eu/v3/notices/search" \
  -H "Content-Type: application/json" \
  -d '{
    "query": "organisation-country-buyer=ISL AND classification-cpv=90610000",
    "fields": ["notice-title","publication-date","organisation-name-buyer","tender-value"],
    "limit": 50, "page": 1
  }'

Available query fields

Field Description
organisation-country-buyer ISO3 country code (ISL)
organisation-name-buyer Buyer org name (supports wildcards)
buyer-city City of buyer
classification-cpv CPV code (8-digit)
notice-title Title text search
publication-date Format: YYYYMMDD, supports ranges
estimated-value-lot Estimated value
tender-value Award value
tender-value-cur Currency (EUR/ISK)
description-lot Lot description text
title-proc / title-glo Procedure/global title
deadline-receipt-tender-date-lot Submission deadline
description-glo Global description

Read the full file on GitHub · 206 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. 8d ago First seen · 206 lines · 32 tokens per session scan A ea649bcfcb21

Subscribe to this mod's changes

tenders 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 2,080 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

specification-writing

A workflow for writing complete patent specifications from patent claims and an invention disclosure. It adapts the document to a chosen jurisdiction, such as the US, Europe, or China.

wanshuiyin/Auto-claude-code-research-in-sleep · 49 tokens

regulatory-research-fallback

Fallback workflow for regulatory research when web extraction tools fail on government PDFs.

HKUDS/OpenSpace · 20 tokens

x-scorecard

OpenSSF Scorecard for assessing open source project security. Check security best practices and compliance. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 57 tokens

memstack-business-gdpr

Use this skill when the user says 'GDPR', 'data protection', 'privacy compliance', 'DPA', 'DSAR', 'data subject request', 'cookie consent', 'privacy audit', 'CCPA', or asks 'do I need GDPR for this repo'. Scans the repository to detect what personal data is collected, classifies sensitivity, determines whether GDPR…

cwinvestments/memstack · 121 tokens

gesellschaftsrechtliche-satzungen-agb

Für Gesellschaftsrechtliche Satzungen AGB Abgrenzung: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: gesellschaftsrechtliche-satzungen-agb.

Klotzkette/claude-fuer-deutsches-recht · 69 tokens

nda-review

Use when the user uploads or pastes a non-disclosure agreement and asks for review, redline, risk assessment, or a recommendation on whether to sign. Identifies missing standard protections, one-sided or unusual provisions, and operational issues; produces a structured report with severity ratings and citations to…

LegalQuants/lq-ai · 79 tokens