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 agentmods add skills/joohw/html2link-skill/html2link-publishnpx skills add joohw/html2link-skill --skill html2link-publishgit clone --depth 1 https://github.com/joohw/html2link-skillWrote 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/joohw/html2link-skill/html2link-publish)<a href="https://agentmods.dev/skills/joohw/html2link-skill/html2link-publish"><img src="https://agentmods.dev/badge/skills/joohw/html2link-skill/html2link-publish.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 | $0.00070 | $0.00916 |
| Opus 5 | $0.00035 | $0.00458 |
| Sonnet 5 | $0.00014 | $0.00183 |
| Haiku 4.5 | $0.00007 | $0.00092 |
Grade B, and why
html2link-publish scanned grade B with 2 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 4d 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.
Sends data to an external URLmediumData exfiltration
A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.
curl -X DELETE -H "Content-Type: application/json" -d '{"slug":"a1B2c3D4","updateToken":"keep-this-private"}' https://html2link.dev/api/upload Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
3. Upload the file with `scripts/publish-html2link.mjs` or an equivalent `curl` request. How it starts
The opening of the file, as written. The whole thing — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.
html2link Publish
Overview
Use html2link to turn local artifacts into short links that open directly in a browser. Prefer this skill after creating a report, prototype, dashboard, presentation, document, static site, or other deliverable that the user may want to view or share.
Supported Inputs
.html,.htm.zipstatic sites that containindex.html; archives with one top-level folder are normalized by html2link.pdf.md,.markdown.xlsx,.xls,.csv.docx.pptx
Publish Workflow
- Write the artifact to a stable local file path.
- If the artifact is a static site, package it as a ZIP with
index.htmlat the root when possible. - Upload the file with
scripts/publish-html2link.mjsor an equivalentcurlrequest. - Return only the public
urlfield to the user unless they ask for API details. - Treat
updateTokenas private. Store or show it only when the user explicitly wants to update or delete the same link later.
Script
Run the bundled script from the skill directory or with an absolute path:
node scripts/publish-html2link.mjs /absolute/path/to/report.html
The script prints the JSON API response. It reads these optional environment variables:
HTML2LINK_BASE_URL: Defaults tohttps://html2link.devHTML2LINK_API_TOKEN: Bearer token for files over the anonymous limit
Update an existing link:
node scripts/publish-html2link.mjs /absolute/path/to/report.html --slug a1B2c3D4 --update-token keep-this-private
Delete a link:
node scripts/publish-html2link.mjs --delete --slug a1B2c3D4 --update-token keep-this-private
Direct API
Upload with multipart field file:
curl -F "file=@/absolute/path/to/report.html" https://html2link.dev/api/upload
For files above 1 MB, include a signed-in user's API token:
curl -H "Authorization: Bearer $HTML2LINK_API_TOKEN" -F "file=@/absolute/path/to/report.pptx" https://html2link.dev/api/upload
Successful response:
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.
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.
- 4d ago First seen · 111 lines · 70 tokens per session scan B e19576900f8e
html2link-publish is a skill published in the GitHub repository joohw/html2link-skill (4 stars, last pushed 1mo ago), licensed MIT. It adds 70 tokens to every session and 916 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
document-converter
Convert Office documents (PPTX, DOCX, XLSX, PDF, HTML, CSV, JSON, XML, images) to Markdown using Microsoft MarkItDown. Provides the agent with conversion strategies for academic and research workflows.
add-format
End-to-end checklist for adding a new input or output format to AILANG Parse (docparse). Use when the user says 'add support for X format', 'wire up a new parser', 'add .foo format', 'add a parser for .bar', 'support .baz files', 'ship format X', 'can we parse .qux', 'new format rollout', or mentions a file extension…
landing-page
Create a new AILANG Parse documentation/landing page targeting a specific keyword or topic. Use when user says 'new landing page', 'new page for X', 'create a page about X', 'landing page for keyword X', or wants to add a documentation page to the docs/ site. Also use when the user references long-tail keywords, SEO…
benchmark
Run OfficeDocBench evaluation and refresh benchmark scores across the AILANG Parse website. Use when the user says 'run benchmarks', 'rerun the benchmark', 'refresh benchmark numbers', 'update bench scores', 'regenerate summary.json', mentions OfficeDocBench, asks to evaluate parsers, asks why scores are out of sync…
fix-parser-gap
Fix a parser gap identified in the spec coverage audit. Use when user says 'fix a gap', 'implement X parsing', 'improve parser coverage', 'close a gap', 'next P1', or references a specific ECMA-376 spec section like '§17.9'. Also use when the user asks to improve DOCX/XLSX/PPTX parsing quality, add support for a…
verify-docs
Verify generated Office documents (DOCX, PPTX, XLSX, ODT, ODP, ODS, HTML) are valid and open correctly. Use when: user asks to verify generated files, check document output quality, validate Office files, run the verification loop, test generated documents, check if files open in Keynote/Word/Numbers, or after…