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 compilet-dev/agent-skill-uselink --skill uselink-publishgit clone --depth 1 https://github.com/compilet-dev/agent-skill-uselinkWrote 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/compilet-dev/agent-skill-uselink/uselink-publish)<a href="https://agentmods.dev/skills/compilet-dev/agent-skill-uselink/uselink-publish"><img src="https://agentmods.dev/badge/skills/compilet-dev/agent-skill-uselink/uselink-publish/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/compilet-dev/agent-skill-uselink/uselink-publish"><img src="https://agentmods.dev/badge/skills/compilet-dev/agent-skill-uselink/uselink-publish.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.00045 | $0.00706 |
| Opus 5 | $0.00023 | $0.00353 |
| Sonnet 5 | $0.00009 | $0.00141 |
| Haiku 4.5 | $0.00005 | $0.00071 |
Grade A, and why
uselink-publish 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Publish to Uselink
Publishes Markdown or HTML files to uselink and returns the shareable URL.
Prerequisites
Before publishing, verify both conditions:
- CLI installed --
which uselinkmust resolve. If missing, tell the user to runnpm install -g uselink. - CLI configured --
~/.uselink/config.jsonmust exist withapi_keyandapi_url. If missing, tell the user to runuselink login(interactive -- Claude cannot run it).
Do not proceed past prerequisites until both pass. The user must fix these themselves.
Publishing
When the user gives a file path
uselink publish <file> --title "Title Here" --format markdown
--formatismarkdownorhtml. Infer from extension:.md->markdown,.html/.htm->html.--titledefaults to the filename stem if the user doesn't specify one.--project <uuid>is optional -- only pass it if the user provides a project/workspace ID.
When the user says "publish this" about generated content
- Write the content to a temp file:
/tmp/uselink-publish-<timestamp>.md(or.html). - Publish the temp file.
- Do not clean up the temp file -- the user may want to re-publish after edits.
After publishing
The CLI prints the public URL to stdout. Extract it and return it to the user as the primary output.
Format Detection
| Extension | Format flag |
|---|---|
.md, .mdx, .markdown |
--format markdown |
.html, .htm |
--format html |
| No extension or ambiguous | Ask the user, or default to markdown |
Gotchas
uselink loginis interactive and cannot be run by Claude. It prompts for an API key via stdin. If config is missing, tell the user to run it in their terminal -- do not attempt it.- The CLI prints the URL to stdout, not stderr. Capture the full stdout from the publish command. The URL is typically the last line of output.
- Large files may take several seconds. Do not set an aggressive timeout on the publish command. Use a 30-second timeout minimum.
- HTML files with relative asset paths will break on publish. If the file references local images or CSS (
./assets/,../styles/), warn the user that those assets won't be available on the published page. Inline assets or use absolute URLs. - Publishing the same file twice creates a new document each time. The CLI does not upsert -- it always creates. If the user wants to update an existing doc, they need
uselink update(not covered by this skill). Mention this if the user says "update" or "republish".
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.
- 10d ago First seen · 61 lines · 45 tokens per session scan A 098629e35bab
uselink-publish is a skill published in the GitHub repository compilet-dev/agent-skill-uselink (2 stars, last pushed 3mo ago), licensed MIT. It adds 45 tokens to every session and 706 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
frontmatter-validation
Validate and fix YAML frontmatter metadata in markdown documentation files. Covers required fields, field formats, and schema compliance for SKILL.md and knowledge-copilot files. Use proactively when auditing documentation frontmatter, reviewing SKILL.md files, or fixing YAML metadata errors.
talisman
Generate a polished, on-brand PDF guide/handbook/whitepaper from a codebase or project using LaTeX (.tex -> .pdf) or Markdown->pandoc->pdf, with a designed cover page, the product's real brand colors and logo, a subtle branded page background, and TikZ diagrams (domain models, flows, state machines). Use for any…
wong
Compile everything Claude did today across ALL sessions and repos into one dated teaching-guide markdown saved in "/Daily Log", render it as a phone-readable PDF, and upload to Google Drive. Safe to run multiple times a day — it appends only newly-uncovered work to that day's single file rather than overwriting. Use…
report
Render a research, documentation, or analysis report as a designed HTML document using the project template, instead of emitting a raw .md file. Use whenever the user asks for a report, analysis, deep-dive, investigation, postmortem, summary, write-up, briefing, or any structured long-form (>500 words, multiple…
markpdf
Convert Markdown to premium-themed PDFs, slide decks (PPTX/PDF), styled HTML, and shareable links via the MarkPDF MCP server. Use when raw Markdown isn't enough — reports, pitches, academic papers, résumés, decks, printable docs.
claude-students
Transforma una carpeta cruda de material de un parcial universitario (PDFs, DOC/DOCX, PPT, audios .ogg de WhatsApp, capturas) en un material de estudio polished y completo — HTML SOTA autocontenido + paquete de artefactos de NotebookLM (podcast en español, infografía, guía de estudio, briefing doc, mind map, quiz…