box-legal-workflows-contract

box-legal-workflows-contract is a skill for Claude Code from box/box-for-ai. It costs 94 tokens per session (1,351 once invoked), scanned A, original, MIT.

A Box-based workflow for finding contracts, comparing them with a firm's standard template, recording important details, and monitoring dates. Box is a service for storing and searching shared files.

In plain words
What is it for?
Use it to locate new or expiring contracts, flag differences from a template, save structured contract information in Box, track dates, and produce cited variance reports.
Why use it?
It reduces manual contract searching and comparison while leaving legal judgments about risk and importance to the firm's criteria and attorneys.

Skill for Claude Code ✓ vendor

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

Part of the box-for-ai plugin — 5 skills shipped together

Good fit Use it to locate new or expiring contracts, flag differences from a template, save structured contract information in Box, track dates, and produce cited variance reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/box/box-for-ai/box-legal-workflows-contract
About the project

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.

box/box-for-ai · 7 stars · on GitHub

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 box/box-for-ai --skill box-legal-workflows-contract
Clone the repo
git clone --depth 1 https://github.com/box/box-for-ai

Made for: Claude Code.

Or install box-for-ai, the plugin that ships this one along with the rest of its 5 skills.

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 box-legal-workflows-contract

README.md
[![agentmods](https://agentmods.dev/badge/skills/box/box-for-ai/box-legal-workflows-contract/github.svg)](https://agentmods.dev/skills/box/box-for-ai/box-legal-workflows-contract)
Your own site
<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.

agentmods 80×15 button for box-legal-workflows-contract

Your own site · 80×15
<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>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,351 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.00094 $0.01351
Opus 5 $0.00047 $0.00675
Sonnet 5 $0.00019 $0.00270
Haiku 4.5 $0.00009 $0.00135

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

Security

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.

skills/box-legal-workflows-contract/SKILL.md · 72 lines

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 box skill 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-workflows skill 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 box skill's references/mcp-search.md — find contracts; metadata vs. keyword search, folder scoping, template schema lookup
  • The box skill's references/ai-and-retrieval.md — compare to template and extract fields; pacing, text-rep/file limits, citations
  • The box skill's references/content-workflows.md — metadata templates, set_file_metadata, report uploads, file comments
  • The box skill's references/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 with matter_id, practice_area, matter_owner.
  • The risk_rating value is the firm/attorney's determination — store it, don't decide it.

Read the full file on GitHub · 72 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. 11d ago First seen · 72 lines · 94 tokens per session scan A f1283c11e283

Subscribe to this mod's changes

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.

Related

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.

nexu-io/open-design · 49 tokens

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…

K-Dense-AI/scientific-agent-skills · 62 tokens

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.

anthropics/claude-for-legal · 52 tokens

software-copyright-materials

A workflow for creating Chinese application materials for software copyright registration from a real software project.

Fokkyp/SoftwareCopyright-Skill · 97 tokens

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.

iflytek/iFly-Skills · 116 tokens

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…

kortix-ai/suna · 161 tokens