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 berrzebb/SoulFlow-Orchestrator --skill hwpxgit clone --depth 1 https://github.com/berrzebb/SoulFlow-OrchestratorWrote 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/berrzebb/soulflow-orchestrator/hwpx)<a href="https://agentmods.dev/skills/berrzebb/soulflow-orchestrator/hwpx"><img src="https://agentmods.dev/badge/skills/berrzebb/soulflow-orchestrator/hwpx/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/berrzebb/soulflow-orchestrator/hwpx"><img src="https://agentmods.dev/badge/skills/berrzebb/soulflow-orchestrator/hwpx.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.00076 | $0.08219 |
| Opus 5 | $0.00038 | $0.04110 |
| Sonnet 5 | $0.00015 | $0.01644 |
| Haiku 4.5 | $0.00008 | $0.00822 |
Grade A, and why
hwpx 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.
The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
29 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.
- references/hwpx-format.md 8.3 KB
- scripts/analyze_template.py 15 KB runs code
- scripts/build_hwpx.py 7.0 KB runs code
- scripts/create_document.py 6.7 KB runs code
- scripts/office/__pycache__/pack.cpython-312.pyc 1.9 KB
- scripts/office/pack.py 1.1 KB runs code
- scripts/office/unpack.py 1.9 KB runs code
- scripts/page_guard.py 7.1 KB runs code
- scripts/text_extract.py 2.6 KB runs code
- scripts/validate.py 3.1 KB runs code
- templates/base/Contents/content.hpf 1.8 KB
- templates/base/Contents/header.xml 50 KB
- templates/base/Contents/section0.xml 3.7 KB
- templates/base/META-INF/container.rdf 867 B
- templates/base/META-INF/container.xml 481 B
- templates/base/META-INF/manifest.xml 118 B
- templates/base/mimetype 19 B
- templates/base/Preview/PrvImage.png 4.4 KB
- templates/base/Preview/PrvText.txt 1 B
- templates/base/settings.xml 267 B
- templates/base/version.xml 294 B
- templates/gonmun/header.xml 59 KB
- templates/gonmun/section0.xml 8.5 KB
- templates/minutes/header.xml 59 KB
- templates/minutes/section0.xml 19 KB
- templates/proposal/header.xml 64 KB
- templates/proposal/section0.xml 18 KB
- templates/report/header.xml 73 KB
- templates/report/section0.xml 10 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.
- 11d ago First seen · 573 lines · 76 tokens per session scan A 1bb81dd6d762
hwpx is a skill published in the GitHub repository berrzebb/SoulFlow-Orchestrator (22 stars, last pushed 5mo ago), with no licence file. It adds 76 tokens to every session and 8,219 once invoked, about $0.0004 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
foundry-hosted-agent-validation
Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.
doc-reader
Read any common document/data file — PDF, Word (.docx), Excel (.xlsx/.xls), PowerPoint (.pptx), images (OCR), CSV/TSV, plain text, JSON/YAML/TOML, HTML/XML, and most source-code files. Use the readdocument tool.
oma-hwp
Convert HWP / HWPX / HWPML files to Markdown using kordoc. Extracts text, headings, tables, lists, images, footnotes, and hyperlinks. Use for Korean word processor files (Hangul), government documents, and AI-ready data preparation.
oma-pdf
Convert PDF files to Markdown using opendataloader-pdf. Extracts text, tables, headings, lists, and images with correct reading order. Use for PDF parsing, PDF to Markdown conversion, document extraction, and AI-ready data preparation.
officecli-commonly-templates
Use this skill when producing a polished, Commonly-branded deliverable (.docx brief / memo, .xlsx data matrix, .pptx deck) and you do not have specific brand guidance from the user. Trigger on: 'write me a brief', 'one-pager', 'memo', 'data sheet', 'status matrix', 'short deck', 'summary deck', 'closing slide', 'final…
docx
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). For CREATING new documents (report, memo, letter, résumé, contract from scratch), call the built-in tool renderDocx instead — it renders Markdown to .docx in milliseconds without forking Node.js. This skill…