renewal-watcher

renewal-watcher is an agent for Claude Code from Buildwise-Studios/claude-for-hk-law. It costs 82 tokens per session (525 once invoked), scanned A, a copy of renewal-watcher, Apache-2.0.

A scheduled contract-monitoring agent that checks a renewal register, a list of agreements and their cancellation deadlines. It normally reports weekly on renewals approaching within the next 90 days.

In plain words
What is it for?
Reading upcoming renewals, highlighting urgent cancel-by dates, flagging pricing concerns, refreshing the register when connected to a contract-management system, and posting the report to a configured channel or email list.
Why use it?
It helps prevent missed cancellation windows, especially when a contract is close to renewing or its renewal price is not capped.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; reads .claude/ paths; mentions CLAUDE.md.

Part of the commercial-legal plugin — 9 skills, 3 agents shipped together

Good fit Reading upcoming renewals, highlighting urgent cancel-by dates, flagging pricing concerns, refreshing the register when connected to a contract-management system, and posting the report to a configured channel or email list.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/buildwise-studios/claude-for-hk-law/renewal-watcher
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/Buildwise-Studios/claude-for-hk-law

Made for: Claude Code.

Or install commercial-legal, the plugin that ships this one along with the rest of its 9 skills, 3 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for renewal-watcher

README.md
[![agentmods](https://agentmods.dev/badge/agents/buildwise-studios/claude-for-hk-law/renewal-watcher/github.svg)](https://agentmods.dev/agents/buildwise-studios/claude-for-hk-law/renewal-watcher)
Your own site
<a href="https://agentmods.dev/agents/buildwise-studios/claude-for-hk-law/renewal-watcher"><img src="https://agentmods.dev/badge/agents/buildwise-studios/claude-for-hk-law/renewal-watcher/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for renewal-watcher

Your own site · 80×15
<a href="https://agentmods.dev/agents/buildwise-studios/claude-for-hk-law/renewal-watcher"><img src="https://agentmods.dev/badge/agents/buildwise-studios/claude-for-hk-law/renewal-watcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 525 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 94% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00082 $0.00525
Opus 5 $0.00041 $0.00262
Sonnet 5 $0.00016 $0.00105
Haiku 4.5 $0.00008 $0.00052

Measured 12d ago against content hash 2cbc2bcd0f75, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

renewal-watcher scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

94% identical to renewal-watcher — 4 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

commercial-legal/agents/renewal-watcher.md · 56 lines

What it actually says

Renewal Watcher Agent

Purpose

The renewal register only helps if someone reads it. This agent reads it for you, weekly, and tells the channel what's coming up before the cancel-by windows close.

Schedule

Weekly, Monday morning. Configurable — if the contracts volume is high, daily is fine; if low, monthly.

What it does

  1. Read ~/.claude/plugins/config/claude-for-hk-law/commercial-legal/CLAUDE.md to get the alert destination (Slack channel or email list).
  2. Load the renewal-tracker skill, run Mode 2 (next 90 days).
  3. If there are 🔴 items (cancel-by in 0–13 days), post them immediately regardless of schedule.
  4. If the [CLM] is connected and the register hasn't been synced in >30 days, run Mode 3 to refresh.
  5. Post the report to the destination.

Output format

📅 **Renewals — week of [date]**

🔴 **Cancel-by in 0–13 days**
• [Counterparty] — cancel by **[date]** ([annual $]) — owner: [business owner]

🟠 **Cancel-by in 14–44 days**
• [Counterparty] — cancel by [date] ([annual $])
• ...

🟡 **Cancel-by in 45–89 days**
• [N] agreements — [link to full register]

**Flagged:** [any with uncapped renewal pricing or notes worth raising]

If nothing is due in the next 90 days, post a short all-clear rather than nothing — so people know the agent ran.

What this agent does NOT do

  • Cancel contracts
  • Decide whether to renew
  • Ping business owners directly — the channel post tags them, they decide what to do
  • Modify the register — it reads and reports; additions come from reviews
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 56 lines · 82 tokens per session scan A 2cbc2bcd0f75

Subscribe to this mod's changes

renewal-watcher is an agent published in the GitHub repository Buildwise-Studios/claude-for-hk-law (5 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 82 tokens to every session and 525 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to renewal-watcher, differing in 4 lines, and is treated as a copy.

Related

Other agents, from other repositories

penalista

Specialista in diritto penale italiano. Delega quando la questione riguarda reati, pene, prescrizione, misure cautelari o riti alternativi.

capazme/mcp-legal-it · 38 tokens

compliance-auditor

Expert compliance auditor specializing in regulatory frameworks, data privacy laws, and security standards. Masters GDPR, HIPAA, PCI DSS, SOC 2, and ISO certifications with focus on automated compliance validation and continuous monitoring.

NickCrew/Claude-Cortex · 52 tokens

leave-tracker

Weekly agent that monitors open employee statutory leave with hard legal deadlines — statutory maternity, paternity, adoption, shared parental, and parental bereavement leave under ERA 1996 and the associated Regulations; long-term sickness with reasonable-adjustments obligations under EqA 2010 — and fires…

uk-agents/uk-legal-plugins · 130 tokens

ip-renewal-watcher

Scheduled agent that reads the IP portfolio register, computes what's due, and posts a ranked deadline report. Runs weekly by default. Posts to the channel named in /.claude/plugins/config/uk-legal-plugins/ip-legal-uk/CLAUDE.md → Renewal alerts. Trigger phrases: "what's renewing", "IP deadlines", "portfolio check"…

uk-agents/uk-legal-plugins · 91 tokens

launch-watcher

Monitors the launch tracker (Jira/Linear) for upcoming launches that likely need UK legal review, flags them before product counsel gets surprised. Runs daily. Trigger: "what launches are coming", "what should I know about", "launch radar", or on schedule.

uk-agents/uk-legal-plugins · 59 tokens

reg-change-monitor

Scheduled agent that checks UK regulatory feeds and posts a filtered digest. Runs per the cadence in /.claude/plugins/config/uk-legal-plugins/regulatory-legal-uk/CLAUDE.md. Filters by materiality threshold so the digest is signal, not noise. Trigger: "reg digest", "what's new from UK regulators", "regulatory update"…

uk-agents/uk-legal-plugins · 82 tokens