Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

terms-analyzer术语分析器

Agent Skill

terms-analyzer 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,140

周安装

91

GitHub Stars

85

下载量

750
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:terms-analyzer(术语分析器)
来源仓库:https://github.com/guia-matthieu/clawfu-skills
仓库路径:skills/terms-analyzer
安装命令:
npx skills add https://github.com/guia-matthieu/clawfu-skills --skill terms-analyzer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/guia-matthieu/clawfu-skills --skill terms-analyzer

简介

用于查找、检索和筛选相关信息,支持术语分析与知识库构建。

  • 适合根据关键词快速定位相关领域术语或定义来源。
  • 使用时应结合上下文验证准确性,避免直接采用未经验证的输出。
  • 安装方式:通过 npx 从 clawfu-skills 仓库添加,建议先核对数据源可靠性。
  • terms-analyzer 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Terms of Service Analyzer

Decode complex terms of service and privacy policies to identify concerning clauses, hidden permissions, and implications for users.

When to Use This Skill

  • Evaluating new SaaS tools
  • Assessing platform policies
  • Comparing competitor terms
  • Due diligence on acquisitions
  • Consumer protection analysis

Methodology Foundation

Based on consumer protection frameworks and EFF/ToS;DR guidelines, analyzing:

  • Data usage and ownership
  • Liability limitations
  • Arbitration clauses
  • Change provisions
  • Termination rights

What Claude Does vs What You Decide

Claude DoesYou Decide
Identifies key clausesRisk tolerance
Flags concerning termsWhether to accept
Compares to standardsAlternative tools
Summarizes rightsBusiness necessity
Rates overall fairnessAction to take

Instructions

Step 1: Document Overview

Initial Assessment:

ElementWhat to Capture
ServiceWhat the product does
ProviderCompany and jurisdiction
Last UpdatedCurrency of terms
LengthComplexity indicator
ReadabilityPlain language or legalese

Step 2: Key Clause Categories

Critical Clauses to Analyze:

CategoryWhat to FindRisk Signal
Data OwnershipWho owns your content"Perpetual, irrevocable license"
Data UsageHow they use your data"Any purpose", "train AI"
Data SharingThird-party access"Partners", "affiliates"
TerminationCan they cancel you"At sole discretion"
ChangesCan they modify terms"Without notice"
LiabilityWhat they're liable for"In no event" disclaimers
DisputesHow conflicts resolveMandatory arbitration
Account DataWhat happens on deletionNo deletion guarantee

Step 3: Rights Assessment

User Rights Checklist:

RightStatusClause
Data portabilityYes/No/Limited§ reference
Account deletionYes/No/Limited§ reference
Content ownershipYes/No/Limited§ reference
Privacy controlsYes/No/Limited§ reference
Opt-out optionsYes/No/Limited§ reference
Refund rightsYes/No/Limited§ reference

Step 4: Red Flag Analysis

Common Problematic Clauses:

Red FlagWhat It MeansSeverity
"Perpetual license"They keep your data foreverHigh
"Sole discretion"They decide everythingHigh
"Without notice"No warning of changesMedium
"Mandatory arbitration"Can't sue in courtMedium
"Class action waiver"Can't join lawsuitsMedium
"Unilateral modification"Can change anytimeMedium
"Indemnification"You pay their legal feesHigh
"No refunds"No money back everLow-Medium

Step 5: Generate Summary

Output Format:

  1. Service overview
  2. Overall grade (A-F or Good/Caution/Avoid)
  3. Key findings summary
  4. Detailed clause analysis
  5. Rights checklist
  6. Red flags
  7. Comparison to alternatives
  8. Recommendations

Examples

Example 1: Full ToS Analysis

Input:

Analyze these ToS excerpts:

"By using our Service, you grant us a worldwide, non-exclusive,
royalty-free, sublicensable, transferable license to use, reproduce,
modify, distribute, and display your Content in connection with
operating and improving the Service and developing new products."

"We may modify these Terms at any time. Continued use constitutes
acceptance of modified Terms."

"All disputes will be resolved through binding arbitration in
accordance with AAA rules. You waive any right to participate
in class actions."

"We may terminate your account at our sole discretion with or
without cause and with or without notice."

Output:

## Terms of Service Analysis

### Service Overview
Provider: [Service Name]
Type: [SaaS/Platform/etc.]
Analysis Date: 2026-01-31

---

### Overall Grade: C- (CAUTION)

This ToS contains several concerning clauses that significantly
favor the provider. Users should be aware of limited rights
before signing up.

---

### Key Findings Summary

| Area | Status | Concern Level |
|------|--------|---------------|
| Data Rights | Problematic | HIGH |
| Terms Changes | Problematic | MEDIUM |
| Dispute Resolution | Restrictive | MEDIUM |
| Termination | One-Sided | HIGH |

---

### Detailed Clause Analysis

#### 1. Content License (HIGH CONCERN)

**Clause:**
> "...worldwide, non-exclusive, royalty-free, sublicensable,
> transferable license to use, reproduce, modify, distribute,
> and display your Content in connection with operating and
> improving the Service and developing new products."

**Analysis:**

| Term | Meaning | Concern |
|------|---------|---------|
| Worldwide | Any country | Standard |
| Non-exclusive | You keep rights too | Good |
| Royalty-free | No payment to you | Expected |
| **Sublicensable** | They can give to others | CONCERNING |
| **Transferable** | Survives if they're sold | CONCERNING |
| **Developing new products** | Beyond operating service | PROBLEMATIC |

**What This Means:**
- Your content can be used to train AI or build new features
- They can sell/transfer your content in an acquisition
- "Improving the Service" is standard; "developing new products" is not

**Industry Standard:** Most services limit to "operating and providing
the Service" without the "new products" language.

