Contract Renewal Agent
/install contract-renewal-agent
Contract Renewal Agent
An AI-powered agent that manages the full contract renewal lifecycle using Claude.
What It Does
- Track contracts – store contract metadata, parties, terms, and expiration dates
- Renewal reminders – surfaces contracts due within configurable windows (30/60/90 days)
- Analyze terms – reads uploaded contract PDFs/text and extracts key renewal clauses
- Draft proposals – generates renewal proposals tailored to contract type and relationship history
- Status tracking – tracks each contract through:
active → renewal_due → negotiating → renewed | expired
How to Use
"What contracts are up for renewal in the next 60 days?"
"Add a contract: Acme Corp SaaS agreement, expires 2025-12-01, value $48,000/yr"
"Analyze this contract [upload PDF] and extract renewal terms"
"Draft a renewal proposal for the Acme Corp contract"
"Mark the Acme Corp contract as renewed at $52,000/yr"
Running the Agent
The agent script is at scripts/contract_renewal_agent.py. Run it directly for CLI use, or invoke via this skill for interactive sessions:
python3 scripts/contract_renewal_agent.py
Or pass a task directly:
python3 scripts/contract_renewal_agent.py "What contracts are due for renewal this month?"
Contract Database
Contracts are stored in ~/.openclaw/workspace/contract-renewal-agent/contracts.json. Back this up regularly.
Tools Available to the Agent
list_contracts– list all contracts, optionally filtered by status or days-until-expiryadd_contract– add a new contract with metadataupdate_contract– update contract status, value, notes, or renewal dateget_contract– retrieve full details for a specific contractanalyze_contract_text– extract key terms and dates from contract textdraft_renewal_proposal– generate a renewal proposal for a contractdelete_contract– remove a contract from tracking
References
references/renewal_strategies.md– negotiation strategies and renewal timing guidancereferences/contract_templates.md– renewal proposal templates by contract type
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install contract-renewal-agent - After installation, invoke the skill by name or use
/contract-renewal-agent - Provide required inputs per the skill's parameter spec and get structured output
What is Contract Renewal Agent?
Manage and track contract renewals. Track expiration dates, monitor renewal windows, and manage contract lifecycle. Stores all contract data locally in JSON... It is an AI Agent Skill for Claude Code / OpenClaw, with 42 downloads so far.
How do I install Contract Renewal Agent?
Run "/install contract-renewal-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Contract Renewal Agent free?
Yes, Contract Renewal Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Contract Renewal Agent support?
Contract Renewal Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Contract Renewal Agent?
It is built and maintained by cunningham050503-ops (@cunningham050503-ops); the current version is v1.0.0.