skills/claude-skills-open/skills/legal/legal-review/SKILL.md
Review legal documents (NDA, contracts, agreements) for sensitive clauses, risks, and red flags
npx skillsauth add aaaaqwq/agi-super-skills legal-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyze legal documents for sensitive clauses, risks, unfavorable terms, and red flags. Provides structured review with risk assessment and recommendations.
If the document is a DOCX file, extract text:
from docx import Document
doc = Document('path/to/file.docx')
# Handle both paragraph-based and table-based layouts
text_parts = []
for p in doc.paragraphs:
if p.text.strip():
text_parts.append(p.text)
for table in doc.tables:
for row in table.rows:
for cell in row.cells:
if cell.text.strip():
text_parts.append(cell.text)
If PDF, use the Read tool directly (it supports PDFs).
Perform structured analysis covering ALL of the following areas:
Scan for and flag these categories with severity levels:
| Category | What to look for | Severity | |----------|-----------------|----------| | Non-compete / Non-solicitation | Restrictions on working with competitors, hiring employees | HIGH | | Unlimited liability | No cap on damages, indemnification without limits | HIGH | | Unilateral termination | One party can terminate freely, other cannot | HIGH | | IP assignment | Broad IP transfer clauses, work-for-hire beyond scope | HIGH | | Penalty clauses | Financial penalties for breach, liquidated damages | HIGH | | Governing law mismatch | Law of unfamiliar jurisdiction, unfavorable forum | MEDIUM | | Confidentiality duration | Unusually long (>5 years) or perpetual obligations | MEDIUM | | Auto-renewal / Lock-in | Automatic extension, difficult exit terms | MEDIUM | | Data processing | Personal data obligations, GDPR/privacy compliance | MEDIUM | | Audit rights | Right to audit your systems, records, premises | MEDIUM | | Force majeure | Missing or one-sided force majeure clause | LOW | | Notice requirements | Unreasonable notice periods, specific delivery methods | LOW | | Amendment process | Unilateral right to modify terms | MEDIUM | | Waiver of jury trial | Waiving right to jury trial or class action | LOW | | Survival clauses | Obligations that survive termination and their duration | LOW |
Check whether obligations are mutual or one-sided:
Flag important clauses that are ABSENT:
Flag vague or overly broad language:
Output a structured report:
## LEGAL DOCUMENT REVIEW
### Document Info
- Type: [NDA/Contract/etc.]
- Parties: [Party A] <-> [Party B]
- Date: [effective date]
- Duration: [term]
- Governing Law: [jurisdiction]
### Risk Summary
- Overall Risk Level: [LOW / MEDIUM / HIGH / CRITICAL]
- HIGH risks found: [count]
- MEDIUM risks found: [count]
### Sensitive Clauses Found
#### [HIGH] [Category Name]
- Clause: [quote or reference]
- Risk: [what this means for you]
- Recommendation: [what to negotiate or change]
#### [MEDIUM] [Category Name]
...
### Asymmetry Issues
- [list of imbalanced terms]
### Missing Protections
- [list of absent but recommended clauses]
### Recommendations
1. [Prioritized list of changes to request before signing]
| Parameter | Description | Default |
|-----------|-------------|---------|
| file_path | Path to the document (DOCX, PDF, or TXT) | required |
| party | Which party you represent (for perspective) | auto-detect from context |
| focus | Specific areas to focus on (e.g., "IP", "liability") | all areas |
User: "Review this NDA from Client G" -> Extract DOCX, run full analysis, output structured report
User: "Check this contract for IP risks" -> Run analysis with focus on IP assignment, work-for-hire, licensing clauses
invoice-generator-agent — for creating invoices referenced in contractsemail-send-bulk — for sending signed documents backtesting
AI驱动的智能浏览器自动化工具。使用LLM理解页面并自动执行任务,比传统Playwright更智能、更省token。适用于复杂交互、动态页面、需要智能决策的浏览器操作。Chrome浏览器优先。
tools
网页登录态管理。使用 fast-browser-use (fbu) 管理各平台登录状态,定期检查可用性,新平台授权时自动保存 profile。
development
Monitor and report on API provider quotas, balances, and usage. Query official providers (Moonshot, DeepSeek, xAI, Google AI Studio) and relay/proxy providers (Xingjiabiapi, Aixn, WoW) via their billing APIs. Also checks subscription services (Brave Search, OpenRouter). Generates quota reports. Triggers on "查额度", "API余额", "quota check", "billing report", "api balance", "供应商额度", "中转站余额", "费用报告", "check balance", "how much credit".
development
# A股基金监控 Skill A股基金净值监控,支持实时估值和盘后净值,自动判断交易日/节假日。 ## 用法 ### 快速监控(命令行) ```bash # 默认配置,输出到控制台 bash ~/clawd/skills/a-fund-monitor/scripts/monitor.sh # 推送到群(使用--push参数) bash ~/clawd/skills/a-fund-monitor/scripts/monitor.sh --push # 监控指定基金 bash ~/clawd/skills/a-fund-monitor/scripts/monitor.sh --codes "000979 002943" ``` ### Agent调用 ``` 执行A股基金监控任务。 1. 读取配置文件: ~/clawd/skills/a-fund-monitor/config.json 2. 获取实时净值数据 3. 非交易日自动切换为简短报告 配置文件格式: { "funds": [ {"code": "000979", "name": "景顺长城沪港深精选股票