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 buildinternet/releases --skill maintaining-orgsgit clone --depth 1 https://github.com/buildinternet/releasesWrote 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/buildinternet/releases/maintaining-orgs)<a href="https://agentmods.dev/skills/buildinternet/releases/maintaining-orgs"><img src="https://agentmods.dev/badge/skills/buildinternet/releases/maintaining-orgs.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Rogue Agent · line 267 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
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.00054 | $0.06702 |
| Opus 5 | $0.00027 | $0.03351 |
| Sonnet 5 | $0.00011 | $0.01340 |
| Haiku 4.5 | $0.00005 | $0.00670 |
Grade A, and why
maintaining-orgs 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 7d 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.
> **Sandbox without a working CLI?** If the compiled `releases` binary can't reach the API through a TLS-intercepting egress proxy (the weekly SANA sandbox), the overview steps have a curl-to-REST fallback — see `regener How it starts
The opening of the file, as written. The whole thing — 320 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Maintaining Orgs
Keep indexed organizations current by fetching their sources and regenerating overviews. Driven from Claude Code using the installed releases CLI against the production API. Two pieces compose:
- Fetch — pull every active source so the database reflects what's been published. CLI does the work; no AI required.
- Regenerate overview — re-derive the org's AI summary from the freshened release set. AI work; runs through the
regenerating-overviewsskill (which carries the prompt + workflow).
There is intentionally no single-command "refresh in one step" today. Compose the two pieces below.
When to Use
- Periodic maintenance: "update the top 10 orgs"
- Before analysis: ensure data is fresh before competitive intel or trend work
- After onboarding: first full fetch + overview for a newly added org
- Spot checks: "is Stripe up to date?"
On-demand orgs (
discovery = 'on_demand') are hidden stubs materialized by the on-demand lookup endpoint. They get embeddings and cron fetches but no overviews or summarization. Thereleases admin overview plan/overview listendpoints already filter to curated orgs server-side via theorganizations_publicview (which excludeson_demand), so manifest-driven sweeps don't need a separate filter pass. To promote an on-demand org to curated, usereleases admin org update <slug> --discovery curated.
Single Org Update
Two steps:
# 1. Fetch active sources (skips fetchPriority=paused)
releases admin source fetch --org <slug>
# 2. Regenerate the overview by invoking the regenerating-overviews skill.
# See that skill for the workflow; the inputs and update commands are:
releases admin overview inputs <slug> --json
# … generate markdown locally per skill prompt …
releases admin overview update <slug> --content-file /tmp/<slug>-overview.md
Sandbox without a working CLI? If the compiled
releasesbinary can't reach the API through a TLS-intercepting egress proxy (the weekly SANA sandbox), the overview steps have a curl-to-REST fallback — seeregenerating-overviews→ Running without the CLI (curl fallback), including the plan manifest (GET /v1/admin/overviews?format=plan) that drives target selection below. Step 1 (admin source fetch) has no curl fallback yet — it dispatches a managed update run and polls, not a single REST call. In a broken-CLI sandbox, skip the fetch and regenerate from current indexed data (surface that the fetch was skipped); a proper fetch-trigger fallback is tracked in #2163.
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.
- 7d ago First seen · 320 lines · 54 tokens per session scan A e19cd0c84d6e
maintaining-orgs is a skill published in the GitHub repository buildinternet/releases (6 stars, last pushed 4d ago), licensed Apache-2.0. It adds 54 tokens to every session and 6,702 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-31.
Other skills, from other repositories
xquik-social-data
Use Xquik for X and Twitter social data workflows through its public API, SDKs, MCP server, webhooks, and installable agent skill.
releases-cli
Use the releases CLI to search, browse, and read the Releases.sh changelog registry from the terminal — the keyless, agent-friendly peer of the Releases MCP. Activate when the user mentions "releases CLI", runs a releases command, asks how to install it, or wants to look up releases, sources, orgs, collections, or…
releases-mcp
Use when the user asks about recent releases, changelogs, what's new in a library, breaking changes, version updates, or wants to compare products. Activates for questions like "what changed in Next.js 15?", "latest Tailwind releases", "compare Bun vs Deno releases".
analyzing-releases
Analyze release trends across multiple companies to produce competitive intelligence. Use when asked to compare companies, analyze a market segment, identify industry trends, forecast upcoming releases, or answer questions like "what is X shipping lately" or "how does X compare to Y." Also triggers on requests for…
graphql-expert
GraphQL expert for schema design, resolvers, subscriptions, and performance optimization.
openapi-expert
OpenAPI/Swagger expert for API specification design, validation, and code generation.