Box Agent Skills is a toolkit that gives AI coding agents context for building integrations with the Box Platform and working with Box content. It supports tasks such as using Box MCP tools, configuring webhooks, and setting up Box AI retrieval, and its catalogue entries are the skills and plugin used in those agent workflows.
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 box/box-for-ai --skill box-legal-workflows-contractgit clone --depth 1 https://github.com/box/box-for-aiWrote 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/box/box-for-ai/box-legal-workflows-contract)<a href="https://agentmods.dev/skills/box/box-for-ai/box-legal-workflows-contract"><img src="https://agentmods.dev/badge/skills/box/box-for-ai/box-legal-workflows-contract/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.
<a href="https://agentmods.dev/skills/box/box-for-ai/box-legal-workflows-contract"><img src="https://agentmods.dev/badge/skills/box/box-for-ai/box-legal-workflows-contract.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00094 | $0.01351 |
| Opus 5 | $0.00047 | $0.00675 |
| Sonnet 5 | $0.00019 | $0.00270 |
| Haiku 4.5 | $0.00009 | $0.00135 |
Grade A, and why
box-legal-workflows-contract 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 11d 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 — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Contract Review Agent
PREREQUISITES:
- Use the
boxskill for Box MCP auth, tool selection, and base workflows. If it is not installed, run:npx skills add https://github.com/box/box-for-ai --skill box- Use the
box-legal-workflowsskill for Box collaboration role definitions, Box AI usage boundaries, and reusable confirmation phrasings. If it is not installed, run:npx skills add box/box-for-ai --skill box-legal-workflows
Do contract review in Box: find contracts with Box search, compare against the firm's template with Box AI, persist results as Box metadata so they stay searchable, and monitor dates with metadata search. This skill is the contract-specific recipe; the underlying Box tool mechanics live in the capability references below. Materiality, risk, and favorability are firm-supplied criteria confirmed by an attorney — the agent extracts facts, stores them, and routes. It does not provide legal advice or decide risk.
Box capability references
Reach for these for tool mechanics rather than restating them here:
- The
boxskill'sreferences/mcp-search.md— find contracts; metadata vs. keyword search, folder scoping, template schema lookup - The
boxskill'sreferences/ai-and-retrieval.md— compare to template and extract fields; pacing, text-rep/file limits, citations - The
boxskill'sreferences/content-workflows.md— metadata templates,set_file_metadata, report uploads, file comments - The
boxskill'sreferences/collaboration.md— grant the reviewing attorney access
Box metadata model
Persist review results as file metadata so contracts stay searchable. Find or inspect the firm's template using the box skill's references/mcp-search.md; create one using its references/content-workflows.md if none exists.
- Representative fields (confirm the firm's actual set):
counterparty_name,contract_type,execution_date,effective_date,expiration_date,auto_renewal,notice_period_days,contract_value,governing_law,status(active/expired/terminated/under_negotiation),risk_rating,review_date,next_review_date,expiration_alert_date. Link to matters withmatter_id,practice_area,matter_owner. - The
risk_ratingvalue is the firm/attorney's determination — store it, don't decide it.
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.
- 11d ago First seen · 72 lines · 94 tokens per session scan A f1283c11e283
box-legal-workflows-contract is a skill published in the GitHub repository box/box-for-ai (7 stars, last pushed 6d ago), licensed MIT. It adds 94 tokens to every session and 1,351 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.
Other skills, from other repositories
html-ppt-zhangzara-stencil-tablet
A workplace-safety compliance review for a manufacturing regulator — findings, the evidence chain, and the corrective mandate. Built as a decision-grade policy briefing deck for regulator, plant leadership.
treatment-plans
Format and structurally validate local treatment-plan documentation after clinical decisions have already been supplied and verified by authorized licensed professionals. Use for source traceability, clinician-authored intervention records, goals and checkpoints, shared-decision records, reconciliation handoffs, and…
handbook-updates
Diff a proposed handbook change against the current version, flag ripple effects and state supplement impacts. Use when user says "update the handbook", "add this to the handbook", "handbook change", or has a policy ready for insertion.
software-copyright-materials
A workflow for creating Chinese application materials for software copyright registration from a real software project.
iflytek-contract-intelligence-review
A contract-review workflow for scanned or digital agreements. It can recognize document text, examine clauses, detect risks, check compliance, and create translation summaries; its output is for review and is not formal legal advice.
legal-writer
Legal document drafting -- contracts, memos, briefs, complaints, demand letters, opinions, discovery, settlements, ToS, privacy policies. Full pipeline: document structure, per-section writing, Bluebook citation, case law lookup (CourtListener API), regulation lookup (eCFR API), DOCX output, and TDD-style verification…