box-legal-workflows

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

Shared guidance for legal workflows using Box, an online service for storing and collaborating on files. It defines collaboration roles, limits on Box AI decisions, and phrases for getting human confirmation.

In plain words
What is it for?
Use it as supporting guidance for Box-based mergers and acquisitions, legal intake, and contract-review workflows. The underlying Box operations require the separate `box` skill.
Why use it?
It gives related legal workflows a common safety and permission model, while keeping final legal decisions with people.

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 as supporting guidance for Box-based mergers and acquisitions, legal intake, and contract-review workflows. The underlying Box operations require the separate box skill.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/box/box-for-ai/box-legal-workflows
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
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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/box/box-for-ai/box-legal-workflows"><img src="https://agentmods.dev/badge/skills/box/box-for-ai/box-legal-workflows.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 790 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.00069 $0.00790
Opus 5 $0.00034 $0.00395
Sonnet 5 $0.00014 $0.00158
Haiku 4.5 $0.00007 $0.00079

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

Security

Grade A, and why

box-legal-workflows 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/SKILL.md · 71 lines

How it starts

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

PREREQUISITE: Use the box skill for Box MCP authentication, tool selection, and base workflows. If it is not installed, run: npx skills add https://github.com/box/box-for-ai --skill box

Shared building blocks used by the legal skills (M&A, Intake, Contract Review): Box collaboration role definitions, the boundaries of where Box AI must not be the decision-maker, and reusable confirmation phrasings. Risk frameworks, metadata fields, workflows, and decision-transparency requirements live in the individual legal skills.

Box capability references

Reach for these for the underlying Box tool mechanics rather than restating them here:

  • The box skill's references/collaboration.md — collaborator role capabilities, shared links, and external-sharing rules
  • The box skill's references/ai-and-retrieval.md — Box AI Q&A, extraction, and structured metadata tools, with pacing/limits/citations

Box Collaboration Roles

[CONFIRM: What permission level is appropriate?]

For the full breakdown of each Box collaborator role (Co-owner, Editor, Viewer Uploader, Previewer Uploader, Viewer, Previewer, Uploader) and the exact capabilities each grants, see the role matrix in the box skill's references/collaboration.md. Use that matrix to determine which role fits a given collaborator, then have the human confirm the choice before granting access.

Apply least privilege: default to the most restrictive role that still lets the collaborator do their job, prefer specific folders over root access, and set expiration dates on external collaborations.


Box AI Boundaries

Box AI informs; a human attorney decides. Do NOT use Box AI for:

  • Final legal advice or decisions (human attorney only)
  • Access-control decisions (human approves permissions)
  • Client conflict checks (use the firm's conflict system)
  • Privilege determinations (attorney judgment)
  • Settlement negotiations or strategy

Box AI is appropriate for informing humans — completeness checks, risk-factor flagging, metadata extraction, contract comparison, and due-diligence Q&A — always with citations surfaced and a human making the final call.

Read the full file on GitHub · 71 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 · 71 lines · 69 tokens per session scan A 97ab9b975d9c

Subscribe to this mod's changes

box-legal-workflows is a skill published in the GitHub repository box/box-for-ai (7 stars, last pushed 6d ago), licensed MIT. It adds 69 tokens to every session and 790 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-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