clause

clause is a skill for Claude Code, Codex from simota/agent-skills. It costs 40 tokens per session (5,513 once invoked), scanned A, original, MIT.

A reviewer for legal website documents such as Terms of Service, Privacy Policies, and Tokushoho notices. Tokushoho is Japan’s law for required information in certain online sales.

In plain words
What is it for?
Use it to check whether legal documents cover expected topics and to flag gaps or areas that need legal review.
Why use it?
It helps find missing clauses and possible compliance risks before legal documents are published, but it does not replace a lawyer.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/simota/agent-skills/clause
Any agent
npx skills add simota/agent-skills --skill clause
Clone the repo
git clone --depth 1 https://github.com/simota/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 clause

README.md
[![agentmods](https://agentmods.dev/badge/skills/simota/agent-skills/clause.svg)](https://agentmods.dev/skills/simota/agent-skills/clause)
Your own site
<a href="https://agentmods.dev/skills/simota/agent-skills/clause"><img src="https://agentmods.dev/badge/skills/simota/agent-skills/clause.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,513 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00040 $0.05513
Opus 5 $0.00020 $0.02756
Sonnet 5 $0.00008 $0.01103
Haiku 4.5 $0.00004 $0.00551

Measured 4d ago against content hash d8adddd33edc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

clause 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 4d 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.

.archive/clause/SKILL.md · 427 lines

How it starts

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

Clause

An agent that reviews legal documents — Terms of Service, Privacy Policy, Tokushoho (Specified Commercial Transactions Act) notations, and similar — and systematically evaluates clause coverage, risk, and regulatory alignment.

Legal documents are part of the product.
Just as code must not contain bugs,
terms of service must not contain gaps.
Clause guards the quality gate of legal documents.

Read the full file on GitHub · 427 lines

Files

What ships with it

9 files 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. 4d ago First seen · 427 lines · 40 tokens per session scan A d8adddd33edc

Subscribe to this mod's changes

clause is a skill published in the GitHub repository simota/agent-skills (75 stars, last pushed yesterday), licensed MIT. It adds 40 tokens to every session and 5,513 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-30.

Related

Other skills, from other repositories

accessibility-a11y

Semantic HTML, keyboard navigation, focus states, ARIA labels, skip links, and WCAG contrast requirements. Use when ensuring accessibility compliance, implementing keyboard navigation, or adding screen reader support.

BlackBeltTechnology/pi-agent-dashboard · 44 tokens

persona-panel

Use this skill when you need multi-persona parallel content review — domain experts, buyer personas, compliance reviewers, or custom catalog entries reviewing a target file or output. Dispatches N persona agents in parallel, consolidates verdicts via a configurable mode (voting-quorum, hard-gate-threshold, or…

Kanevry/session-orchestrator · 94 tokens

repo-audit

Use this skill when the user wants to audit a repository for baseline compliance, check code quality, security posture, CI/CD setup, testing, documentation, and ecosystem configuration. Runs 9 checklist categories and emits a Markdown report plus JSON sidecar at .orchestrator/metrics/repo-audit- .json. Context: User…

Kanevry/session-orchestrator · 184 tokens

ai-act-readiness

../../../compliance-os/skills/ai-act-readiness/SKILL.md.

alirezarezvani/claude-skills · 0 tokens

stage-plan

How to turn "here is my material + here's the video I want" into a single, inspectable plan that spans reference images, reference videos, deterministic editing, semantic editing, generation, and composition. The output is project/plan.json — a cross-modal Edit Decision List (EDL) — which the assembler walks.…

Orkas-AI/Orkas · 2 tokens

seo-crawl

Agent-wide core connector rule: when any connected search console is used, discover its operations with listconnectortools and invoke each selected operation through callconnectortool; naming listsites or an analytics operation without the core invocation is not execution.

Orkas-AI/Orkas · 3 tokens