Terms Checker

v1.0.0

Analyze Terms of Service documents for completeness and fairness. Use when checking ToS sections, detecting unfair clauses, generating TL;DR summaries, scori...

0· 64·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for loutai0307-prog/terms-checker.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Terms Checker" (loutai0307-prog/terms-checker) from ClawHub.
Skill page: https://clawhub.ai/loutai0307-prog/terms-checker
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install terms-checker

ClawHub CLI

Package manager switcher

npx clawhub@latest install terms-checker
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the implementation: the included scripts perform completeness, unfair-clause detection, summarization, scoring, and diffing of ToS texts. Required tools (bash, python3) are appropriate and there are no unrelated requirements (no cloud credentials, no extra binaries).
Instruction Scope
SKILL.md instructs the agent to run the bundled script with user-supplied file paths. The script only reads the provided files and prints heuristics; it does not access other filesystem paths, environment variables, or remote endpoints. Note: the analysis is heuristic and not a substitute for legal advice.
Install Mechanism
There is no install spec or external download; the skill is instruction-only with a bundled script. Running it executes local Python code embedded in the shell script—no archives are fetched and nothing is written beyond standard output.
Credentials
The skill requests no environment variables, credentials, or config paths. The only access required is to the specific ToS files you provide as arguments, which is appropriate for the stated purpose.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not modify agent or system configurations. It does not persist credentials or change other skills' settings.
Assessment
This skill appears safe to run: it analyzes only the files you pass it, uses local processing, and asks for no secrets. Before installing/running: (1) Review the bundled script if you plan to process sensitive documents, (2) remember the outputs are heuristic and can miss or mischaracterize clauses—consult a lawyer for legal decisions, and (3) avoid passing documents that contain unrelated secrets (API keys, private data) unless you are comfortable those will remain local.

Like a lobster shell, security has layers — review code before you run it.

latestvk975v997x6018da553cewpv23h850vry
64downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Terms Checker

Triggers on

terms of service, ToS check, unfair clauses, terms summary, TOS fairness score, compare terms, service agreement

What This Skill Does

Analyze Terms of Service documents for completeness and fairness. Use when checking ToS sections, detecting unfair clauses, generating TL;DR summaries, scoring user-friendliness, or comparing two versions.

Commands

check

bash scripts/script.sh check [args]

unfair

bash scripts/script.sh unfair [args]

summary

bash scripts/script.sh summary [args]

score

bash scripts/script.sh score [args]

compare

bash scripts/script.sh compare [args]

help

bash scripts/script.sh help

Requirements

  • bash 4+
  • python3 (standard library)

Powered by BytesAgain | bytesagain.com

Comments

Loading comments...