uselink-publish

uselink-publish is a skill for Claude Code from compilet-dev/agent-skill-uselink. It costs 45 tokens per session (706 once invoked), scanned A, original, MIT.

A command-line publishing tool for turning Markdown or HTML files into shareable Uselink pages. Markdown is a plain-text format commonly used for documentation.

In plain words
What is it for?
Use it to publish a document, share a file, or push generated content to Uselink.
Why use it?
It avoids manually copying documents into a sharing service and returns a link that others can open.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to publish a document, share a file, or push generated content to Uselink.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/compilet-dev/agent-skill-uselink/uselink-publish
Install

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.

Any agent
npx skills add compilet-dev/agent-skill-uselink --skill uselink-publish
Clone the repo
git clone --depth 1 https://github.com/compilet-dev/agent-skill-uselink

Made for: Claude Code.

Wrote 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.

agentmods badge for uselink-publish

README.md
[![agentmods](https://agentmods.dev/badge/skills/compilet-dev/agent-skill-uselink/uselink-publish/github.svg)](https://agentmods.dev/skills/compilet-dev/agent-skill-uselink/uselink-publish)
Your own site
<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.

agentmods 80×15 button for uselink-publish

Your own site · 80×15
<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>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 706 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 10d ago against content hash 098629e35bab, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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.

skills/uselink-publish/SKILL.md · 61 lines

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.

Publishes Markdown or HTML files to uselink and returns the shareable URL.

Prerequisites

Before publishing, verify both conditions:

  1. CLI installed -- which uselink must resolve. If missing, tell the user to run npm install -g uselink.
  2. CLI configured -- ~/.uselink/config.json must exist with api_key and api_url. If missing, tell the user to run uselink 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
  • --format is markdown or html. Infer from extension: .md -> markdown, .html/.htm -> html.
  • --title defaults 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

  1. Write the content to a temp file: /tmp/uselink-publish-<timestamp>.md (or .html).
  2. Publish the temp file.
  3. 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 login is 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".

Read the full file on GitHub · 61 lines

Changes

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.

  1. 10d ago First seen · 61 lines · 45 tokens per session scan A 098629e35bab

Subscribe to this mod's changes

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.

Related

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.

Everyone-Needs-A-Copilot/claude-copilot · 57 tokens

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…

jeunecraack/talisman-skill · 120 tokens

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…

ShockRock2004/kamar-taj · 144 tokens

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…

TheoRata/Report-Skill · 177 tokens

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.

gausoft/markpdf-skill · 56 tokens

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…

josuebustosn/claude-students · 234 tokens