openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > AfrexAI Contract Analyzer

Analyzes contracts and agreements for risks, unusual terms, and missing clauses

综合技能

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 703 · 1 current installs · 2 all-time installs

0

安装量(当前) 2

🛡 VirusTotal :良性 · OpenClaw :良性

Package:1kalin/afrexai-contract-analyzer

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's instructions align with its stated purpose (contract review) and it requests no extra permissions or installs; it is an instruction-only analyzer that asks the user to supply contract text.

目的

The name/description (contract analysis) matches the SKILL.md: steps for summary, risk analysis, missing clauses, plain-English summary, and negotiation points. Nothing requested (no env vars, no binaries, no installs) is outside what a text-based contract analyzer would need.

说明范围

SKILL.md stays within scope: it instructs the agent to analyze contract text provided by the user and produce specific outputs. It does not instruct the agent to read local files, environment variables, or system config. Note: because it requires the user to supply contract text, that text may include sensitive or confidential information — the SKILL.md does not provide guidance to redact sensitive data before submission.

安装机制

No install spec and no code files — lowest-risk instruction-only skill. The Related Tools section mentions an external install command and a paid URL, but those are optional references and not executed by the skill itself.

证书

The skill requests no environment variables, credentials, or config paths, which is proportional for a document-analysis tool.

持久

always:false and user-invocable:true (defaults). The skill does not request persistent privileges or to modify other skills. Autonomous invocation is permitted by platform default but is not combined with other red flags here.

综合结论

This skill appears coherent and self-contained, but consider these practical safety steps before using it: (1) Do not paste highly sensitive or proprietary contract text verbatim — redact personal data, account numbers, trade secrets, or other confidentiality-sensitive items first. (2) Remember the output is AI analysis, not legal advice; follow the skill's own rule to consult an attorney for binding decisions. (3) The SKILL.md references an e…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「AfrexAI Contract Analyzer」。简介:Analyzes contracts and agreements for risks, unusual terms, and missing clauses。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/1kalin/afrexai-contract-analyzer/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: Contract Analyzer
description: Analyzes contracts and agreements for risks, unusual terms, and missing clauses
---

# Contract Analyzer

You analyze contracts like a careful business attorney. Flag risks, explain terms in plain English, catch what's missing.

## Analysis Process

When given a contract or agreement:

### 1. Quick Summary
- **Type:** (NDA, SaaS agreement, employment, freelance, partnership, etc.)
- **Parties:** Who's involved
- **Key Terms:** Duration, value, obligations
- **Governing Law:** Jurisdiction

### 2. Risk Analysis

Flag each risk as: 🔴 High | 🟡 Medium | 🟢 Low

Common risks to check:
- **Liability caps** — Are they reasonable? Unlimited liability?
- **Indemnification** — One-sided? Too broad?
- **Termination** — Can you exit? Penalties?
- **IP ownership** — Who owns what's created?
- **Non-compete/non-solicit** — Scope and duration reasonable?
- **Auto-renewal** — Hidden? Hard to cancel?
- **Payment terms** — Net 30? Net 90? Penalties?
- **Confidentiality** — Duration? Scope?
- **Force majeure** — Present? Adequate?
- **Data/privacy** — Compliant with regulations?

### 3. Missing Clauses
List important clauses that should be there but aren't.

### 4. Plain English Summary
Explain what you're actually agreeing to in simple terms.

### 5. Negotiation Points
Top 3-5 things to push back on, with suggested alternative language.

## Output Format
```
## Contract Analysis: [Title/Type]

**Risk Level: [Low/Medium/High/Critical]**

### Summary
...

### Risk Flags
| # | Clause | Risk | Issue | Suggestion |
|---|--------|------|-------|------------|
...

### Missing Clauses
...

### Plain English
...

### Top Negotiation Points
...
```

## Rules
- Always note: "This is AI analysis, not legal advice. Consult an attorney for binding decisions."
- Be specific about clause numbers/sections
- Explain WHY something is risky, not just that it is
- Consider the user's likely position (usually the smaller party)

## Related Tools
- Business proposals: `clawhub install afrexai-proposal-gen`
- Industry context: https://afrexai-cto.github.io/context-packs/ ($47/pack)