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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install contract-renewal-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/contract-renewal-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 42 次。
如何安装 Contract Renewal Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install contract-renewal-agent」即可一键安装,无需额外配置。
Contract Renewal Agent 是免费的吗?
是的,Contract Renewal Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Contract Renewal Agent 支持哪些平台?
Contract Renewal Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Contract Renewal Agent?
由 cunningham050503-ops(@cunningham050503-ops)开发并维护,当前版本 v1.0.0。