onewave-ai/cowork-contract-renewal-radar
Sweep a contracts folder and extract every renewal date, auto-renew clause, notice window, and price-escalation term into a renewal calendar -- then create calendar reminders ahead of each notice deadline via Cowork's calendar write tools. The skill that stops auto-renewals from ambushing you.
npx skills add https://github.com/OneWave-AI/claude-skills --skill cowork-contract-renewal-radar
Read a folder of contracts the way outside counsel prepping a renewal calendar does: find every date-driven obligation, compute the real decision deadline (notice deadline, not renewal date), and put it somewhere it will actually be seen. Complements contract-analyzer (deep single-contract review) -- this skill is the portfolio sweep.
renewal date minus notice period minus a 14-day decision buffer. That is the radar date. Contracts already inside their notice window get flagged URGENT at the top of the report.renewal-calendar.md: chronological table of radar dates for the next 24 months with counterparty, annual value (when stated), what happens if nothing is done, and the verbatim notice clause. Separately list contracts with no end date or missing signature pages as data-quality issues.Renewal decision: [counterparty], description containing the notice deadline, clause quote, and file path -- after showing the user the list of events to be created and getting approval.As a monthly Cowork scheduled task: re-sweep the folder for new/amended contracts, update the calendar, and deliver a digest leading with anything entering its decision window in the next 60 days.
Take onewave-ai/cowork-contract-renewal-radar from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.