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 heptameta/heptabase-cli-skills --skill releasegit clone --depth 1 https://github.com/heptameta/heptabase-cli-skillsWrote 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/heptameta/heptabase-cli-skills/release)<a href="https://agentmods.dev/skills/heptameta/heptabase-cli-skills/release"><img src="https://agentmods.dev/badge/skills/heptameta/heptabase-cli-skills/release.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.1 | $0.00110 | $0.01488 |
| Opus 5 | $0.00055 | $0.00744 |
| Sonnet 5 | $0.00022 | $0.00298 |
| Haiku 4.5 | $0.00011 | $0.00149 |
Grade A, and why
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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 75 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Releasing heptabase-cli-skills
This repo ships a public plugin package installed via the Claude Code marketplace, Cursor, npx skills, and OpenCode. Claude Code caches installed plugins by resolved plugin version, so users only receive updates when the version changes — pushing commits without a bump ships nothing.
Conventions (and why)
.claude-plugin/plugin.jsonversionis the single source of truth. Claude Code resolves the version as:plugin.json→marketplace.jsonplugin entry → commit SHA. Never add aversionto amarketplace.jsonplugin entry — it would silently shadow future strategy changes..cursor-plugin/plugin.jsonmust mirror the same version on every release (Cursor reads its version from that file).- Tag format:
vX.Y.Zmatching the manifest version. - GitHub release title:
Compatible with CLI v<range>, where<range>ismetadata.heptabase-cli-version-rangefromskills/heptabase-cli/SKILL.md(e.g.0.4.x→ "Compatible with CLI v0.4.x"). The title states compatibility, not features, and stays identical across releases in the same CLI range. - Release notes are auto-generated from merged PR titles (
--generate-notes). There is no CHANGELOG file. This means changes should land via PRs with clear conventional-commit titles (feat: ...,fix: ...) — the PR title is the changelog entry.
Version bump rules
| Bump | When |
|---|---|
| patch | Documentation-only skill fixes; no CLI compatibility change |
| minor | New CLI commands supported, new non-breaking CLI behavior, or a new CLI compatibility range |
| major | Rare package-level changes only: plugin rename, removing the primary skill, changing the distribution model |
What ships with it
3 files 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.
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 · 75 lines · 110 tokens per session scan A 7bbf6a5cd06b
release is a skill published in the GitHub repository heptameta/heptabase-cli-skills (149 stars, last pushed 9d ago), licensed MIT. It adds 110 tokens to every session and 1,488 once invoked, about $0.0006 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-release-swarm
Agent skill for release-swarm - invoke with $agent-release-swarm.
release-announcement
Write a release announcement — changelog, blog post, in-app note, or social post — that leads with user impact, names the audience, and includes upgrade/migration steps without filler.
multi-agent-release-manager
Cleans up the workspace, formats code, runs presubmit checks, and uploads CLs to Gerrit.
release-notes
Generate user-facing release notes from tickets, PRDs, or changelogs. Creates clear, engaging summaries organized by category (new features, improvements, fixes). Use when writing release notes, creating changelogs, announcing product updates, or summarizing what shipped.
pack-submit
Package one of this agent's own skills as a standalone community pack and submit it to the aeon registry as a PR.
updater_guide
Guidance for checking for and installing Row-Bot updates.