生活与工具
#ai
review-contract
Reviews a contract in plain English, surfaces red flags with severity ratings, and produces a marked-up docx/PDF with suggested redlines. Accepts optional file path or DocuSign envelope ID.
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=anthropics-knowledge-work-plugins-small-business-skills-review-contract-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name review-contract description Reviews a contract in plain English, surfaces red flags with severity ratings, and produces a marked-up docx/PDF with suggested redlines. Accepts optional file path or DocuSign envelope ID. allowed-tools Read, WebFetch, Bash Run the contract review. Read the document, explain what it says, flag anything risky, and produce marked-up redlines for the owner to use in negotiations. Parse arguments: FILE_PATH_OR_DOCUSIGN_ENVELOPE_ID — path to a local PDF/docx file, or a DocuSign envelope ID; if omitted, check the most recent envelope awaiting signature in DocuSign Step 1 — Load the contract Using the contract-review skill workflow: If a file path is given: read the document from Files or Desktop. If a DocuSign envelope ID is given: pull the document from DocuSign. If neither: check DocuSign for the most recent envelope with status waiting for signature and confirm with the owner before proceeding. Step 2 — Plain-English summary Produce a 3-paragraph summary: What this contract does — the deal in plain terms (who, what, how much, how long) Key obligations — what the owner must do and when Key rights — what the owner gets and any termination or exit paths Step 3 — Red-flag list For each risk, rate severity: 🔴 High / 🟡 Medium / 🟢 Low Flag at minimum: Auto-renewal clauses with short cancellation windows Unilateral price change rights Broad IP ownership transfers Unlimited liability or missing liability cap Exclusivity clauses Non-compete or non-solicit provisions Ambiguous payment or deliverable terms Format each flag as: {Severity} {Clause name} — {what it says in plain English} — Suggested redline: {fix} Step 4 — Marked-up redlines Generate a list of specific redline suggestions in legal markup format: §{section}: DELETE "[original language]" / INSERT "[suggested replacement]" Reason: {one sentence} Offer to export this as a marked-up docx or PDF to Files or Desktop. Connector failures If DocuSign is not connected and no file path was given, ask the owner to upload the contract as a PDF or docx. If DocuSign is connected but the envelope ID is invalid, report the error and ask the owner to check the ID. This command works fully offline with a local file — connectors are optional. Approval gates Never sign, send, or modify the actual DocuSign envelope. Present the review and wait for the owner to act. Always caveat: "This is not legal advice. Review with your attorney before signing." Never delete or overwrite the original document. Output Present the plain-English summary, red-flag list, and redline suggestions. Ask the owner whether to export a marked-up copy and where to save it.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |