— No reviews yet
0 installs
0 views
— view→install
Install
$ agentstack add skill-claude-office-skills-contract-review-skill-contract-review-skill ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Contract Review Skill? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Contract Review Skill
Description
AI-powered contract analysis that identifies risks, extracts key terms, and generates professional review reports. Supports both text PDFs and scanned documents via Claude Vision.
Capabilities
Document Processing
- Extract and structure contract text from PDF (native text)
- Handle scanned contracts via Claude Vision
- Support mixed text+image documents
Visual Understanding
- Detect and verify stamps/seals
- Identify signature areas
- Validate document completeness
Risk Analysis
- Identify 15+ common risk patterns (restrictions, liability, IP, etc.)
- Compare against standard clause templates
- Generate detailed review report with recommendations
Tools
analyze_contract(pdf_path)→ full analysis (text + visual elements)extract_key_terms(contract_data)→ structured termsidentify_risks(contract_data)→ risk assessment with severitycheck_completeness(pdf_path)→ stamps, signatures, datescompare_contracts(contract_a, contract_b)→ diff reportgenerate_report(analysis, format="markdown"|"docx")→ formatted output
Domain Knowledge
Embedded knowledge for:
- Business Contracts
- Employment Contracts
- Lease Agreements
- NDA (Non-Disclosure Agreements)
- Procurement Contracts
- Service Agreements
Requirements
- Python 3.9+
- anthropic (Claude API)
- python-docx (DOCX output)
Usage
# Analyze a contract
python cli.py analyze path/to/contract.pdf
# Generate report
python cli.py analyze path/to/contract.pdf --output report.md
# Compare two contracts
python cli.py compare contract_a.pdf contract_b.pdf
Author
Built with Claude
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: claude-office-skills
- Source: claude-office-skills/contract-review-skill
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.