Babysitter contract-analyzer
Contract analysis and negotiation support skill with clause extraction and risk identification
install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/specializations/domains/business/supply-chain/skills/contract-analyzer" ~/.claude/skills/a5c-ai-babysitter-contract-analyzer && rm -rf "$T"
manifest:
library/specializations/domains/business/supply-chain/skills/contract-analyzer/SKILL.mdsource content
Contract Analyzer
Overview
The Contract Analyzer provides intelligent contract analysis capabilities including clause extraction, risk identification, terms comparison, and negotiation support. It leverages natural language processing to accelerate contract review and improve negotiation outcomes.
Capabilities
- Contract Clause Extraction: Automated identification and extraction of key clauses
- Risk Clause Identification: Flag high-risk or non-standard terms
- Terms Comparison: Side-by-side comparison across suppliers
- Price Escalation Analysis: Identify and model price adjustment mechanisms
- SLA and KPI Extraction: Extract service level commitments
- Renewal Date Tracking: Monitor contract expiration and renewal windows
- Compliance Requirement Mapping: Map regulatory and policy requirements
- Negotiation Leverage Identification: Highlight negotiation opportunities
Input Schema
contract_analysis_request: contract_document: object # Contract file or text analysis_type: string # full, risk, comparison reference_contracts: array # For comparison analysis company_standards: object # Standard terms to compare against risk_categories: array # Risk areas to flag extraction_fields: array # Specific fields to extract
Output Schema
contract_analysis_output: extracted_terms: pricing: object payment_terms: object delivery_terms: object warranty: object liability: object termination: object sla_kpis: array risk_assessment: high_risk_clauses: array deviations_from_standard: array missing_protections: array risk_score: float comparison_matrix: object negotiation_points: array renewal_alerts: array compliance_status: object
Usage
Contract Risk Review
Input: Draft supplier contract Process: Extract clauses, compare to standards, identify risks Output: Risk assessment with flagged clauses and recommendations
Supplier Terms Comparison
Input: Contracts from 3 competing suppliers Process: Extract and compare key terms side-by-side Output: Comparison matrix highlighting differences
Renewal Analysis
Input: Existing contract approaching renewal Process: Analyze current terms, market changes, performance Output: Renegotiation strategy with target improvements
Integration Points
- Contract Management Systems: CLM platforms integration
- Legal Document Repositories: Access to contract templates
- NLP/AI Tools: Legal AI, contract analysis platforms
- Tools/Libraries: NLP libraries, document parsing
Process Dependencies
- Contract Negotiation and Management
- Strategic Sourcing Initiative
- Supplier Onboarding and Qualification
Best Practices
- Maintain current clause libraries and standards
- Involve legal counsel for high-risk findings
- Track clause acceptance rates for negotiation insights
- Version control all contract iterations
- Document negotiation rationale for precedent
- Regular review of standard terms against market practice