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 hackerFish/awesome-dsh-skills --skill dsh-office-artifactsgit clone --depth 1 https://github.com/hackerFish/awesome-dsh-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/hackerfish/awesome-dsh-skills/dsh-office-artifacts)<a href="https://agentmods.dev/skills/hackerfish/awesome-dsh-skills/dsh-office-artifacts"><img src="https://agentmods.dev/badge/skills/hackerfish/awesome-dsh-skills/dsh-office-artifacts/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/hackerfish/awesome-dsh-skills/dsh-office-artifacts"><img src="https://agentmods.dev/badge/skills/hackerfish/awesome-dsh-skills/dsh-office-artifacts.svg" alt="Reviewed on agentmods" width="80" 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.00037 | $0.00359 |
| Opus 5 | $0.00018 | $0.00179 |
| Sonnet 5 | $0.00007 | $0.00072 |
| Haiku 4.5 | $0.00004 | $0.00036 |
Grade A, and why
dsh-office-artifacts 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.
What it actually says
DSH Office Artifacts
- Identify the output format, reader, sources, template, required content, style constraints, and recipient application.
- Preserve source files. Never overwrite an original unless the user explicitly requests it; write a new output path by default.
- Inspect installed tools and use a format-aware library or application. Do not edit OOXML archives through raw string replacement except for a tested, narrow repair.
- Structure content before layout and retain sources for claims, calculations, and externally supplied data.
- Reopen every saved artifact with a parser or native-capable library. Render or visually inspect layout-sensitive output.
- For XLSX, preserve formulas as formulas, keep dates and numbers typed, and check formulas, sheet names, filters, frozen panes, and chart references.
- For DOCX, use styles and preserve heading hierarchy, links, lists, table semantics, citations, and page-break intent.
- For PPTX, preserve the template theme and layouts, then check text overflow, contrast, image crops, charts, and reading order after rendering.
- For PDF, confirm page count, order, extracted text or OCR, links, form values, and redactions. A visual black rectangle is not a verified redaction.
- Report output path, source inputs, checks performed, known limitations, and any required human review.
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.
- 11d ago First seen · 20 lines · 37 tokens per session scan A 69472b67f63a
dsh-office-artifacts is a skill published in the GitHub repository hackerFish/awesome-dsh-skills (5 stars, last pushed 6d ago), licensed MIT. It adds 37 tokens to every session and 359 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-31.
Other skills, from other repositories
pdf-image-text-extractor
A tool for reading text from images and PDF files, including scanned documents. OCR means recognizing printed or handwritten characters in an image and turning them into editable text.
youtube-digest
A transcript extractor for YouTube videos. It reads available subtitles or automatically generated captions, can translate non-Chinese captions into Chinese, and can export the text to Excel, a spreadsheet application.
office-tools
A collection of tools for working with Excel, Word, PowerPoint, PDF, CSV, and Markdown files. It includes spreadsheet analysis, file conversion, and image extraction from documents.
llama-parse
Use this skill to parse complex documents (PDFs, Word documents, PowerPoint presentations, Excel spreadsheets, or images) into clean Markdown or structured JSON using the LlamaParse API. Make sure to use this skill whenever the user asks to extract tables from PDFs, handle complex document structures (multi-column…
write-docs-cn
A guide to writing project documentation, especially README files. It explains how tutorials differ from reference material and where each kind of information belongs.
write-tech-cn
A writing guide for Chinese technical documents such as READMEs, tutorials, blogs, and technical explanations. It focuses on direct conclusions, clear actions, natural Chinese, and consistent technical terms.