track-deadlines-and-signatures

track-deadlines-and-signatures is a skill for Claude Code, Codex from akiotanaka847/qaio-desktop. It costs 59 tokens per session (2,382 once invoked), scanned A, original, MIT.

A tracker for legal agreements, signatures, counterparties, and important deadlines. It keeps a running record of pending documents, executed agreements, renewal dates, notice windows, and recurring legal dates.

In plain words
What is it for?
Use it to monitor unsigned documents, draft reminders without sending them, record signed agreements, file executed copies, refresh a legal calendar, and prepare a weekly legal-status summary.
Why use it?
It reduces the chance of missing a signature, renewal, filing, consent, or notice deadline. It also keeps agreement details and signed copies organized for later review.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to monitor unsigned documents, draft reminders without sending them, record signed agreements, file executed copies, refresh a legal calendar, and prepare a weekly legal-status summary.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/akiotanaka847/qaio-desktop/track-deadlines-and-signatures
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.

Any agent
npx skills add akiotanaka847/qaio-desktop --skill track-deadlines-and-signatures
Clone the repo
git clone --depth 1 https://github.com/akiotanaka847/qaio-desktop

Made for: Claude Code, Codex.

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 track-deadlines-and-signatures

README.md
[![agentmods](https://agentmods.dev/badge/skills/akiotanaka847/qaio-desktop/track-deadlines-and-signatures/github.svg)](https://agentmods.dev/skills/akiotanaka847/qaio-desktop/track-deadlines-and-signatures)
Your own site
<a href="https://agentmods.dev/skills/akiotanaka847/qaio-desktop/track-deadlines-and-signatures"><img src="https://agentmods.dev/badge/skills/akiotanaka847/qaio-desktop/track-deadlines-and-signatures/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 track-deadlines-and-signatures

Your own site · 80×15
<a href="https://agentmods.dev/skills/akiotanaka847/qaio-desktop/track-deadlines-and-signatures"><img src="https://agentmods.dev/badge/skills/akiotanaka847/qaio-desktop/track-deadlines-and-signatures.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,382 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 original No closer match found 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.00059 $0.02382
Opus 5 $0.00030 $0.01191
Sonnet 5 $0.00012 $0.00476
Haiku 4.5 $0.00006 $0.00238

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

Security

Grade A, and why

track-deadlines-and-signatures 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.

store/agents/legal/.agents/skills/track-deadlines-and-signatures/SKILL.md · 98 lines

How it starts

The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Track Deadlines and Signatures

One skill for every standing-state tracker agent maintain. scope param pick tracker; atomic read-merge-write discipline shared.

Parameter: scope

  • signatures - watch connected signing platform (DocuSign / PandaDoc / HelloSign) for outstanding docs. Draft polite reminders for laggards (never send). File executed copies to connected doc-storage (Google Drive / Dropbox / Notion). Write status board to signature-status/{YYYY-MM-DD}.md.
  • counterparties - append executed agreement to counterparty-tracker.json at agent root. Fields: id, counterparty, agreementType, executedDate, effectiveDate, term, autoRenewal, noticePeriod, governingLaw, keyObligations, renewalDate, signedCopyPath. Feed deadlines scope (renewal clock) + weekly-review scope (rollup).
  • deadlines - seed + refresh canonical legal calendar. Static deadlines (Delaware March 1 annual report, 83(b) 30-day from grant, 409A refresh 12 months, DSR 30-day GDPR / 45-day CCPA, TM office action 6-month, annual board consent) + dynamic deadlines from counterparty-tracker.json (renewal clocks, notice windows). Write deadline-calendar.json at agent root + 90-day readout to deadline-summaries/{YYYY-MM-DD}.md. Flag ≤ 30 days urgent, overdue critical.
  • weekly-review - aggregate across agent by reading outputs.json: what shipped this week (contract reviews, drafts, audits, filings), what pending signature (from signature-status/ most recent), next deadline (from deadline-calendar.json), what flagged for attorney review (attorneyReviewRequired: true entries without resolution). Write weekly-reviews/{YYYY-MM-DD}.md.

If user name scope plain English ("chase signatures", "log this deal", "what's due", "Monday review"), infer. If ambiguous, ask ONE question naming 4 options.

When to use

  • Explicit: "where are my signatures", "log {counterparty}'s executed {type}", "what's due soon / overdue", "Monday legal review", "weekly legal readout".
  • Plain-English asks map to a scope: "nudge / chase pending signatures" / "who hasn't signed yet" → signatures; "I just signed something, log it" / "log this signed agreement" / "track this auto-renewal" → counterparties; "check my legal deadlines" / "what's coming up in the next 90 days" → deadlines; "weekly legal review" / "Monday rollup" → weekly-review.
  • Implicit: chained from review-a-contract (any mode) to counterparties when contract hit executed status; from scheduled routines for weekly-review + deadlines; from sort-my-legal-inbox when detect executed-copy attachment for counterparties.

Read the full file on GitHub · 98 lines

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 · 98 lines · 59 tokens per session scan A e8e20bcb0885

Subscribe to this mod's changes

track-deadlines-and-signatures is a skill published in the GitHub repository akiotanaka847/qaio-desktop (2 stars, last pushed 8d ago), licensed MIT. It adds 59 tokens to every session and 2,382 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

version-comparator

Compares two versions of an article and produces a structured change report — highlighting substantive edits, additions, deletions, and tone shifts — so the editor or writer can quickly understand what changed and assess whether the revisions improved the piece.

ur-grue/autopunk-media-skills · 50 tokens

specification-writing

A workflow for writing complete patent specifications from patent claims and an invention disclosure. It adapts the document to a chosen jurisdiction, such as the US, Europe, or China.

wanshuiyin/Auto-claude-code-research-in-sleep · 49 tokens

regulatory-research-fallback

Fallback workflow for regulatory research when web extraction tools fail on government PDFs.

HKUDS/OpenSpace · 20 tokens

x-scorecard

OpenSSF Scorecard for assessing open source project security. Check security best practices and compliance. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 57 tokens

performance-report

Generate affiliate performance reports with KPIs and recommendations. Triggers on: "show my affiliate report", "how are my programs doing", "performance review", "earnings report", "monthly affiliate report", "weekly report", "analyze my affiliate earnings", "which program is best", "EPC report", "conversion rate…

Affitor/affiliate-skills · 80 tokens

gesellschaftsrechtliche-satzungen-agb

Für Gesellschaftsrechtliche Satzungen AGB Abgrenzung: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: gesellschaftsrechtliche-satzungen-agb.

Klotzkette/claude-fuer-deutsches-recht · 69 tokens