**Recommendation:** If uploading sensitive content, consider if
you're comfortable with it being used beyond the core service.

---

#### 2. Terms Modification (MEDIUM CONCERN)

**Clause:**
> "We may modify these Terms at any time. Continued use constitutes
> acceptance of modified Terms."

**Analysis:**
- No notice requirement
- No opt-out period
- Acceptance by inaction

**What This Means:**
Terms could change tomorrow and using the service = agreeing.

**Better Standard:** "30 days notice with right to terminate"

**Recommendation:** Periodically review terms, especially before
renewal dates.

---

#### 3. Arbitration Clause (MEDIUM CONCERN)

**Clause:**
> "All disputes will be resolved through binding arbitration...
> You waive any right to participate in class actions."

**Analysis:**

| Element | Impact |
|---------|--------|
| Binding arbitration | Can't go to court |
| AAA rules | Expensive, but structured |
| Class action waiver | Can't join mass lawsuits |

**What This Means:**
- Individual disputes only
- Arbitration can cost thousands
- Small claims may not be worth pursuing

**Context:** Common in US tech companies, may not be enforceable
in some jurisdictions (EU).

**Recommendation:** Acceptable for business use; concerning for
consumer services where individual damage may be small.

---

#### 4. Termination (HIGH CONCERN)

**Clause:**
> "We may terminate your account at our sole discretion with or
> without cause and with or without notice."

**Analysis:**
- No reason needed
- No warning required
- Complete discretion

**What This Means:**
You could lose access tomorrow with no explanation or recourse.

**Better Standard:** "Termination for violation of Terms with
14 days to cure, or immediately for material breach"

**Recommendation:** Do not rely on this service for critical
business functions without data backup strategy. Consider what
happens to your data on termination.

---

### Rights Checklist

| Right | Status | Notes |
|-------|--------|-------|
| Own your content | Partial | Broad license granted |
| Export data | Unknown | Not addressed |
| Delete account | Unknown | Not addressed |
| Dispute in court | No | Arbitration only |
| Notice of changes | No | No requirement |
| Reason for termination | No | "Sole discretion" |

---

### Red Flags Summary

| Flag | Severity | Clause |
|------|----------|--------|
| "Developing new products" license | HIGH | §3 |
| Termination without notice | HIGH | §12 |
| Class action waiver | MEDIUM | §15 |
| Modification without notice | MEDIUM | §2 |

---

### Comparison to Alternatives

| Feature | This Service | Industry Better Practice |
|---------|--------------|--------------------------|
| Content license | New products | Operating service only |
| Terms changes | No notice | 30-day notice |
| Termination | No cause/notice | Cause + cure period |
| Disputes | Arbitration only | Court option preserved |

---

### Recommendations

1. **For Personal Use:** Consider alternatives with fairer terms
2. **For Business Use:**
   - Negotiate enterprise agreement if possible
   - Ensure data backup procedures
   - Document all content uploaded
   - Set calendar reminders to review terms changes
3. **Data Strategy:** Don't upload anything you wouldn't want
   used for "new products"

Example 2: Quick Privacy Policy Check

Input:

Quick check - is this privacy policy concerning?
"We may share your information with our affiliates and business
partners for marketing purposes."

Output:

## Quick Privacy Analysis

### Verdict: CONCERNING

---

### Clause Breakdown

> "We may share your information with our affiliates and business
> partners for marketing purposes."

| Term | Meaning | Concern |
|------|---------|---------|
| "affiliates" | Related companies | Medium - often broad |
| "business partners" | Anyone they work with | HIGH - undefined |
| "marketing purposes" | Advertising to you | HIGH - not service-related |

---

### What This Means

- Your data can go to undefined third parties
- You'll likely receive marketing from companies you never chose
- "Business partners" could be hundreds of companies

---

### Questions to Ask

1. Can you opt out of partner sharing?
2. Who are these "business partners"?
3. Is consent required or is it opt-out?

---

### Better Language

"We may share your information with affiliates solely to provide
the Service. We will not share your information with third parties
for marketing purposes without your explicit consent."

---

### Recommendation

Check for:
- [ ] Opt-out mechanism in privacy settings
- [ ] List of specific partners
- [ ] GDPR/CCPA rights section
- [ ] Data selling disclosure

If no opt-out exists, this service will share your data widely.

Skill Boundaries

What This Skill Does Well

  • Identifying concerning clauses
  • Explaining legal language
  • Comparing to standards
  • Flagging risks

What This Skill Cannot Do

  • Provide legal advice
  • Know all jurisdictional variations
  • Predict enforcement
  • Guarantee interpretation

When to Escalate to Human

  • Enterprise agreement negotiation
  • Regulated industry implications
  • Cross-border data concerns
  • Contract disputes

Iteration Guide

Follow-up Prompts:

  • "What should I negotiate for an enterprise agreement?"
  • "Compare this to [competitor]'s terms"
  • "What questions should I ask their sales team?"
  • "Draft a request for term modifications"

References

  • ToS;DR (Terms of Service; Didn't Read)
  • EFF Privacy Analysis Frameworks
  • EDPB Guidelines on Transparency
  • FTC Unfair Business Practices

Related Skills

  • contract-review - Full contract analysis
  • gdpr-compliance - Privacy specifics
  • competitive-analysis - Compare services

Skill Metadata

  • Domain: Legal / Consumer
  • Complexity: Beginner-Intermediate
  • Mode: cyborg
  • Time to Value: 15-30 min
  • Prerequisites: ToS document access

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

40.71%
按下载量换算305

Claude

29.02%
按下载量换算218

Cursor

18.63%
按下载量换算140

Gemini CLI

9.14%
按下载量换算69

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills