cloudron-app-publishing

cloudron-app-publishing is a skill for Claude Code, Codex from marcusquinn/aidevops. It costs 18 tokens per session (1,948 once invoked), scanned A, original, MIT.

A release workflow for distributing Cloudron apps through a public version catalogue. Cloudron is a platform for running packaged apps on your own server.

In plain words
What is it for?
It helps package release metadata, add tested versions, host the catalogue, and optionally submit the app to Cloudron’s community listing.
Why use it?
It provides the files and steps needed to publish tested app versions so users can install or update them from a URL.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; installed under .agents/ (shared by several agents).

Part of the aidevops plugin — 13 skills, 128 commands shipped together

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/marcusquinn/aidevops/cloudron-app-publishing
Any agent
npx skills add marcusquinn/aidevops --skill cloudron-app-publishing
Clone the repo
git clone --depth 1 https://github.com/marcusquinn/aidevops

Made for: Claude Code, Codex.

Or install aidevops, the plugin that ships this one along with the rest of its 13 skills, 128 commands.

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 cloudron-app-publishing

README.md
[![agentmods](https://agentmods.dev/badge/skills/marcusquinn/aidevops/cloudron-app-publishing.svg)](https://agentmods.dev/skills/marcusquinn/aidevops/cloudron-app-publishing)
Your own site
<a href="https://agentmods.dev/skills/marcusquinn/aidevops/cloudron-app-publishing"><img src="https://agentmods.dev/badge/skills/marcusquinn/aidevops/cloudron-app-publishing.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,948 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.1 $0.00018 $0.01948
Opus 5 $0.00009 $0.00974
Sonnet 5 $0.00004 $0.00390
Haiku 4.5 $0.00002 $0.00195

Measured 2d ago against content hash 5b9c9c5c72da, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

cloudron-app-publishing 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 2d 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.

.agents/tools/deployment/cloudron-app-publishing-skill.md · 136 lines

How it starts

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

Cloudron App Publishing

Distribute Cloudron apps independently using a CloudronVersions.json version catalog. Users add the file's URL in their dashboard or install via cloudron install --versions-url <url>.

Quick Reference

Workflow

cloudron versions init  # creates CloudronVersions.json + DESCRIPTION.md, CHANGELOG, POSTINSTALL.md (edit all placeholders)
cloudron build          # build and push image (first run prompts for Docker repository, e.g. registry/username/myapp)
cloudron versions add --state testing  # add the registry image without exposing it as stable
cloudron versions update --version=1.0.0 --state=published
# host CloudronVersions.json at a public URL

cloudron versions init also adds missing publishing fields to CloudronManifest.json with placeholder values. Edit all placeholders and scaffolded files before adding a version.

Repository Baseline

Commit these before the first registry build:

  • CloudronVersions.json initialized as { "stable": true, "versions": {} }; never fabricate an entry before cloudron build records a real registry image.
  • CloudronManifest.json publishing metadata: id, title, author, description, tagline, version, website, contactEmail, iconUrl, packagerName, packagerUrl, non-empty tags, non-empty mediaLinks, changelog, and minBoxVersion of at least 9.1.0. Add packageUrl when the listing must link to the package source repository; this requires minBoxVersion 10.0.0.
  • A local square 256×256 PNG icon (icon normally points to it) and at least one privacy-reviewed product screenshot or hero. mediaLinks must use public HTTPS URLs; Cloudron recommends 3:1 images such as 1200×400.
  • A Cloudron-format changelog file when using file://: each release heading must be exactly [X.Y.Z], because cloudron versions add does not parse Keep a Changelog headings such as ## [X.Y.Z].
  • A short publishing runbook that records the canonical catalog URL, registry/repository ownership, asset provenance, test install, rollback, and Community Apps listing steps without storing credentials.
  • A managed GitHub Actions release workflow that creates and verifies keyless provenance for the immutable image digest and exact generated CloudronVersions.json; use reference/release-artifact-provenance.md before the first publication.

Read the full file on GitHub · 136 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. 2d ago First seen · 136 lines · 18 tokens per session scan A 5b9c9c5c72da

Subscribe to this mod's changes

cloudron-app-publishing is a skill published in the GitHub repository marcusquinn/aidevops (392 stars, last pushed today), licensed MIT. It adds 18 tokens to every session and 1,948 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

bump

Bump version, update CHANGELOG.md and README.md, then tag and release on GitHub.

GeoloeG-IsT/agents-reverse-engineer · 22 tokens

release

Corta una nueva versión — mueve la sección Unreleased del CHANGELOG a una versión SemVer con fecha, crea el commit y el tag, y opcionalmente el release de GitHub. Úsalo cuando la persona pida publicar/cortar una versión o preparar un release (p. ej. "corta la versión 1.2.0", "prepara el release", "publica una nueva…

brayandiazc/project-starter-template-es-ai · 95 tokens

release

Cut a FastMCP release end to end. Use when the maintainer says "cut a release", "prep a patch", "ship 4.x.y", or asks what a release would contain. Covers the notes preview, the title pun, the docs changelog PR that must land before the tag, the tag itself, the publish fan-out, and verifying gofastmcp.com actually…

PrefectHQ/fastmcp · 83 tokens

changelog

Generate or update the CHANGELOG.md for a new release version. Use when the user says "generate changelog", "update changelog", "write release notes", or asks to prepare a changelog for a version like "changelog for 0.5.3".

entireio/cli · 58 tokens

create-milestone

Create a GitHub milestone for an upcoming release. Suggests the next version based on the latest release, gathers all merged PRs and closed issues since that release, presents a draft with two tables (Issues and PRs) for user approval, then creates the milestone and assigns all approved items.

agentic-community/mcp-gateway-registry · 64 tokens

update-project-version

Update the NeMo Relay project version across Cargo, Node, and lockfiles without leaving release surfaces out of sync.

NVIDIA/NeMo-Relay · 26 tokens