signature-request

signature-request is a skill for Claude Code from alebgl77/claude-inc. It costs 97 tokens per session (1,183 once invoked), scanned A, original, MIT.

A final contract check and signing plan for electronic or physical signatures. It verifies that names, authority, dates, attachments, and blanks are correct before routing the document.

In plain words
What is it for?
Preparing a contract envelope, checking exhibits and signers, choosing sequential or parallel signing, and recording what happens after signing.
Why use it?
It prevents an unfinished or incorrectly signed document from entering the signing process. It also resolves who should sign first when several people or documents are involved.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the claude-inc plugin — 50 skills, 3 commands, 8 agents shipped together

Good fit Preparing a contract envelope, checking exhibits and signers, choosing sequential or parallel signing, and recording what happens after signing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alebgl77/claude-inc/signature-request
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 alebgl77/claude-inc --skill signature-request
Clone the repo
git clone --depth 1 https://github.com/alebgl77/claude-inc

Made for: Claude Code.

Or install claude-inc, the plugin that ships this one along with the rest of its 50 skills, 3 commands, 8 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 signature-request

README.md
[![agentmods](https://agentmods.dev/badge/skills/alebgl77/claude-inc/signature-request/github.svg)](https://agentmods.dev/skills/alebgl77/claude-inc/signature-request)
Your own site
<a href="https://agentmods.dev/skills/alebgl77/claude-inc/signature-request"><img src="https://agentmods.dev/badge/skills/alebgl77/claude-inc/signature-request/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 signature-request

Your own site · 80×15
<a href="https://agentmods.dev/skills/alebgl77/claude-inc/signature-request"><img src="https://agentmods.dev/badge/skills/alebgl77/claude-inc/signature-request.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,183 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00097 $0.01183
Opus 5 $0.00048 $0.00592
Sonnet 5 $0.00019 $0.00237
Haiku 4.5 $0.00010 $0.00118

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

Security

Grade A, and why

signature-request 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 9d 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.

skills/signature-request/SKILL.md · 83 lines

How it starts

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

Signature Request — Signature Wrangler

"Route for signature"

The last gate before ink: nothing routes until the document proves it is actually ready to sign. Works on the final document plus deal facts from the user.

When to use

  • "Contract's final — get it signed" — execution time
  • "Set up the envelope for the MSA and SOW" — multi-document routing
  • "Who signs first, us or them?" — signing-order call
  • "It's signed — now what?" — filing and obligations follow-through
  • Terms still moving? Back to review-contract — nothing unfinalized enters this gate

Workflow

  1. Confirm the document is final: no tracked changes, no open comments, version confirmed by the deal owner. Not final → stop and say exactly what is still open.
  2. Run the pre-signature checklist: legal entity names exact (registry names, not brand names); signatory authority on both sides (name, title, basis); every exhibit and schedule attached and cross-referenced correctly; every blank filled — dates, amounts, addresses, notice emails; dates consistent (effective vs. signature vs. term start); counterparty details verified (entity number, registered address, signer identity).
  3. Fix or flag: mechanical defects (an empty notice address) get filled from known facts or asked; anything substantive reopens review — the gate never "signs around" a defect.
  4. Set the signing order: sequential when one signature depends on another (counterparty signs first so we execute last and control the effective date); parallel when signatures are independent and speed wins. Always state the why.
  5. Write envelope instructions portable to any e-sign tool: recipients (name, email, role, order), fields per signer (signature, date, title), CC-on-completion list, reminder cadence, expiration, and the message subject and body.
  6. Plan post-signature filing: where the executed copy lives, who receives copies, and the file-naming convention.
  7. Create obligations-calendar entries: renewal and opt-out deadlines, payment milestones, deliverables, notice windows — each with a date, an owner, and an alert lead time.
  8. Deliver the packet. Nothing is actually sent without explicit human confirmation.

Read the full file on GitHub · 83 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. 9d ago First seen · 83 lines · 97 tokens per session scan A 3cf3bf18fa7d

Subscribe to this mod's changes

signature-request is a skill published in the GitHub repository alebgl77/claude-inc (14 stars, last pushed 6d ago), licensed MIT. It adds 97 tokens to every session and 1,183 once invoked, about $0.0005 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-30.