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/rivet-dev/agentos/publish-registrynpx skills add rivet-dev/agentos --skill publish-registrygit clone --depth 1 https://github.com/rivet-dev/agentosWrote 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/rivet-dev/agentos/publish-registry)<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>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.00032 | $0.00222 |
| Opus 5 | $0.00016 | $0.00111 |
| Sonnet 5 | $0.00006 | $0.00044 |
| Haiku 4.5 | $0.00003 | $0.00022 |
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.
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
- Build native command artifacts and package tarballs:
just registry-native
just registry-build [pkg]
just registry-status --remote
- Bump the package's own
package.jsonversion and commit it. - 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
latestunless the user explicitly asks for a release. - Prefer AgentOS workspace builds while iterating; published pins are for consumers and release validation.
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 · 36 lines · 32 tokens per session scan A 63f28dc47e73
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.
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…
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.
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.
react-patterns
React best practices, hooks, patterns, and performance optimization.
typescript-expert
TypeScript best practices, advanced types, and patterns.
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.