bitbottle

bitbottle is a skill for Codex from proggarapsody/bitbottle. It costs 84 tokens per session (3,509 once invoked), scanned A, original, MIT.

A reference guide for bitbottle, a command-line tool for managing Bitbucket repositories and pull requests.

In plain words
What is it for?
Finding instructions for Bitbucket authentication, repositories, branches, commits, pull requests, pipelines, reviews, and related operations.
Why use it?
It helps an agent choose the right command documentation and avoid relying on outdated command details.

Skill for Codex

Written for Codex: agents/openai.yaml present.

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/proggarapsody/bitbottle/skills
Any agent
npx skills add proggarapsody/bitbottle --skill skills
Clone the repo
git clone --depth 1 https://github.com/proggarapsody/bitbottle

Made for: Codex.

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 bitbottle

README.md
[![agentmods](https://agentmods.dev/badge/skills/proggarapsody/bitbottle/skills.svg)](https://agentmods.dev/skills/proggarapsody/bitbottle/skills)
Your own site
<a href="https://agentmods.dev/skills/proggarapsody/bitbottle/skills"><img src="https://agentmods.dev/badge/skills/proggarapsody/bitbottle/skills.svg" alt="Measured on agentmods" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,509 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.00084 $0.03509
Opus 5 $0.00042 $0.01754
Sonnet 5 $0.00017 $0.00702
Haiku 4.5 $0.00008 $0.00351

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

Security

Grade A, and why

bitbottle 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 6d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/sync_help.py, scripts/test_sync_help.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/SKILL.md · 214 lines

How it starts

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

bitbottle CLI

A gh-style CLI for Bitbucket Server/DC and Cloud. This file is a router plus invariant safety rules — load the matching reference for command detail. Don't memorize this file; run bitbottle <cmd> -h for the authoritative shape and flag list. Run bitbottle --version if behavior disagrees with this doc; the binary wins.

When to load which reference

Task Open
Auth, hosts.yml, env vars, multi-host, auth migrate, auth doctor references/auth.md
PR lifecycle (list/view/create/merge/merge-preview/approve/comment/activity/review/commits/files/participants/ready/unready/task/suggestion/comment-react/default-reviewer/reviewer-group/…) references/pr.md
Repos, branches, tags, file/tree, visibility, edit, transfer, watcher, repo label list/create/update/delete, repo pr-settings get, repo pr-settings set, repo download list/upload/get/delete, repo clone (MCP: clone_repo), repo hook list/view/enable/disable/settings get/set (Server/DC only), repo sync Cloud fork sync (MCP: sync_repo) references/repos.md
Commits (log, search, view/files/status/comment/comment-react) references/commit.md
Pipelines, pipeline config get/enable/disable, schedules, caches, watch, trigger, test-report view, test-case list, SSH key pair, known hosts, OIDC config/keys (Cloud only) references/pipeline.md
Pipeline runners — list / create / delete (Cloud only) references/runner.md
Code Insights reports/annotations (Cloud + Server/DC); merge-check (Server/DC only) references/code-insights.md
Issues, comments, attachments (list/delete), vote/unvote, watch/unwatch, activity/change log (Cloud only) references/issues.md
Issue milestones list/view (Cloud only) references/milestone.md
Issue versions list/view/create/delete (Cloud only) references/version.md
snippet list/view/create/delete, snippet comment list/add/delete (Cloud only) references/snippet.md
Deployments + environments + variables (Cloud only) references/deployment.md, references/variable.md
Deploy keys (both), branch-rules (Cloud only), ssh-keys (Cloud + Server/DC) references/deploy-key.md, references/branch-rule.md, references/ssh-key.md
Diff between refs, diff REF1..REF2 references/diff.md
Branch compare (branch compare BASE..HEAD) — ahead/behind counts + commit lists (Cloud + Server/DC) references/branch.md
Workspaces + webhooks + workspace project CRUD + workspace project perms + workspace perms + workspace pipeline variables (Cloud only), user view references/workspace.md, references/user.md
Mirror servers (list/view/repo list) (Server/DC only) references/mirror.md
Named credential profiles (profile create/use/list/delete) references/profile.md
Raw REST passthrough, pagination, MCP server config references/api.md
Extensions (extension install/list/upgrade/remove/exec, extension scaffold) references/extension.md
Group management — group list, group create, group delete, group member list, group member add, group member remove (Server/DC only) references/groups.md
Project CRUD — project server-list, project create, project view, project edit, project delete (Server/DC only); project list WORKSPACE (Cloud only) references/project.md
auth pat list/create/revoke (Server/DC only) references/auth.md
Host info — backend type, base URL, version, feature matrix (host info [--json]) references/host.md

Read the full file on GitHub · 214 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. 6d ago First seen · 214 lines · 84 tokens per session scan A caa5f4ef1fac

Subscribe to this mod's changes

bitbottle is a skill published in the GitHub repository proggarapsody/bitbottle (3 stars, last pushed 18d ago), licensed MIT. It adds 84 tokens to every session and 3,509 once invoked, about $0.0004 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-31.