← Back to Skills Marketplace
cunningham050503-ops

Contract Renewal Agent

by cunningham050503-ops · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
42
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install contract-renewal-agent
Description
Manage and track contract renewals. Track expiration dates, monitor renewal windows, and manage contract lifecycle. Stores all contract data locally in JSON...
README (SKILL.md)

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-expiry
  • add_contract – add a new contract with metadata
  • update_contract – update contract status, value, notes, or renewal date
  • get_contract – retrieve full details for a specific contract
  • analyze_contract_text – extract key terms and dates from contract text
  • draft_renewal_proposal – generate a renewal proposal for a contract
  • delete_contract – remove a contract from tracking

References

  • references/renewal_strategies.md – negotiation strategies and renewal timing guidance
  • references/contract_templates.md – renewal proposal templates by contract type
Usage Guidance
This skill appears safe for its stated purpose, but it handles business contract details and can change or delete the local tracking database. Use it with authorized contract data only, review record mutations, and maintain backups of the local JSON database.
Capability Analysis
Type: OpenClaw Skill Name: contract-renewal-agent Version: 1.0.0 The bundle is a legitimate tool for managing contract renewal lifecycles. The core logic in `scripts/contract_renewal_agent.py` implements basic CRUD operations on a local JSON database stored in the user's home directory, using only standard Python libraries. There is no evidence of data exfiltration, network activity, or malicious execution patterns, and the instructions in `SKILL.md` are entirely consistent with the stated functionality.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
The described purpose matches the artifacts: contract tracking, renewal status, local JSON storage, and drafting guidance are consistent with the included script and reference files.
Instruction Scope
The skill exposes local update and delete actions for contract records, so users should be careful with agent-requested changes, but these actions are disclosed and purpose-aligned.
Install Mechanism
There is no install spec, no package download, and the included Python script uses standard library modules only.
Credentials
The skill stores contract metadata locally under ~/.openclaw/workspace/contract-renewal-agent/contracts.json, which is proportionate but may contain sensitive business information.
Persistence & Privilege
The skill creates and maintains a persistent local JSON database, but it does not request credentials, background persistence, network access, or elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install contract-renewal-agent
  3. After installation, invoke the skill by name or use /contract-renewal-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Contract Renewal Agent v1.0.0 - Initial release of the contract-renewal-agent skill - Manage and track contract renewals with local JSON storage (no API keys required) - Features include expiration date tracking, renewal reminders, and contract status management - Analyzes uploaded contracts to extract relevant renewal clauses - Generates tailored renewal proposals and tracks negotiation progress - Provides CLI and skill-based interaction for ease of use
Metadata
Slug contract-renewal-agent
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments