legal-pages

legal-pages is a skill for Claude Code from viknesh20-20/claude-code-tool-kit. It costs 59 tokens per session (2,064 once invoked), scanned A, original, MIT.

A set of starting templates for common website legal pages, including privacy, terms, cookies, refunds, contact details, and cookie consent. They are templates, not legal advice, and should be reviewed by a lawyer.

In plain words
What is it for?
Creating or updating a website's Privacy Policy, Terms of Service, Cookie Policy, Cookie Consent banner, Refund Policy, or Contact/Imprint page.
Why use it?
It gives a new website a baseline set of legal pages instead of leaving important requirements undocumented. The templates still need changes for the business, location, and data practices.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code.

Good fit Creating or updating a website's Privacy Policy, Terms of Service, Cookie Policy, Cookie Consent banner, Refund Policy, or Contact/Imprint page.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/viknesh20-20/claude-code-tool-kit/legal-pages
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 viknesh20-20/claude-code-tool-kit --skill legal-pages
Clone the repo
git clone --depth 1 https://github.com/viknesh20-20/claude-code-tool-kit

Made for: Claude Code.

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 legal-pages

README.md
[![agentmods](https://agentmods.dev/badge/skills/viknesh20-20/claude-code-tool-kit/legal-pages/github.svg)](https://agentmods.dev/skills/viknesh20-20/claude-code-tool-kit/legal-pages)
Your own site
<a href="https://agentmods.dev/skills/viknesh20-20/claude-code-tool-kit/legal-pages"><img src="https://agentmods.dev/badge/skills/viknesh20-20/claude-code-tool-kit/legal-pages/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 legal-pages

Your own site · 80×15
<a href="https://agentmods.dev/skills/viknesh20-20/claude-code-tool-kit/legal-pages"><img src="https://agentmods.dev/badge/skills/viknesh20-20/claude-code-tool-kit/legal-pages.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,064 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.00059 $0.02064
Opus 5 $0.00030 $0.01032
Sonnet 5 $0.00012 $0.00413
Haiku 4.5 $0.00006 $0.00206

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

Security

Grade A, and why

legal-pages 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 10d 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.

.claude/skills/legal-pages/SKILL.md · 197 lines

How it starts

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

Scaffolds the legal pages a public website needs. Output is a starting template — clearly marked at the top of each file: "This is a template. Have a lawyer review before going live."

Why this exists

Almost every public website needs at least: a Privacy Policy, Terms of Service, and (for EU/UK visitors or any tracking) a Cookie Policy plus consent banner. Without these:

  • You expose yourself to GDPR / CCPA / PIPEDA / LGPD fines.
  • You can't legally collect any user data, including IP/cookies/analytics.
  • App stores reject mobile apps.
  • Payment processors reject your account.
  • Search engines (and your users) treat you as low-trust.

This skill produces baseline templates so you can launch — but they're templates, not legal advice. You always need a lawyer to review for your jurisdiction and business model.

When to use

  • Starting a new website project.
  • An existing site has no legal pages.
  • Adding a new feature that changes data handling (analytics, payments, user accounts, cookies).
  • After a /web-launch-check flagged missing legal pages.

What it produces

1. Privacy Policy (/privacy or /privacy-policy)

Sections every privacy policy needs:

  • Who we are — legal entity name, address, contact email.
  • What data we collect — categorized:
    • Information you give us (name, email, payment, content uploaded).
    • Information we collect automatically (IP, browser, device, cookies, usage).
    • Information from third parties (OAuth providers, analytics, advertisers).
  • Why we collect it — legitimate interest, contract performance, consent, legal obligation. Be specific.
  • Who we share it with — sub-processors (hosting, analytics, email, payment, support). List by category if not by name.
  • How long we keep it — retention periods.
  • Your rights — access, correction, deletion, portability, objection, withdraw consent.
  • How to exercise rights — email address or DSAR endpoint, response within 30 days.
  • International transfers — if servers are in another country, name the safeguards (SCCs, adequacy).
  • Children's privacy — if not for under 13/16, say so explicitly.
  • Cookie policy — link to the dedicated page or include a section.
  • Changes — how you'll notify users of changes.
  • Contact — DPO if you have one, or general contact.
  • Effective date — last updated date at the top.

Read the full file on GitHub · 197 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. 10d ago First seen · 197 lines · 59 tokens per session scan A d63ad76ed538

Subscribe to this mod's changes

legal-pages is a skill published in the GitHub repository viknesh20-20/claude-code-tool-kit (7 stars, last pushed 4mo ago), licensed MIT. It adds 59 tokens to every session and 2,064 once invoked, about $0.0003 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

suede-rights-passport

Suede Labs skill that turns messy creator materials into a local, offline rights-and-provenance transfer package: inventoried and hashed assets, a normalized suede-intake.json manifest, credits and splits, license notes, provenance, and a missing-information report, validated by a bundled stdlib script. Use when a…

JasonColapietro/suede-creator-skills · 187 tokens

suede-rights-audit

Suede Labs skill that finds and organizes the rights gaps in a creator project before packaging: ownership, contributors, splits, samples, licenses, provenance, metadata, licensing readiness, and royalty-routing readiness, each marked confirmed or unknown against an evidence trail. Use when a song, release, or…

JasonColapietro/suede-creator-skills · 183 tokens

suede-sync-packaging

Suede Labs skill that prepares a song for sync pitching: scene and emotional angles, a supervisor-facing one-sheet, an exists/missing/unknown asset checklist covering master, instrumental, clean, and stems, screened lyric flags, mood tags, and the open clearance questions kept in their own labeled pile. Use when a…

JasonColapietro/suede-creator-skills · 207 tokens

afrexai-compliance-engine

Your AI compliance officer. Guides startups and scale-ups through SOC 2, ISO 27001, GDPR, HIPAA, and PCI DSS — from zero to audit-ready. No consultants needed.

aAAaqwq/AGI-Super-Team · 0 tokens

contract-and-proposal-writer

Draft business proposals, SOWs, NDAs, MSAs, and freelance contracts with jurisdiction-aware structure and reusable clauses.

aAAaqwq/AGI-Super-Team · 32 tokens

contract-review

Legal contract analysis using CUAD dataset (41 risk categories). Supports NDA, SaaS, M&A, employment, payment/merchant, and finder/broker agreements. Identifies red flags, suggests redlines, compares to market standards.

aAAaqwq/AGI-Super-Team · 50 tokens