Ai Disclosure Policy logo

Ai Disclosure Policy

CommunityPopular
mohitagw15856
ai-disclosure-policy

Decide when and how your product and communications must (or should) label AI-generated content, and write the disclosure policy — surface-by-surface rules, exact label wording, and the review trigger for regulations like the EU AI Act's transparency obligations. Use when asked 'do we have to label AI content', 'write our AI disclosure policy', 'are we covered for the AI Act', or when marketing/support/product start shipping AI-generated output. Produces a disclosure policy with a per-surface matrix and ready-to-use label copy. Not legal advice.

Overview

Publishermohitagw15856
Repositorypm-claude-skills
Skill nameai-disclosure-policy
Stars
1.4K
Forks
240
Bundled files
Instructions only
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by mohitagw15856 on GitHub. Read the source before you install it.

Installation

Install the Ai Disclosure Policy AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/mohitagw15856/pm-claude-skills.git /tmp/pm-claude-skills
mkdir -p .claude/skills
cp -r /tmp/pm-claude-skills/exports/openclaw/ai-disclosure-policy .claude/skills/ai-disclosure-policy
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Ai Disclosure Policy in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Ai Disclosure Policy on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Ai Disclosure Policy is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

AI Disclosure Policy Skill

Every company now ships AI-generated content somewhere — support replies, marketing images, chatbot conversations, synthetic voices — and most have no rule for when to say so. Meanwhile transparency regulation is arriving (the EU AI Act's transparency obligations for chatbots, synthetic media, and deepfakes being the headline example, with obligations phasing in through 2026–2027), and the trust cost of an undisclosed AI surface being discovered is higher than the disclosure ever was. This skill produces the policy: what you label, where, in what words — with the honest line that final regulatory judgment belongs to your lawyer, and this document is what makes that conversation short.

What This Skill Produces

  • A surface inventory: every place AI-generated content reaches users or the public, with today's disclosure state
  • A disclosure matrix: per surface — required (regulatory), expected (platform/industry norm), or chosen (trust) — with the reasoning
  • Label copy ready to ship: UI strings, footer lines, image/video marks, chatbot self-identification wording
  • The review triggers: what changes (new surface, new market, new regulation phase) forces a policy re-read, and who owns it

Required Inputs

Ask for (if not already provided):

  • Where AI output ships today or soon: chatbots, support, marketing content, images/video/voice, code, docs — and which are fully automated vs human-reviewed
  • Markets served (EU exposure changes obligations) and industry (regulated sectors add rules)
  • Existing policy fragments ([[ai-usage-policy]] covers internal use — this skill covers outward disclosure; link them, don't duplicate)
  • Risk posture: minimum-compliance or trust-differentiator

Process

  1. Inventory before policy. List every AI-touching surface, then the ones the user forgot: auto-generated email, AI-assisted support macros, synthetic voices on calls, generated product imagery, auto-summaries in the product. For each: fully-AI, AI-drafted-human-approved, or AI-assisted — the disclosure answer differs by degree of human control.
  2. Sort into required / expected / chosen. Required: where a regulation plausibly applies — chatbots that could be mistaken for humans, synthetic media, emotionally targeted content (flag these for counsel; cite the regulation family, not invented article numbers). Expected: platform rules and industry norms (ad platforms, app stores increasingly require labels). Chosen: where labeling is optional but discovery-risk or brand values argue for it. State the reasoning per row — a policy without reasons decays.
  3. Write labels people won't hate. Honest, short, non-groveling: "AI-assisted, human-reviewed" beats a paragraph of throat-clearing. Chatbots self-identify at conversation start, not in a footer. Human-approved content can say so — the disclosure spectrum has two ends.
  4. Decide the edge cases explicitly: AI-drafted-human-edited text (the big one — set a threshold and say it), internal content that leaks, user-facing personalization, A/B tests of the labels themselves (don't).
  5. Wire the triggers. New surface, new market, automation-degree change, regulation phase-in dates → named owner re-reviews. Policy without a re-review trigger is a screenshot, not a policy.

Output Format

## Where AI ships today
| Surface | Degree (full / drafted / assisted) | Disclosed today? |

## Disclosure matrix
| Surface | Required / Expected / Chosen | Reasoning | Label |

## Label copy (ready to ship)
[Exact strings per surface type]

## Edge-case rulings
[The threshold decisions, stated plainly]

## Review triggers & ownership
[What forces a re-read, who owns it, standing counsel questions]

Quality Checks

  • The inventory surfaced at least one AI surface the user didn't list
  • Every matrix row carries reasoning; "required" rows name the regulation family and carry the flag-for-counsel marker — no invented article citations
  • Label copy is shippable as-is: short, honest, located where users actually are (chatbot labels at the top, not the terms page)
  • The AI-drafted-human-edited threshold is decided, not deferred
  • The not-legal-advice line is present and the counsel-question list makes the legal review cheap

Anti-Patterns

  • Do not assert specific legal conclusions ("Article X requires you to…") — identify plausibly-applicable obligations and route to counsel
  • Do not write labels as apologies — disclosure done confidently is a trust feature
  • Do not produce one blanket rule; the matrix exists because a support macro and a synthetic voice are different obligations
  • Do not duplicate [[ai-usage-policy]] — internal use rules live there; this is outward-facing disclosure

Frequently asked questions

What does the Ai Disclosure Policy AI skill do?

Decide when and how your product and communications must (or should) label AI-generated content, and write the disclosure policy — surface-by-surface rules, exact label wording, and the review trigger for regulations like the EU AI Act's transparency obligations. Use when asked 'do we have to label AI content', 'write our AI disclosure policy', 'are we covered for the AI Act', or when marketing/support/product start shipping AI-generated output. Produces a disclosure policy with a per-surface matrix and ready-to-use label copy. Not legal advice.

Why use Ai Disclosure Policy on TypingMind?

Because you install it once and use it with any model. Ai Disclosure Policy is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Ai Disclosure Policy in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/mohitagw15856/pm-claude-skills/tree/main/exports/openclaw/ai-disclosure-policy. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Ai Disclosure Policy?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Ai Disclosure Policy?

As many as you like. As long as a model supports skills, you can use Ai Disclosure Policy with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Ai Disclosure Policy AI skill free?

Yes. It is published on GitHub by mohitagw15856 under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