document-suite

document-suite is a skill for Claude Code, Codex from xyva-yuangui/XyvaClaw. It costs 45 tokens per session (452 once invoked), scanned A, original, MIT.

A single document-processing toolkit for PDF, Word, Excel, PowerPoint, and Markdown files. It chooses a document-specific handler based on the file type or requested task.

In plain words
What is it for?
Use it to read or create documents, convert Markdown, work with spreadsheets and presentations, and ask questions about uploaded files.
Why use it?
It gives you one entry point for different document jobs instead of making you choose a separate tool for each format.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to read or create documents, convert Markdown, work with spreadsheets and presentations, and ask questions about uploaded files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xyva-yuangui/xyvaclaw/document-suite
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 xyva-yuangui/XyvaClaw --skill document-suite
Clone the repo
git clone --depth 1 https://github.com/xyva-yuangui/XyvaClaw

Made for: Claude Code, 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 document-suite

README.md
[![agentmods](https://agentmods.dev/badge/skills/xyva-yuangui/xyvaclaw/document-suite/github.svg)](https://agentmods.dev/skills/xyva-yuangui/xyvaclaw/document-suite)
Your own site
<a href="https://agentmods.dev/skills/xyva-yuangui/xyvaclaw/document-suite"><img src="https://agentmods.dev/badge/skills/xyva-yuangui/xyvaclaw/document-suite/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 document-suite

Your own site · 80×15
<a href="https://agentmods.dev/skills/xyva-yuangui/xyvaclaw/document-suite"><img src="https://agentmods.dev/badge/skills/xyva-yuangui/xyvaclaw/document-suite.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 452 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.00045 $0.00452
Opus 5 $0.00023 $0.00226
Sonnet 5 $0.00009 $0.00090
Haiku 4.5 $0.00005 $0.00045

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

Security

Grade A, and why

document-suite 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/router.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.

config-base/workspace/skills/document-suite/SKILL.md · 44 lines

What it actually says

Document Suite — 文档处理全能套件

统一文档处理入口,按文件类型和操作意图自动路由到对应子模块。

子模块路由

意图 子模块 原 Skill
pdf_read / pdf 解析 pdf-reader pdf-reader
pdf_generate / 导出PDF pdf-generator pdf-generator
excel_operation excel-xlsx excel-xlsx
word_generation word-docx-1.0.0 word-docx-1.0.0
ppt_generate / ppt_create ppt-agent + pptx-reader-writer ppt-agent, pptx-reader-writer
document_qa document-qa document-qa
markdown_convert markdown-converter markdown-converter

路由逻辑

  1. 用户消息中包含文件类型关键词(pdf/word/excel/ppt)→ 直接路由
  2. 用户上传文件 → 根据文件扩展名路由
  3. "帮我看看这个文件" → 先检测文件类型,再路由
  4. 文档问答(从文件中提取/查找/总结)→ document-qa

子模块保持独立

所有子模块保留原有目录结构和独立调用能力。document-suite 仅作为统一调度层。

Files

What ships with it

2 files 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.

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 · 44 lines · 45 tokens per session scan A 17b54c3d8e37

Subscribe to this mod's changes

document-suite is a skill published in the GitHub repository xyva-yuangui/XyvaClaw (21 stars, last pushed 1mo ago), licensed MIT. It adds 45 tokens to every session and 452 once invoked, about $0.0002 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

xlsx

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify…

netease-youdao/LobsterAI · 96 tokens

pdf

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

netease-youdao/LobsterAI · 50 tokens

nano-pdf

Edit PDF slides and pages using natural language with Gemini AI. Supports editing existing pages, adding new slides, and style-matching. Requires GEMINIAPIKEY.

emanueleielo/ciana-parrot · 36 tokens

document-generation

A powerful skill for generating and processing professional documents (Word, PowerPoint, Excel, PDF).

nek1987/auto-agent-harness · 22 tokens

ha-data-analytics

A local-first data-analysis and reporting skill for CSV and spreadsheet files. It produces decision-ready analyses and shareable offline reports while separating facts, calculations, interpretations, and recommendations.

shiwenwen/hope-agent · 106 tokens

office-xlsx

Use when the user asks to create, inspect, verify, analyze, format, or deliver Excel .xlsx workbooks, Google Sheets-targeted spreadsheet artifacts, trackers, budgets, models, tables, dashboards, formulas, CSV/TSV-to-XLSX conversions, or spreadsheet-ready data packs.

shiwenwen/hope-agent · 64 tokens