publish-registry

publish-registry is a skill for Claude Code, Codex from rivet-dev/agentos. It costs 32 tokens per session (222 once invoked), scanned A, original, Apache-2.0.

Instructions for publishing AgentOS registry packages, which are independently versioned software and agent packages named @agentos-software/*.

In plain words
What is it for?
Use them when building, checking, versioning, or publishing one or all AgentOS registry packages.
Why use it?
They define the required build, version, and publishing steps and help prevent accidental publication under the wrong release label.

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/rivet-dev/agentos/publish-registry
Any agent
npx skills add rivet-dev/agentos --skill publish-registry
Clone the repo
git clone --depth 1 https://github.com/rivet-dev/agentos

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-registry

README.md
[![agentmods](https://agentmods.dev/badge/skills/rivet-dev/agentos/publish-registry.svg)](https://agentmods.dev/skills/rivet-dev/agentos/publish-registry)
Your own site
<a href="https://agentmods.dev/skills/rivet-dev/agentos/publish-registry"><img src="https://agentmods.dev/badge/skills/rivet-dev/agentos/publish-registry.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 222 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00032 $0.00222
Opus 5 $0.00016 $0.00111
Sonnet 5 $0.00006 $0.00044
Haiku 4.5 $0.00003 $0.00022

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

Security

Grade A, and why

publish-registry 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 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.

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.

.claude/skills/publish-registry/SKILL.md · 36 lines

What it actually says

Publish AgentOS Registry Packages

Registry packages live in agentos/registry and publish as @agentos-software/*. They version independently per package.

Procedure

  1. Build native command artifacts and package tarballs:
just registry-native
just registry-build [pkg]
just registry-status --remote
  1. Bump the package's own package.json version and commit it.
  2. Publish from AgentOS:
just registry-publish <pkg>         # dist-tag dev
just registry-publish <pkg> latest  # deliberate latest release
just registry-publish-all [tag]

Rules

  • Do not publish registry packages from agentos.
  • Do not move latest unless the user explicitly asks for a release.
  • Prefer AgentOS workspace builds while iterating; published pins are for consumers and release validation.
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 · 36 lines · 32 tokens per session scan A 63f28dc47e73

Subscribe to this mod's changes

publish-registry is a skill published in the GitHub repository rivet-dev/agentos (4,453 stars, last pushed today), licensed Apache-2.0. It adds 32 tokens to every session and 222 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-30.

Related

Other skills, from other repositories

agent-browser

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

clawrun-sh/clawrun · 108 tokens

find-skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

clawrun-sh/clawrun · 67 tokens

gh-cli

Use when the user needs to interact with GitHub — checking CI status, viewing PRs, listing issues, querying the API, or any GitHub-related task. Triggers include "check CI", "list PRs", "view issue", "GitHub API", or any request involving repositories, pull requests, issues, or workflows.

clawrun-sh/clawrun · 71 tokens

react-patterns

React best practices, hooks, patterns, and performance optimization.

nusabyte-my/jebat-core · 15 tokens

typescript-expert

TypeScript best practices, advanced types, and patterns.

nusabyte-my/jebat-core · 14 tokens

agentphone

Build AI phone agents with AgentPhone API. Use when the user wants to make phone calls, send/receive SMS, manage phone numbers, create voice agents, set up webhooks, or check usage — anything relate.

ranbot-ai/awesome-skills · 46 tokens