eu-ai-act-content-disclosure

eu-ai-act-content-disclosure is a skill for Claude Code, Codex from BuilderCed/agent-skills. It costs 35 tokens per session (842 once invoked), scanned A, original, MIT.

Guidance for adding notices and metadata that identify AI-generated text, images, audio and video under Article 50 of the EU AI Act. It also covers disclosures for chatbots and synthetic media such as deepfakes and voice clones.

In plain words
What is it for?
Use it when publishing AI-assisted content, deploying chatbots in the EU, distributing synthetic media or marking AI-generated music, podcasts, images, video and text.
Why use it?
It helps product and content teams show users when they are interacting with AI or viewing AI-generated material. It provides examples of where the notice or marking can appear.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for cline. Also seen: mentions Codex; built for cline; mentions Gemini CLI.

Good fit Use it when publishing AI-assisted content, deploying chatbots in the EU, distributing synthetic media or marking AI-generated music, podcasts, images, video and text.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/builderced/agent-skills/eu-ai-act-content-disclosure
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 BuilderCed/agent-skills --skill eu-ai-act-content-disclosure
Clone the repo
git clone --depth 1 https://github.com/BuilderCed/agent-skills

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 eu-ai-act-content-disclosure

README.md
[![agentmods](https://agentmods.dev/badge/skills/builderced/agent-skills/eu-ai-act-content-disclosure/github.svg)](https://agentmods.dev/skills/builderced/agent-skills/eu-ai-act-content-disclosure)
Your own site
<a href="https://agentmods.dev/skills/builderced/agent-skills/eu-ai-act-content-disclosure"><img src="https://agentmods.dev/badge/skills/builderced/agent-skills/eu-ai-act-content-disclosure/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-ai-act-content-disclosure

Your own site · 80×15
<a href="https://agentmods.dev/skills/builderced/agent-skills/eu-ai-act-content-disclosure"><img src="https://agentmods.dev/badge/skills/builderced/agent-skills/eu-ai-act-content-disclosure.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 842 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 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.00035 $0.00842
Opus 5 $0.00017 $0.00421
Sonnet 5 $0.00007 $0.00168
Haiku 4.5 $0.00003 $0.00084

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

Security

Grade A, and why

eu-ai-act-content-disclosure 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 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.

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.

skills/compliance/eu-ai-act-content-disclosure/SKILL.md · 115 lines

How it starts

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

EU AI Act Content Disclosure (Article 50)

DISCLAIMER: Guidance only. Verify with legal counsel for your specific use case.

When to Use

  • Publishing AI-generated content (text, images, audio, video)
  • Deploying chatbots or conversational AI in the EU market
  • Distributing synthetic media (deepfakes, voice clones)
  • Adding AI disclosure to existing products
  • Marking AI-generated music, podcasts, or video content

Disclosure Templates by Content Type

Chatbot / Conversational AI

Place before first user interaction:

This service uses artificial intelligence. You are interacting with an
AI assistant, not a human. Responses are generated automatically and
may contain errors.

AI-Generated Text (Articles, Reports)

Place at the beginning or end of the content:

This content was created with the assistance of artificial intelligence.

AI-Generated Images

Visible watermark or caption:

Image generated by AI

Metadata (EXIF/XMP):

<xmp:AIGenerated>true</xmp:AIGenerated>
<xmp:AIModel>model-name</xmp:AIModel>
<xmp:AIGenerationDate>2026-04-22</xmp:AIGenerationDate>

AI-Generated Audio (Music, Voice, Podcasts)

ID3 tags (MP3/FLAC):

TXXX:AI-Generated=true
TXXX:AI-Model=model-name
TXXX:AI-Generation-Date=2026-04-22

Visible on distribution platforms:

Generated by AI (EU AI Act Art. 50)

Synthetic Voice

Before or during audio playback:

This voice is generated by artificial intelligence.

Deepfake / Synthetic Video

Prominent, visible marking:

⚠️ This video content was generated or manipulated by AI (EU AI Act Art. 50)

Implementation Checklist

  1. UI disclosure before first AI interaction (chatbots)
  2. Metadata tags on all AI-generated files (EXIF, XMP, ID3)
  3. Visible marking on published content
  4. API response headers for AI-generated content: X-AI-Generated: true
  5. Distribution platform descriptions updated
  6. Internal documentation of AI systems used
  7. Process for handling mixed human+AI content

Read the full file on GitHub · 115 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. 12d ago First seen · 115 lines · 35 tokens per session scan A b7079adc4a65

Subscribe to this mod's changes

eu-ai-act-content-disclosure is a skill published in the GitHub repository BuilderCed/agent-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 35 tokens to every session and 842 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-31.

Related

Other skills, from other repositories

compliance-review

Build or review code for compliance with the EU AI Act, GDPR, the NIS2 Directive (EU 2022/2555), and secure-development (SSDLC) best practice. Three modes. REVIEW: audit a repo and produce an evidence-based gap analysis — triggers on "compliance review", "gap analysis", "NIS2 check", "is this repo GDPR compliant"…

leodisa/compliance-review-skill · 238 tokens

legal-audit-codebase

Fuehrt einen systematischen Rechts-Audit einer Codebase durch (DE/EU-Scope). Nutze diese Skill wenn /legal-audit aufgerufen wird ODER wenn der User eine Codebase auf DSGVO/UWG/AGB/DDG/AI-Act/BFSG/UrhG/NIS2-Probleme untersuchen lassen will.

FutureRootsDE/legal-audit-de · 77 tokens

legal-kb-lookup

Laedt gezielt Knowledge-Base-Chunks zu einem rechtlichen Thema. Nutze diese Skill wenn /legal-kb aufgerufen wird ODER wenn der User eine spezifische Rechtsinformation braucht (z.B. "Erklaer mir Cookie-Consent", "Was sagt Art. 30 DSGVO?", "Welche Urteile gibt es zu Google Fonts?").

FutureRootsDE/legal-audit-de · 78 tokens

legal-verify-experts

Liefert Empfehlungen fuer Fachanwaelte, Kanzleien und Verifizierungs-Tools zu einem Rechtsthema. Nutze diese Skill wenn /legal-verify aufgerufen wird ODER wenn der User nach einem "Anwalt fuer ...", "Kanzlei fuer ...", "Tool zur Pruefung von ..." fragt.

FutureRootsDE/legal-audit-de · 74 tokens

legal-update-sources

Aktualisiert KB-Artikel gegen Primaerquellen. Nutze diese Skill wenn /legal-update aufgerufen wird ODER wenn ein KB-Artikel aelter als 90 Tage ist und im aktuellen Arbeitskontext verwendet wird.

FutureRootsDE/legal-audit-de · 52 tokens

complyant

Fast, token-efficient compliance answers with citations. Covers GDPR, AI Act, PECR, HIPAA, TCPA, FCA rules, CAN-SPAM, CCPA, and more. Use when you need to know what regulations say about data, marketing, AI, financial services, or communications.

h-projects7364/complyant-skill · 63 tokens