bkt

bkt is a skill for Claude Code, Codex from avivsinai/skills-marketplace. It costs 49 tokens per session (958 once invoked), scanned A, a copy of bkt, MIT.

A command-line interface for Bitbucket, a service that hosts Git repositories and supports code reviews and automated pipelines. It works with Bitbucket Cloud and Data Center and can output structured data for scripts.

In plain words
What is it for?
Use it to manage repositories, branches, pull requests, issues, webhooks, and build pipelines, or to automate those tasks with JSON or YAML output.
Why use it?
It lets developers and operators manage Bitbucket from the terminal or automation scripts. One interface covers repositories, pull requests, branches, issues, webhooks, and pipelines.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Good fit Use it to manage repositories, branches, pull requests, issues, webhooks, and build pipelines, or to automate those tasks with JSON or YAML output.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/avivsinai/skills-marketplace/bkt
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.

Any agent
npx skills add avivsinai/skills-marketplace --skill bkt
Clone the repo
git clone --depth 1 https://github.com/avivsinai/skills-marketplace

Made for: Claude Code, 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 bkt

README.md
[![agentmods](https://agentmods.dev/badge/skills/avivsinai/skills-marketplace/bkt/github.svg)](https://agentmods.dev/skills/avivsinai/skills-marketplace/bkt)
Your own site
<a href="https://agentmods.dev/skills/avivsinai/skills-marketplace/bkt"><img src="https://agentmods.dev/badge/skills/avivsinai/skills-marketplace/bkt/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for bkt

Your own site · 80×15
<a href="https://agentmods.dev/skills/avivsinai/skills-marketplace/bkt"><img src="https://agentmods.dev/badge/skills/avivsinai/skills-marketplace/bkt.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 958 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod 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.00049 $0.00958
Opus 5 $0.00024 $0.00479
Sonnet 5 $0.00010 $0.00192
Haiku 4.5 $0.00005 $0.00096

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

Security

Grade A, and why

bkt 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 5d 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.

Origin

This is a copy

100% identical to bkt — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/bkt/skills/bkt/SKILL.md · 83 lines

How it starts

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

Bitbucket CLI (bkt)

Use bkt for Bitbucket Cloud and Data Center operations. Prefer structured --json, --yaml, --jq, or --template output for automation.

Start with the requested operation

Run bkt --version only when installation or compatibility is uncertain. Run bkt auth status when the command needs authentication or the active platform and context are unknown. Do not make setup a prerequisite for an already configured read-only request.

Cloud and Data Center have different feature sets. Determine the platform from the active context or ask when it cannot be inferred. Do not suggest a Cloud-only command for Data Center, or the reverse.

Read setup and common workflows when installing, authenticating, creating a context, or learning the main command patterns. For config-free CI or containers, read headless authentication.

Route to the command reference

Read only the reference for the requested command group:

Mutation and credential boundaries

  • Listing, viewing, status, and checks are read-only. Create, edit, approve, merge, delete, rerun, or permission changes modify Bitbucket; perform them only when the user requested that change.
  • Never place tokens, OAuth secrets, or passwords in commands that could enter logs or committed files. Use the CLI's supported credential flow or environment variables described in the auth references.
  • Official release binaries embed the Cloud browser-OAuth consumer credentials. Do not remove that behavior as generic hardening. Source and Nix builds may require BKT_OAUTH_CLIENT_ID and BKT_OAUTH_CLIENT_SECRET.
  • Before a merge or other consequential write, inspect the exact target, repository, and current checks. Report the resulting URL or identifier.

Read the full file on GitHub · 83 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. 5d ago Changed · -98 lines · -29 tokens per session 800be3b2ea71
  2. 7d ago Changed · +15 lines 94f3ced45e53
  3. 12d ago First seen · 166 lines · 78 tokens per session scan A 4dc3a116fe91

Subscribe to this mod's changes

bkt is a skill published in the GitHub repository avivsinai/skills-marketplace (2 stars, last pushed today), licensed MIT. It adds 49 tokens to every session and 958 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to bkt, differing in 0 lines, and is treated as a copy.