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.
npx skills add eddiebelaval/squire --skill contract-draftergit clone --depth 1 https://github.com/eddiebelaval/squireWrote 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.
[](https://agentmods.dev/skills/eddiebelaval/squire/contract-drafter)<a href="https://agentmods.dev/skills/eddiebelaval/squire/contract-drafter"><img src="https://agentmods.dev/badge/skills/eddiebelaval/squire/contract-drafter.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
SkillSpector: 2 findings, up to low
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- low Excessive Agency · line 292 Skill's behavior or capabilities extend beyond its stated purpose. Scope creep allows an agent to perform actions unrelated to its documented functionality, increasing the attack surface.Fix: Limit the skill's scope to its documented purpose. Remove instructions that enable the agent to perform actions outside its stated functionality.
- low Privilege Escalation · line 471 Skill requests more permissions than appear necessary for its stated functionality. Review if elevated access is justified.Fix: Request only the minimum permissions required. Document why each permission is needed. Remove broad permissions like '*' or 'all'.
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00015 | $0.04012 |
| Opus 5 | $0.00008 | $0.02006 |
| Sonnet 5 | $0.00003 | $0.00802 |
| Haiku 4.5 | $0.00002 | $0.00401 |
Grade A, and why
Contract Drafter 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 509 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Contract Drafter
The Contract Drafter skill automates the generation of legal contracts and agreements from templates. It handles variable substitution, conditional clauses, signature blocks, and document formatting. This skill is essential for creating NDAs, service agreements, employment contracts, and other legal documents consistently and efficiently.
IMPORTANT DISCLAIMER: This skill generates documents from templates and does NOT provide legal advice. All generated contracts should be reviewed by a qualified attorney before use. The skill is designed to streamline document creation, not replace legal counsel.
Core Workflows
Workflow 1: Generate from Standard Template
Purpose: Create a contract from a pre-defined template with variable substitution
Steps:
- Select contract type (NDA, Service Agreement, etc.)
- Load template with placeholders
- Collect required information (parties, dates, terms)
- Validate all required fields are present
- Substitute variables in template
- Handle conditional clauses based on parameters
- Generate final document (PDF or DOCX)
- Add signature blocks and execution details
Implementation:
const Docxtemplater = require('docxtemplater');
const PizZip = require('pizzip');
const fs = require('fs');
function generateContract(templatePath, contractData, outputPath) {
// Load template
const content = fs.readFileSync(templatePath, 'binary');
const zip = new PizZip(content);
const doc = new Docxtemplater(zip, {
paragraphLoop: true,
linebreaks: true
});
// Prepare data with defaults and calculations
const data = {
// Party information
party1Name: contractData.party1.name,
party1Address: contractData.party1.address,
party1Email: contractData.party1.email,
party2Name: contractData.party2.name,
party2Address: contractData.party2.address,
party2Email: contractData.party2.email,
// Contract details
effectiveDate: contractData.effectiveDate,
expirationDate: contractData.expirationDate,
term: contractData.term || 'one (1) year',
// Financial terms (if applicable)
paymentAmount: contractData.paymentAmount,
paymentSchedule: contractData.paymentSchedule,
currency: contractData.currency || 'USD',
// Specific terms
scope: contractData.scope,
deliverables: contractData.deliverables,
// Conditional clauses
includeNonCompete: contractData.includeNonCompete || false,
nonCompetePeriod: contractData.nonCompetePeriod || '12 months',
nonCompeteRadius: contractData.nonCompeteRadius || '50 miles',
includeConfidentiality: contractData.includeConfidentiality !== false,
confidentialityPeriod: contractData.confidentialityPeriod || '5 years',
// Governing law
governingState: contractData.governingState || 'Delaware',
governingCountry: contractData.governingCountry || 'United States',
// Dates
currentDate: new Date().toLocaleDateString(),
currentYear: new Date().getFullYear()
};
// Render template
doc.setData(data);
doc.render();
// Save output
const buf = doc.getZip().generate({
type: 'nodebuffer',
compression: 'DEFLATE'
});
fs.writeFileSync(outputPath, buf);
return {
outputPath,
contractType: contractData.contractType,
parties: [data.party1Name, data.party2Name],
effectiveDate: data.effectiveDate
};
}
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.
- 4d ago First seen · 509 lines · 15 tokens per session scan A e2324c194eae
Contract Drafter is a skill published in the GitHub repository eddiebelaval/squire (21 stars, last pushed 22d ago), licensed MIT. It adds 15 tokens to every session and 4,012 once invoked, about $0.0001 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-09-03.
Other skills, from other repositories
Contract Drafter
Generate legal contracts from templates with variable substitution and clause management.
meta-pdf-reformat-pipeline
Modernize a legacy PDF: structural extraction → natural-language rewrite of problem pages → audit summary → re-merge into the final PDF.
software-copyright-materials
A workflow for creating Chinese application materials for software copyright registration from a real software project.
ectd-xml-compiler
Automatically convert uploaded drug application documents (Word/PDF) into XML skeleton structure compliant with eCTD 4.0/3.2.2 specifications.
audit-export
Export the full CocoAudit trail as a stakeholder-ready compliance document.
software-certificate-skill
An automated workflow for preparing Chinese software-copyright registration materials from a real software project. It produces application information, an operation manual, and source-code documents with evidence from the project.