academic-paper-reviewe…
Simulates academic peer review, evaluating papers across Originality, Methodology, Results, and Writing to provide Major/Minor Revision recommendations with…
Audit Terms of Service, user agreements, and privacy policies for consumer risks, producing a structured report that flags unfair clauses, data traps, and liability issues. Trigger when a user asks to review, audit, or analyze a ToS, privacy policy, or user agreement, or
$ npx -y skills add zebbern/claude-code-guide --skill tos-clause-scanner --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/tos-clause-scannerContext preview
The summary Claude sees to decide when to auto-load this skill.
Audit Terms of Service, user agreements, and privacy policies for consumer risks, producing a structured report that flags unfair clauses, data traps, and liability issues. Trigger when a user asks to review, audit, or analyze a ToS, privacy policy, or user agreement, or
name: tos-clause-scanner description: "Audit Terms of Service, user agreements, and privacy policies for consumer risks, producing a structured report that flags unfair clauses, data traps, and liability issues. Trigger when a user asks to review, audit, or analyze a ToS, privacy policy, or user agreement, or mentions specific concerns like auto-renewal or data authorization." license: MIT
Systematically audit the Terms of Service, User Agreements, and Privacy Policies of apps, SaaS products, and platforms from an ordinary consumer's standpoint. Identify clauses that may harm consumer rights and produce an actionable audit report.
Paste the terms text directly to the Agent or provide a file path. The Agent will automatically complete the audit and output a structured report.
**Example prompts:**
---
The audit covers seven major risk categories, each with common problem patterns:
| ID | Risk Category | Severity | Description | |----|---------------|----------|-------------| | R1 | Unfair Clauses | 🔴 High | Clauses that exclude or restrict consumers' statutory rights | | R2 | Covert Data Authorization | 🔴 High | Data collection, sharing, or sale beyond what the service requires | | R3 | Auto-Renewal Traps | 🟠 Medium-High | Opaque auto-renewal mechanisms and cancellation barriers | | R4 | Unilateral Amendment Rights | 🟠 Medium-High | Platform reserves the right to modify terms without notice | | R5 | Excessive Liability Disclaimers | 🟠 Medium-High | Overbroad disclaimers and low liability caps | | R6 | Dispute Resolution Restrictions | 🟡 Medium | Mandatory arbitration, class-action waivers, jurisdiction constraints | | R7 | IP Overreach | 🟡 Medium | Excessive rights claimed over user-generated content |
Look for these patterns:
**Review checklist:**
Look for these patterns:
**Review checklist:**
Look for these patterns:
**Review checklist:**
Look for these patterns:
**Review checklist:**
Look for these patterns:
**Review checklist:**
Claude Code Guide - Setup, Commands, workflows, agents, skills & tips-n-tricks from beginner to power user!
Repo: zebbern/claude-code-guide
Simulates academic peer review, evaluating papers across Originality, Methodology, Results, and Writing to provide Major/Minor Revision recommendations with…
This skill should be used when the user asks to "attack Active Directory", "exploit AD", "Kerberoasting", "DCSync", "pass-the-hash", "BloodHound enumeration",…
This skill should be used when the user asks to "test API security", "fuzz APIs", "find IDOR vulnerabilities", "test REST API", "test GraphQL", "API…
Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface…
Interactive system flow tracing across CODE, API, AUTH, DATA, NETWORK layers with SQLite persistence and Mermaid export. Use for security audits, compliance…
Authentication patterns: session vs JWT vs OAuth comparison, provider selection (NextAuth, Clerk, Supabase Auth), security checklist, and common mistakes. Use…