# Send AfrexAI Contract Analyzer to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "afrexai-contract-analyzer",
    "name": "AfrexAI Contract Analyzer",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/1kalin/afrexai-contract-analyzer",
    "canonicalUrl": "https://clawhub.ai/1kalin/afrexai-contract-analyzer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/afrexai-contract-analyzer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-contract-analyzer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "afrexai-contract-analyzer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-28T23:54:51.782Z",
      "expiresAt": "2026-05-05T23:54:51.782Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-contract-analyzer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-contract-analyzer",
        "contentDisposition": "attachment; filename=\"afrexai-contract-analyzer-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "afrexai-contract-analyzer"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/afrexai-contract-analyzer"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/afrexai-contract-analyzer",
    "downloadUrl": "https://openagent3.xyz/downloads/afrexai-contract-analyzer",
    "agentUrl": "https://openagent3.xyz/skills/afrexai-contract-analyzer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/afrexai-contract-analyzer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/afrexai-contract-analyzer/agent.md"
  }
}
```
## Documentation

### 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)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: 1kalin
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-28T23:54:51.782Z
- Expires at: 2026-05-05T23:54:51.782Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/afrexai-contract-analyzer)
- [Send to Agent page](https://openagent3.xyz/skills/afrexai-contract-analyzer/agent)
- [JSON manifest](https://openagent3.xyz/skills/afrexai-contract-analyzer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/afrexai-contract-analyzer/agent.md)
- [Download page](https://openagent3.xyz/downloads/afrexai-contract-analyzer)