iflytek-contract-intelligence-review

iflytek-contract-intelligence-review is a skill for Claude Code, Codex from iflytek/iFly-Skills. It costs 116 tokens per session (1,286 once invoked), scanned A, original, Apache-2.0.

A contract-review workflow for scanned or digital agreements. It can recognize document text, examine clauses, detect risks, check compliance, and create translation summaries; its output is for review and is not formal legal advice.

In plain words
What is it for?
Review PDF, image, Word, Markdown, or text contracts; compare bilingual versions; run deeper reviews; focus on selected clauses; and save risk reports or intermediate results.
Why use it?
It brings document extraction and contract analysis into one process, reducing the need to inspect scans and clauses separately. It helps focus review on issues such as payment, liability, renewal, or intellectual property.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Review PDF, image, Word, Markdown, or text contracts; compare bilingual versions; run deeper reviews; focus on selected clauses; and save risk reports or intermediate results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iflytek/ifly-skills/iflytek-contract-intelligence-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add iflytek/iFly-Skills --skill iflytek-contract-intelligence-review
Clone the repo
git clone --depth 1 https://github.com/iflytek/iFly-Skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for iflytek-contract-intelligence-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/iflytek/ifly-skills/iflytek-contract-intelligence-review/github.svg)](https://agentmods.dev/skills/iflytek/ifly-skills/iflytek-contract-intelligence-review)
Your own site
<a href="https://agentmods.dev/skills/iflytek/ifly-skills/iflytek-contract-intelligence-review"><img src="https://agentmods.dev/badge/skills/iflytek/ifly-skills/iflytek-contract-intelligence-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for iflytek-contract-intelligence-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/iflytek/ifly-skills/iflytek-contract-intelligence-review"><img src="https://agentmods.dev/badge/skills/iflytek/ifly-skills/iflytek-contract-intelligence-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,286 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00116 $0.01286
Opus 5 $0.00058 $0.00643
Sonnet 5 $0.00023 $0.00257
Haiku 4.5 $0.00012 $0.00129

Measured 12d ago against content hash cdf420ac59f0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

iflytek-contract-intelligence-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 21 executable files (scripts/clients/__init__.py, scripts/clients/image_client.py, scripts/clients/llm_review_client.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/iflytek-contract-intelligence-review/SKILL.md · 147 lines

How it starts

The opening of the file, as written. The whole thing — 147 lines — stays where its author put it; the contents beside it link to each section on GitHub.

contract-intelligence-review (合同智能审核)

场景化合同智能审核 Workflow Skill。覆盖从文档识别到风险报告的完整审核流程。

When to Use

  • 用户提交合同扫描件(PDF)需要审核
  • 用户提交合同照片或页面截图
  • 用户提交 Word/Markdown/TXT 格式合同正文
  • 用户需要审核中英双语合同的一致性
  • 用户需要重点审查特定条款(付款、违约、续约、知识产权)
  • 法务人员需要批量审核合同风险

When NOT to Use

  • 仅需要单个字词翻译(请使用翻译 skill)
  • 仅需要语法检查(请使用校对 skill)
  • 仅需要简单文本提取(请使用 OCR skill)
  • 需要具有法律效力的正式法律意见书(本 skill 输出为审核参考,非法律意见)

Prerequisites

  • Python 3.9+
  • 环境变量(需要注入实际 OCR/LLM 实现):
    • OCR_API_ENDPOINT — OCR 服务地址
    • OCR_API_KEY — OCR 服务密钥
    • LLM_API_ENDPOINT — LLM 服务地址
    • LLM_API_KEY — LLM 服务密钥

Supported Inputs

  • PDF 文件(扫描件或文字版)
  • 图片文件(JPG/PNG/BMP/HEIC)
  • Word 文档(.docx)
  • Markdown 文件(.md)
  • 纯文本文件(.txt)

Usage

脚本位置:scripts/main.py

# 基础审核
python3 scripts/main.py --input contract.pdf

# 深度审核 + 重点条款
python3 scripts/main.py --input contract.pdf --review-mode deep --focus payment --focus liability

# 输出 JSON 格式
python3 scripts/main.py --input contract.pdf --output-format json

# 需要翻译摘要
python3 scripts/main.py --input contract.pdf --need-translation

# 保存中间结果
python3 scripts/main.py --input contract.pdf --save-intermediate --output-dir ./output

Options

Flag Description
--input 输入文件路径(必填)
--input-type 文件类型:auto/pdf/image/text
--lang 合同语言:zh/en/bilingual
--review-mode 审核模式:quick/standard/deep
--focus 重点审查项(可多次指定)
--need-translation 是否需要翻译摘要
--output-format 输出格式:markdown/json/both
--output-dir 输出目录
--save-intermediate 保存中间处理结果

Workflow

  1. 输入识别 — 文件类型自动检测、可读性评估
  2. 内容提取 — OCR 识别 / 文本提取
  3. 文本清洗 — 乱码过滤、段落重组
  4. 条款分段 — 条款编号识别、标题提取
  5. 风险检测 — 付款/违约/续约/知识产权/保密/争议解决
  6. 合规校对 — 术语一致性、格式规范性
  7. 双语检查 — 中英一致性核验
  8. 报告生成 — Markdown / JSON 输出

Risk Categories

类别 说明
payment 付款与结算风险
liability 违约责任风险
renewal 期限与续约风险
ip 知识产权归属风险
confidentiality 保密与数据合规风险
dispute 争议解决风险

Output Format

Markdown Report

Read the full file on GitHub · 147 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 147 lines · 116 tokens per session scan A cdf420ac59f0

Subscribe to this mod's changes

iflytek-contract-intelligence-review is a skill published in the GitHub repository iflytek/iFly-Skills (218 stars, last pushed 2d ago), licensed Apache-2.0. It adds 116 tokens to every session and 1,286 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

scammer

A scam-message checker that analyzes suspicious texts, images, or conversation descriptions. It can identify the likely stage of a scam and suggest what the sender may try next.

naxiaoduo/Scammer.skill · 50 tokens

docx

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when…

jim60105/copilot-prompt · 168 tokens

doc-coauthoring

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers.…

jim60105/copilot-prompt · 77 tokens

xlsx

Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or…

jim60105/copilot-prompt · 201 tokens

pdf

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…

jim60105/copilot-prompt · 92 tokens

pptx

Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying…

jim60105/copilot-prompt · 152 tokens