Agent skill
contracts
What renewals and notice deadlines are coming up in the Software directory, and what happens if you do nothing.
Filed under Onboarding, retention and expansion.
From sarahcallmesmadds/gtm-operator · 27 skills · 0 · pushed 2026-09-02
What it does when it runs
What renewals and notice deadlines are coming up in the Software directory, and what happens if you do nothing. Use when the user asks "what's renewing", "any contracts coming up", "what do we need to cancel", "what's due this quarter", or before budget planning. Read-only; changes nothing, cancels nothing, contacts nobody, and never moves Last reviewed.
Read from the skill and the 0 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.
- Keys and connectors you must supply
- mcp__*__notion-fetch
- mcp__*__notion-query-data-sources
- Hosts it reaches
- No third-party host appears in the skill or its bundled files.
- Tool permissions it declares
- Write
- Bash(node:*)
- mcp__*__notion-fetch
- mcp__*__notion-query-data-sources
- Actions present in the files
- shell
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/sarahcallmesmadds/gtm-operator.git /tmp/gtm-operator git -C /tmp/gtm-operator sparse-checkout set "plugins/software/skills/contracts" mkdir -p ~/.claude/skills/contracts cp -R "/tmp/gtm-operator/plugins/software/skills/contracts/." ~/.claude/skills/contracts/
Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗
Or take the whole library
This repo ships a .claude-plugin manifest, so Claude Code can install all 27 skills at once. Plugin skills are invoked as /<plugin>:<skill>, so they never collide with your own.
/plugin marketplace add sarahcallmesmadds/gtm-operator /plugin
The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.
Before you install: this skill will not complete its job on a bare agent. It needs mcp__*__notion-fetch, mcp__*__notion-query-data-sources, which you have to obtain separately.
The skill
Source on GitHub ↗Reproduced in full from sarahcallmesmadds/gtm-operator/blob/a93c6e98a742d183823691197b8d9be9edd114c6/plugins/software/skills/contracts/SKILL.md, which is licensed MIT (repository). 339 words, 4 headings.
contracts
What is coming up, and the consequence of doing nothing about each one.
Run by a person, never by a clock: v1 has no unattended runs anywhere in the
marketplace. The same shape as process:audit, which is the precedent that
makes this shippable without an integration.
How this skill works
node "${CLAUDE_PLUGIN_ROOT}/scripts/software.js" contracts-survey
node "${CLAUDE_PLUGIN_ROOT}/scripts/software.js" contracts <rows.json> --today YYYY-MM-DD [--window days]
Send the survey query, save the result whole, and pass it to contracts
with today's date. The window defaults to ninety days.
How to read the output, and how to report it
deadlinesis the list that matters, ordered by consequence rather than by date: a sixty thousand dollar contract with a notice deadline in three weeks outranks a three hundred dollar one auto-renewing next week.Renews: Automaticallyis what turns a date into a deadline. Every row carries itswhy; report it, not just the date.diaryis the same dates without the automatic renewal: doing nothing means those lapse rather than renew. Worth a line, not an alarm.incompleteis half the answer, and it is never dropped from the report. An empty date does not match a date filter in Notion, so the rows with missing contract data are exactly the ones any filtered view silently omits, and a report without this count reads as "nothing is due". Each row says what is missing — no notice deadline, no contract dates, or Renews unknown — and whether it could still be ordered above despite the gap. Offer them toreview; they are the work list.- An overdue automatic deadline is reported as already committed, unless the vendor says otherwise. Do not soften it.
The hard lines
- Reads only. Writes nothing at all, including
Last reviewed, because reading a list is not reviewing a row. - Never cancels anything, contacts a vendor, or drafts an email.
- Never reports a renewal as handled. It reports dates and consequences,
and hands the list to
review.
Need help setting it up?
This page tells you what contracts does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.
Book a call →The directory stays free. There is nothing gated behind this.