box-content-api

box-content-api is a skill for Codex from fanfan-de/anybox. It costs 90 tokens per session (2,119 once invoked), scanned A, original, MIT.

A toolkit for connecting an app to Box, an online service for storing and sharing files.

In plain words
What is it for?
Use it to upload, organize, list, download, preview, search, share, tag, or automate work with files in Box, including Box AI retrieval workflows.
Why use it?
It helps you build file workflows without separately working out uploads, folders, downloads, sharing, search, and access details.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to upload, organize, list, download, preview, search, share, tag, or…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fanfan-de/anybox/box
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 fanfan-de/anybox --skill box
Clone the repo
git clone --depth 1 https://github.com/fanfan-de/anybox

Made for: Codex.

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-content-api

README.md
[![agentmods](https://agentmods.dev/badge/skills/fanfan-de/anybox/box.svg)](https://agentmods.dev/skills/fanfan-de/anybox/box)
Your own site
<a href="https://agentmods.dev/skills/fanfan-de/anybox/box"><img src="https://agentmods.dev/badge/skills/fanfan-de/anybox/box.svg" alt="Measured on agentmods" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,119 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.00090 $0.02119
Opus 5 $0.00045 $0.01059
Sonnet 5 $0.00018 $0.00424
Haiku 4.5 $0.00009 $0.00212

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

Security

Grade A, and why

box-content-api 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 7d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/box_cli_smoke.py, scripts/box_rest.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

plugins/Anybox-Plugins/box/skills/box/SKILL.md · 107 lines

How it starts

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

Box Content API

Overview

Implement Box content workflows in application code. Reuse the repository's existing auth and HTTP or SDK stack whenever possible, identify the acting Box identity before coding, and make the smallest end-to-end path work before layering on sharing, metadata, webhooks, or AI.

Route The Request

If the user needs... Primary object Read first Pair with Minimal verification
Local verification, manual smoke tests, or quick inspection from Codex without app code changes Current CLI environment references/box-cli.md references/auth-and-setup.md scripts/box_cli_smoke.py check-auth then a read command
Uploads, folders, listings, downloads, shared links, collaborations, or metadata File or folder references/content-workflows.md references/auth-and-setup.md Read-after-write call using the same actor
Organizing, reorganizing, or batch-moving files across folders; bulk metadata tagging; migrating folder structures File set or folder tree references/bulk-operations.md references/auth-and-setup.md, references/content-workflows.md, references/ai-and-retrieval.md Inventory source, verify move count matches plan
Event-driven ingestion, new-file triggers, or webhook debugging Webhook or events feed references/webhooks-and-events.md references/auth-and-setup.md, references/troubleshooting.md Signature check plus duplicate-delivery test
Search, document retrieval, summarization, extraction, or Box AI Search result set or file content references/ai-and-retrieval.md references/auth-and-setup.md Retrieval-quality check before answer formatting
401, 403, 404, 409, 429, missing content, or wrong-actor bugs Existing request path references/troubleshooting.md references/auth-and-setup.md Reproduce with the exact actor, object ID, and endpoint
Unsure which workflow applies Unknown references/workflows.md references/auth-and-setup.md Choose the smallest Box object/action pair first

Read the full file on GitHub · 107 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. 7d ago First seen · 107 lines · 90 tokens per session scan A cb10b6253b83

Subscribe to this mod's changes

box-content-api is a skill published in the GitHub repository fanfan-de/anybox (57 stars, last pushed 24d ago), licensed MIT. It adds 90 tokens to every session and 2,119 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

feature-flag-policy

Cargo feature flags for crates/xberg — ORT-incompatible targets (WASM, Android x8664 emulator), type-only and tract inference companion features, WASM/Android-safe variants, PDF backend, mutually-exclusive ORT variants, platform-conditional deps, aggregate feature sets, and build profiles. Load when adding, wiring, or…

xberg-io/xberg · 98 tokens

ocr-pipeline-and-quality

Change or evaluate Xberg OCR backends, preprocessing, caching, page acceptance, geometry, hOCR structure, table reconstruction, or cross-backend quality. Load for OCR behavior and A/B quality work, not ordinary PDF text extraction.

xberg-io/xberg · 53 tokens

pdf-backends

Change or diagnose Xberg PDF extraction, native/Pdfium backend selection, PDF rendering sessions, encrypted documents, OCR fallback, or backend-specific capability gaps. Load for PDF engine work, not generic image OCR.

xberg-io/xberg · 46 tokens

add-sharepoint

Adds SharePoint Online connector to a Power Apps code app. Use when reading lists, managing documents, or integrating with SharePoint sites. Can also create new SharePoint lists.

microsoft/power-platform-skills · 39 tokens

using-the-mcp-server

Use when converting HTML to Markdown or extracting metadata and tables through the html-to-markdown MCP server's tools, rather than shelling out to the CLI. Covers the tool surface, the auto-installing launcher, and when MCP beats the CLI or SDK.

xberg-io/html-to-markdown · 57 tokens

nw-diagram

Generates C4 architecture diagrams (context, container, component) in Mermaid or PlantUML. Use when creating or updating architecture visualizations.

nWave-ai/nWave · 33 tokens