senternet-site-ai-disclosure

Creates a voluntary AI Disclosure page for React or Next.js marketing sites through a user interview.

Updated May 8, 2026
One-click install
npx skills add https://github.com/MattSenter/senternet-site-skills --skill senternet-site-ai-disclosure-mattsenter
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: senternet-site-ai-disclosure
Source: https://github.com/MattSenter/senternet-site-skills/tree/main/.claude/skills/senternet-site-ai-disclosure
Command: npx skills add https://github.com/MattSenter/senternet-site-skills --skill senternet-site-ai-disclosure-mattsenter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Most products use AI but never explain how, leaving users guessing about data handling and model usage. This Skill interviews you about your actual AI usage and generates an honest, plain-language AI Disclosure page that sits alongside Privacy and Terms. ## Core Features & Use Cases - Guided Interview: Asks category-by-category questions covering AI in product features, AI in the build process, AI-generated visuals, site optimization tooling, and posture statements, with the option to pass on any topic. - Convention-Matched Page Generation: Detects your site's existing MetaTags imports, styling classes, and share-image conventions, then creates AIDisclosurePage.tsx matching your Privacy/Terms pages. - Full Route Wiring: Updates App.tsx, prerender.mjs, generate-sitemap.mjs, the footer, and share-image config together so the new route builds and prerenders correctly. - Use Case: A solo developer shipping a SaaS app wants to transparently state which AI models power features and that user data is never used for training, without writing legal boilerplate. ## Quick Start Ask the assistant to create an AI Disclosure page for my site and answer its interview questions about how AI is used in my product.

Frequently Asked Questions about senternet-site-ai-disclosure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add an AI disclosure page to my website?▼

Run the skill and answer its category-by-category interview about AI in your product, build process, and visuals. It generates an AIDisclosurePage component, wires the route into App.tsx, prerender and sitemap scripts, and adds a footer link next to Privacy and Terms.

What should an AI disclosure page include?▼

Cover which AI features users interact with, which models or providers power them, where user content goes, what the AI never does with data, and whether AI assisted in building the product or visuals. Any category can be omitted if you prefer not to disclose it.

Does this work with Next.js as well as React?▼

Yes. For Next.js the page is placed at app/ai-disclosure/page.tsx with its own exported metadata and an entry in config/routes.mjs. Like Privacy and Terms, it is typically set to noindex while remaining reachable by direct link.

Is an AI disclosure page legally required?▼

No. Unlike Privacy and Terms, an AI Disclosure is a voluntary transparency commitment written in plain language, not a legal document. It should link to the Privacy Policy for formal data-handling rules rather than restating legal terms.

What happens if I skip a question during the interview?▼

Passed categories are simply omitted from the page. The skill does not write filler or statements like 'we don't disclose this', so the final page only contains sections you actually answered.