eu-sparql-search

eu-sparql-search is a skill for Claude Code from matematicsolutions/awesome-matematic-skills-pl. It costs 147 tokens per session (5,362 once invoked), scanned A, original, MIT.

Narzędzie do wyszukiwania prawa Unii Europejskiej, publikacji i orzeczeń Trybunału Sprawiedliwości UE w oficjalnej bazie EUR-Lex. Pozwala odpytywać dane według numeru CELEX, daty lub tematu.

In plain words
What is it for?
Do wyszukiwania rozporządzeń, dyrektyw, decyzji, publikacji UE i orzeczeń Trybunału Sprawiedliwości. Przydaje się także do pobierania dokumentów w określonym języku lub formacie.
Why use it?
Ułatwia znalezienie właściwych dokumentów i ich wersji językowych bez ręcznego przeglądania stron EUR-Lex. Pomaga też dotrzeć do plików dokumentów.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the orzecznictwo-zrodla plugin — 8 skills, 3 commands shipped together

Good fit Do wyszukiwania rozporządzeń, dyrektyw, decyzji, publikacji UE i orzeczeń Trybunału Sprawiedliwości. Przydaje się także do pobierania dokumentów w określonym języku lub formacie.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/matematicsolutions/awesome-matematic-skills-pl/eu-sparql-search
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 matematicsolutions/awesome-matematic-skills-pl --skill eu-sparql-search
Clone the repo
git clone --depth 1 https://github.com/matematicsolutions/awesome-matematic-skills-pl

Made for: Claude Code.

Or install orzecznictwo-zrodla, the plugin that ships this one along with the rest of its 8 skills, 3 commands.

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-sparql-search

README.md
[![agentmods](https://agentmods.dev/badge/skills/matematicsolutions/awesome-matematic-skills-pl/eu-sparql-search/github.svg)](https://agentmods.dev/skills/matematicsolutions/awesome-matematic-skills-pl/eu-sparql-search)
Your own site
<a href="https://agentmods.dev/skills/matematicsolutions/awesome-matematic-skills-pl/eu-sparql-search"><img src="https://agentmods.dev/badge/skills/matematicsolutions/awesome-matematic-skills-pl/eu-sparql-search/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-sparql-search

Your own site · 80×15
<a href="https://agentmods.dev/skills/matematicsolutions/awesome-matematic-skills-pl/eu-sparql-search"><img src="https://agentmods.dev/badge/skills/matematicsolutions/awesome-matematic-skills-pl/eu-sparql-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 147 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,362 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.
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.00147 $0.05362
Opus 5 $0.00073 $0.02681
Sonnet 5 $0.00029 $0.01072
Haiku 4.5 $0.00015 $0.00536

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

Security

Grade A, and why

eu-sparql-search 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 12d 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.

### Preferred method: bash_tool + Python (urllib)
orzecznictwo-zrodla/skills/eu-sparql-search/SKILL.md · 510 lines

How it starts

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

EU SPARQL Search - Cellar / EUR-Lex

Endpoint

https://publications.europa.eu/webapi/rdf/sparql

Accepts HTTP GET and POST. Key parameters:

  • query - SPARQL query string (URL-encoded)
  • format - output format (see below)
  • timeout - milliseconds (use ~30000 for safety)

CDM Data Model

Every document exists at 4 levels:

Work          <- abstract document (e.g. "Regulation 2016/679")
  Expression      <- language version (e.g. Polish, English)
    Manifestation     <- file format (pdfa2a, fmx4, xhtml)
      Item                <- downloadable file URL

Main ontology prefix: cdm: -> http://publications.europa.eu/ontology/cdm#

Standard Prefixes (include in every query)

PREFIX cdm:   <http://publications.europa.eu/ontology/cdm#>
PREFIX annot: <http://publications.europa.eu/ontology/annotation#>
PREFIX skos:  <http://www.w3.org/2004/02/skos/core#>
PREFIX dc:    <http://purl.org/dc/elements/1.1/>
PREFIX xsd:   <http://www.w3.org/2001/XMLSchema#>
PREFIX rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#>

Key CDM Properties

Property Description Example value
cdm:work_has_resource-type Document type URI see Resource Types below
cdm:resource_legal_id_celex CELEX number "32016R0679"
cdm:work_date_document Document date "2016-04-27"^^xsd:date
cdm:resource_legal_in-force Currently in force "true"^^xsd:boolean
cdm:expression_uses_language Language resource join with dc:identifier - use ISO 639-3 (POL, ENG...)
cdm:manifestation_type File format "pdfa2a", "fmx4", "xhtml" - always match with FILTER(STR(?fmt) = "pdfa2a")
cdm:do_not_index Hidden doc flag always filter NOT EXISTS
cdm:expression_belongs_to_work Expression → Work link (inverse of work_has_expression) join predicate
cdm:manifestation_manifests_expression Manifestation → Expression link (inverse of expression_manifested_by_manifestation) join predicate
cdm:item_belongs_to_manifestation Item → Manifestation link (inverse of manifestation_has_item) join predicate

Read the full file on GitHub · 510 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 510 lines · 147 tokens per session scan A 6d7c1114a78f

Subscribe to this mod's changes

eu-sparql-search is a skill published in the GitHub repository matematicsolutions/awesome-matematic-skills-pl (6 stars, last pushed 19d ago), licensed MIT. It adds 147 tokens to every session and 5,362 once invoked, about $0.0007 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-31.

Related

Other skills, from other repositories

e-signature

Use when wiring an e-signature flow with DocuSign or Dropbox Sign — picking the SES/AES/QES legal tier, sending a PDF or template for signature, embedded signing, verifying signing webhooks, retrieving the signed PDF plus audit trail. NOT drafting contract text (that is contracts), NOT extracting fields from PDFs…

ericrisco/rsc-harness · 77 tokens

runtime-admissibility-review

Determines whether a specific AI-agent action, output, recommendation, or proposed commitment remains admissible for execution or institutional reliance under current authority, delegated scope, evidence, facts, policy, risk, escalation, and revocation conditions. Use this Skill before an enterprise or regulated AI…

lawve-ai/awesome-legal-skills · 90 tokens

agent-authority-charter-builder-arkadiy-miteiko

Creates an Agent Authority Charter for enterprise or regulated AI agents before deployment. Use this Skill when a user needs to define what an AI agent is allowed to do, who delegated authority to it, what actions are permitted or prohibited, when human approval is required, what evidence must be preserved, and how…

lawve-ai/awesome-legal-skills · 85 tokens

metago-compliance

A pre-task checklist for checking legal, ethical, and security concerns before acting. It covers privacy, copyright, permissions, sensitive data, system safety, and regional compliance requirements.

metago-ai/metagolifeform · 62 tokens

metago-thought-19-negentropy-engine

A framework for assessing whether a system has a positive or negative effect on social order, information clarity, trust, fairness, and innovation. It uses changes in these areas to discuss social responsibility and ethical risk.

metago-ai/metagolifeform · 58 tokens

metago-security-engineer

Security Engineer - specializes in security audit, penetration testing, vulnerability management, compliance checking, security design review, supply chain security, and incident response.

metago-ai/metagolifeform · 34 tokens