cli-release

A release procedure for publishing and recovering the standalone Composio command-line program, including beta builds, stable releases, installation checks, and failed-release recovery.

In plain words
What is it for?
Use it to build a CLI beta, promote a tested beta to stable, verify release files and installation, or recover from a failed release.
Why use it?
It helps contributors choose the correct release candidate and verify that published binaries and installers work.

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/composiohq/composio/cli-release
Any agent
npx skills add ComposioHQ/composio --skill cli-release
Clone the repo
git clone --depth 1 https://github.com/ComposioHQ/composio

Made for: Claude Code, Codex.

Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 451 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.00095 $0.00451
Opus 5 $0.00048 $0.00226
Sonnet 5 $0.00019 $0.00090
Haiku 4.5 $0.00010 $0.00045

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

Security

Grade A, and why

cli-release 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/skills/cli-release/SKILL.md · 30 lines

What it actually says

CLI Release

Use this skill for the GitHub Release that powers the standalone composio binary and installer.

Read references/release-workflow.md before selecting a candidate or dispatching a workflow.

Release Contract

  • Never add a Changeset for @composio/cli or @composio/cli-local-tools; both packages are ignored by Changesets and such files wedge ts.release.yml.
  • Treat a merge to next that touches CLI paths as a beta build. Promote a tested beta with the promote-stable workflow action for the normal stable-release path.
  • Never bump the private CLI package.json to select a binary version. For an intentional minor or major, build an explicitly versioned beta and promote that tested beta through the same stable path.
  • Resolve beta tags and workflow state from GitHub immediately before acting. Never invent or reuse a stale candidate from memory.
  • A stable promotion is a production write. If the user did not name the exact beta tag, present the resolved candidate and obtain explicit confirmation before dispatching it.
  • Follow the release through asset verification and installation tests. Do not stop after the dispatch succeeds.

Execution

  1. Classify the request as automatic beta, manual beta, stable promotion, or recovery.
  2. Run the playbook's read-only preflight and identify the exact source commit and release tag.
  3. Dispatch only the requested workflow action and watch the resulting run to completion.
  4. Verify the published release and downstream checks named in the playbook.
  5. Report the released tag, source beta or commit, workflow URL, asset state, install-test result, and any remaining follow-up.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 30 lines · 95 tokens per session scan A b289ffbefe21

Subscribe to this mod's changes

cli-release is a skill published in the GitHub repository ComposioHQ/composio (30,003 stars, last pushed today), licensed MIT. It adds 95 tokens to every session and 451 once invoked, about $0.0005 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