← 返回 Skills 市场
cunningham050503-ops

Contract Renewal Agent

作者 cunningham050503-ops · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
42
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力标签
cryptocan-make-purchases
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install contract-renewal-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /contract-renewal-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug contract-renewal-agent
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论