publish

publish is a skill for Claude Code, Codex from yc-software/qm. It costs 52 tokens per session (1,839 once invoked), scanned A, original, MIT.

A way to keep an internal web app, website, or dashboard running after the agent session ends. It gives the app a stable browser link for the owner and people they choose, but not a public URL.

In plain words
What is it for?
Use it to put a generated dashboard, status page, small web app, or internal API online for ongoing browser access.
Why use it?
The agent computer is temporary, so files and running apps normally disappear when the session ends. Publishing keeps a version running and allows earlier versions to be restored.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/yc-software/qm/publish
Any agent
npx skills add yc-software/qm --skill publish
Clone the repo
git clone --depth 1 https://github.com/yc-software/qm

Made for: Claude Code, Codex.

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 publish

README.md
[![agentmods](https://agentmods.dev/badge/skills/yc-software/qm/publish.svg)](https://agentmods.dev/skills/yc-software/qm/publish)
Your own site
<a href="https://agentmods.dev/skills/yc-software/qm/publish"><img src="https://agentmods.dev/badge/skills/yc-software/qm/publish.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,839 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00052 $0.01839
Opus 5 $0.00026 $0.00920
Sonnet 5 $0.00010 $0.00368
Haiku 4.5 $0.00005 $0.00184

Measured 4d ago against content hash b484aa47f60c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

publish scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

2. Probe it with `curl` — confirm it answers, returns the status you expect, and the main
skills-seed/publish/SKILL.md · 158 lines

How it starts

The opening of the file, as written. The whole thing — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Publish (internal apps & dashboards)

Use this skill when the user wants something that outlives the turn and is reachable in a browser — a small web app, an internal API, a status page, a dashboard you generated from a query. A turn's sandbox is torn down when the turn ends; publishing ships your files to a separate, long-lived runtime that keeps running and gets a stable link.

Publishing is a first-class primitive: the publish tool, alongside execute/read/write. Build the app in the workspace as usual (write files, install deps with execute, test it), then call publish on the directory. The app must listen on the PORT env var (the runtime sets it).

Match the house style (the default)

Anything browsable you publish should look designed, not defaulted. Before you build the UI, load the design skills and apply your organization's house style unless the user asked for a different look:

  • The deployment's house-style skill — if a *-design skill is installed (list skills/), it carries the org's look as ready-to-paste CSS and design tokens. Start there for the look.
  • skills/taste-skill/SKILL.md — the design process: reading the brief, layout, hierarchy, verifying the result, avoiding generic AI-design slop.
  • skills/popular-web-designs/SKILL.md — when the user wants a specific visual reference (Stripe, Linear, Vercel…).

This is about the page a person sees — skip it for an internal-only API or a script with no UI.

Publishing

First publish, and every later update — same call, same name, a new immutable version:

publish({ dir: "dist", entrypoint: "node server.js", name: "status-board" })

Roll back to an earlier version (an instant pointer flip):

publish({ name: "status-board", rollbackTo: 3 })

Give an auto-named deployment a friendly link:

publish({ renameFrom: "s-1176-p-5050", name: "status-board" })

publish returns { id, name, version, url, dataDir? } — give the user the url (/d/<name>/).

Read the full file on GitHub · 158 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. 4d ago First seen · 158 lines · 52 tokens per session scan A b484aa47f60c

Subscribe to this mod's changes

publish is a skill published in the GitHub repository yc-software/qm (14,533 stars, last pushed today), licensed MIT. It adds 52 tokens to every session and 1,839 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

open-code-review

Performs AI-powered code review on Git changes using the ocr CLI from alibaba/open-code-review. Use when the user asks to review code, review a pull request, review staged/unstaged changes, review a commit, or compare branches for code quality issues. Produces line-level review comments and can automatically apply…

alibaba/open-code-review · 98 tokens

adding-a-provider-api-feature

Add a new provider API capability (prompt caching, strict/structured tool calling, thinking/reasoning effort, service tier, safety settings, logprobs, etc.) to Pydantic AI. Use when wiring a provider feature through the library — it enforces reasoning from the existing cross-provider abstraction before designing…

pydantic/pydantic-ai · 97 tokens

agent-initialization

Initialize an Agent's settings from a user requirement by writing AGENTS.md, setting identity metadata, and installing only needed Skills.

Prism-Shadow/penguin-harness · 30 tokens

openclaw-ci-limits

Manage OpenClaw GitHub Actions and Blacksmith CI capacity, runner-registration budgets, fanout caps, main-push single-flight, shard sizing, hosted-runner offload, queue health, and safe ramp-down/ramp-up changes. Use when tuning .github/workflows/, docs/ci.md, CI runner labels, matrix max-parallel…

openclaw/openclaw · 105 tokens

release-openclaw-plugin-testing

Plan and run pre-release OpenClaw plugin validation across bundled plugins, package artifacts, lifecycle commands, doctor/fix, config round-trip, gateway startup, SDK compatibility, Docker E2E, Package Acceptance, and Testbox proof.

openclaw/openclaw · 54 tokens

portfolio

Cross-chain DeFi portfolio discovery, rebalancing suggestions, and NEAR Intent construction. Activates when the user pastes a wallet address or asks about yield/positions/rebalancing. Bootstraps a per-user "portfolio" project, aggregates positions across all the user's addresses inside one project, and offers a…

suyoumo/ClawProBench · 69 tokens