Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add aiocean/claude-plugins/plugin install aio-booxWrote 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/aiocean/claude-plugins/aio-boox)<a href="https://agentmods.dev/skills/aiocean/claude-plugins/aio-boox"><img src="https://agentmods.dev/badge/skills/aiocean/claude-plugins/aio-boox.svg" alt="Measured on agentmods" 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.00126 | $0.02133 |
| Opus 5 | $0.00063 | $0.01066 |
| Sonnet 5 | $0.00025 | $0.00427 |
| Haiku 4.5 | $0.00013 | $0.00213 |
Grade A, and why
aio-boox 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 6d 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 — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.
boox — Onyx BOOX cloud CLI (API-direct)
Send a book/doc to your BOOX device, or read its synced notes, straight
from the terminal — no browser, no BooxDrop WiFi, no send2boox email. Wraps boox.mjs
(Node built-ins only, zero npm deps).
B="${CLAUDE_PLUGIN_ROOT}/skills/aio-boox/scripts/boox.mjs"
node $B whoami # logged-in account + storage
node $B device # registered devices + online status
node $B send-book <file> # upload + push a book/doc to your device(s)
node $B repush <name-substr> # re-fire the device-wake for a file already on the cloud (no re-upload)
node $B list-push [n] # items in the device Push List
node $B remove <name-substr> # delete push-list item(s) — permanent (no recycle bin)
node $B list-books [n] # active books in the cloud Library
node $B remove-book <substr> # delete book(s); default HARD/permanent; --soft = recycle
node $B restore-book <substr> # restore book(s) from recycle bin
node $B get-notes [n] # active notes
node $B remove-note <substr> # delete note(s)/folder(s); default HARD; --soft = recycle
node $B restore-note <substr> # restore note(s) from recycle bin
send-book lands the file in BOOX device → Apps → Transfer (互传) → Push List.
Name collisions auto-dedup (foo.epub → foo(1).epub), same as the web app.
Delivery depends on the device being ONLINE at push time — not on any payload param
saveAndPush auto-resolves the target device server-side — its response echoes back the
account's mac + deviceModel (pushNum:1). So there is no missing device/mac/imAccount
parameter to add; the CLI payload is structurally complete and identical to the web app's.
The real failure mode is timing: if the device is offline/asleep when you send (the
device command's online flag is unreliable — check latestLoginTime; a stale login means it
is not actually connected), the file lands correctly in the cloud push list but the wake never
reaches the sleeping device, so it does not auto-download. It just sits in the list.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 6d ago First seen · 104 lines · 126 tokens per session scan A 1654b2ddd0a7
aio-boox is a skill published in the GitHub repository aiocean/claude-plugins (4 stars, last pushed 3d ago), licensed MIT. It adds 126 tokens to every session and 2,133 once invoked, about $0.0006 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-31.
Other skills, from other repositories
pdf-analysis
PDF 文档解析。自动区分文字型 PDF 与扫描型 PDF,覆盖:文本/表格提取、多页全量扫描、嵌入图表 caption、单位感知数值计算。.
sn-da-non-spreadsheet-analysis
Word / PDF / PPT 文档解析与数据分析引擎。覆盖三类文件格式的全量提取、表格数值化、图表理解与跨文档汇总分析。遇到以下任一情况就主动使用本 skill:①用户上传或指定了 .docx / .doc / .pdf / .pptx / .ppt 文件并要求分析、提取或统计其中内容;②用户出现触发词:Word分析 / PDF解析 / PPT提取 / 文档分析 / 报告解析 / 幻灯片分析 / 发票提取 / 合同分析 / 文档统计 / 错别字 / 语病 / 字号检查 / 简历分析 / 多文档对比;③任务涉及从文档中提取表格、数值、图表、格式(颜色/高亮/字号)、组织架构、时间线等结构化信息。仅不用于:Excel/CSV…
ocr-and-documents
Extract text from PDFs and scanned documents. Use webextract for remote URLs, pymupdf for local text-based PDFs, marker-pdf for OCR/scanned docs. For DOCX use python-docx, for PPTX see the powerpoint skill.
nano-pdf
Edit PDFs with natural-language instructions using the nano-pdf CLI. Modify text, fix typos, update titles, and make content changes to specific pages without manual editing.
pdf-toolkit
PDF 工具箱 - 合并/拆分/提取文字/转图片,纯命令行处理本地 PDF.
chat-complex-documents
Chat with and search your complex documents — ask questions, extract tables and fields, and get answers grounded in the source. Connects the hosted Unstructured Transform MCP server to parse, structure, and enrich PDFs, Word/Excel/PowerPoint, images, scanned files, emails, and 60+ other formats into clean, AI-ready…