Vibe-Skills is a collection and routing system that helps AI agents discover, select, and coordinate specialized skills for completing tasks. It is intended for agents that need to organize workflows across many installed capabilities. The catalogue entries are skills and an agent belonging to this system.
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.
npx skills add foryourhealth111-pixel/Vibe-Skills --skill document-skillsgit clone --depth 1 https://github.com/foryourhealth111-pixel/Vibe-SkillsWrote 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/foryourhealth111-pixel/vibe-skills/document-skills)<a href="https://agentmods.dev/skills/foryourhealth111-pixel/vibe-skills/document-skills"><img src="https://agentmods.dev/badge/skills/foryourhealth111-pixel/vibe-skills/document-skills/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.
<a href="https://agentmods.dev/skills/foryourhealth111-pixel/vibe-skills/document-skills"><img src="https://agentmods.dev/badge/skills/foryourhealth111-pixel/vibe-skills/document-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00038 | $0.00532 |
| Opus 5 | $0.00019 | $0.00266 |
| Sonnet 5 | $0.00008 | $0.00106 |
| Haiku 4.5 | $0.00004 | $0.00053 |
Grade A, and why
document-skills 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 13d 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.
What it actually says
Document Skills (Dispatcher)
Use this skill when the task is clearly “document work” but the exact format is not yet fixed, or when the user mixes multiple formats (e.g., “把论文里的表格做成 Excel,再导出 PDF 报告”).
Goal: fast dispatch to the most specific skill so we keep high hit-rate / low noise.
Quick dispatch rules
- PDF (
.pdf, “PDF”, “pypdf”, “pdfplumber”, “render pages”)
- Prefer the pdf skill.
- Typical tasks: extract text/tables, render pages, review layout, generate PDF reports.
- Word / DOCX (
.docx, “Word”, “tracked changes”, “python-docx”)
- Prefer the docx skill (or doc when the task is explicitly
.docxformatting/layout heavy and the doc skill is requested/required by your environment).
- Excel / Spreadsheets (
.xlsx,.csv,.tsv, “Excel”, “openpyxl”, “pivot table”)
- Prefer the xlsx skill.
- If the task is more “tabular ETL + analysis” than “Excel formatting”, you can use spreadsheet instead (but keep output fidelity requirements in mind).
- Slides / Posters / PPTX (
.pptx, “slides”, “poster”, “deck”, “PowerPoint”)
- Prefer scientific-slides for scientific slide decks.
- Prefer pptx-posters for posters.
- Use infographics / markdown-mermaid-writing when the user wants diagrams rather than editable slides.
Safety / noise controls
- Do not guess formats. If the user didn’t specify a target file type, ask: “你最终需要交付的是 PDF / DOCX / XLSX / PPTX 哪一种?”
- If multiple outputs are requested, sequence them: source-of-truth document → derived exports (e.g., XLSX → charts → PPTX → PDF).
Output expectations
- Always preserve formatting when the user provides a template.
- For any generated file, clearly state: output path(s) and how to verify (open in Office/Preview, check page breaks, confirm no Excel formula errors, etc.).
What ships with it
60 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.
- docx/docx-js.md 16 KB
- docx/LICENSE.txt 1.4 KB
- docx/ooxml.md 23 KB
- docx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd 1.9 KB
- docx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd 2.5 KB
- docx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd 2.8 KB
- docx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd 1.3 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd 73 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd 6.8 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd 50 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd 624 B
- docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd 148 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd 1.2 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd 8.7 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd 14 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd 82 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd 1.2 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd 7.2 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd 6.2 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd 1.2 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd 880 B
- docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd 2.5 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd 3.4 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd 7.3 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd 23 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd 1.3 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd 237 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd 26 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd 25 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd 535 B
- docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd 5.6 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd 3.9 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd 167 KB
- docx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd 4.5 KB
- docx/ooxml/schemas/mce/mc.xsd 3.1 KB
- docx/ooxml/schemas/microsoft/wml-2010.xsd 26 KB
- docx/ooxml/schemas/microsoft/wml-2012.xsd 3.7 KB
- docx/ooxml/schemas/microsoft/wml-2018.xsd 901 B
- docx/ooxml/schemas/microsoft/wml-cex-2018.xsd 1.7 KB
- docx/ooxml/schemas/microsoft/wml-cid-2016.xsd 1002 B
- docx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd 600 B
- docx/ooxml/schemas/microsoft/wml-symex-2015.xsd 745 B
- docx/ooxml/scripts/pack.py 5.5 KB runs code
- docx/ooxml/scripts/unpack.py 1.0 KB runs code
- docx/ooxml/scripts/validate.py 1.9 KB runs code
- docx/ooxml/scripts/validation/__init__.py 336 B runs code
- docx/ooxml/scripts/validation/base.py 39 KB runs code
- docx/ooxml/scripts/validation/docx.py 9.8 KB runs code
- docx/ooxml/scripts/validation/pptx.py 12 KB runs code
- docx/ooxml/scripts/validation/redlining.py 11 KB runs code
- docx/scripts/__init__.py 65 B runs code
- docx/scripts/document.py 49 KB runs code
- docx/scripts/templates/comments.xml 2.6 KB
- docx/scripts/templates/commentsExtended.xml 2.6 KB
- docx/scripts/templates/commentsExtensible.xml 2.7 KB
- docx/scripts/templates/commentsIds.xml 2.6 KB
- docx/scripts/templates/people.xml 147 B
- docx/scripts/utilities.py 13 KB runs code
- docx/SKILL.md 11 KB
- pdf/forms.md 9.2 KB
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.
- 13d ago First seen · 39 lines · 38 tokens per session scan A cf8d095fd6f1
document-skills is a skill published in the GitHub repository foryourhealth111-pixel/Vibe-Skills (3,252 stars, last pushed 12d ago), licensed Apache-2.0. It adds 38 tokens to every session and 532 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.
Other skills, from other repositories
ai-provider-claude-vision
Image understanding and document analysis with Claude's multimodal capabilities -- image input formats, PDF processing, multi-image patterns, structured extraction, and token cost estimation.
board-deck-builder
Assembles board and investor update decks by pulling perspectives from all C-suite roles. Use when preparing board meetings, investor updates, quarterly business reviews, or fundraising narratives.
knowledge-ops
Audit and repair an internal knowledge base — staleness, ownership gaps, orphans, duplication, and findability. Use when the wiki is untrusted, docs are out of date, nobody owns pages, or search returns the wrong answer.
docx-toolkit
Audit Microsoft Word (.docx) documents for heading hierarchy, comments, tracked changes, broken cross-references, and style consistency. Use when reviewing a contract draft, preparing a document for handoff, or enforcing a style guide.
pdf-toolkit
Audit PDF files for metadata leakage, page count, encryption, JavaScript, embedded files, and version. Use before sending a PDF externally, when redacting sensitive metadata, or running a PDF security review.
pptx-toolkit
Audit PowerPoint (.pptx) decks for slide count, text density, embedded images and fonts, hidden slides, speaker notes, and animation density. Use when reviewing a board deck, sales deck, or conference talk before sending.