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 Arvo-AI/aurora --skill bitbucketgit clone --depth 1 https://github.com/Arvo-AI/auroraWrote 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/arvo-ai/aurora/bitbucket)<a href="https://agentmods.dev/skills/arvo-ai/aurora/bitbucket"><img src="https://agentmods.dev/badge/skills/arvo-ai/aurora/bitbucket.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.00023 | $0.01772 |
| Opus 5 | $0.00012 | $0.00886 |
| Sonnet 5 | $0.00005 | $0.00354 |
| Haiku 4.5 | $0.00002 | $0.00177 |
Grade A, and why
bitbucket 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 — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Bitbucket Integration
Overview
Bitbucket code repository integration for managing repositories, branches, pull requests, issues, and CI/CD pipelines.
Connected account: {display_name}
Use bitbucket_repos(action='list_repos', workspace='WS') or bitbucket_repos(action='list_workspaces') to discover connected repos.
Workspace and repository auto-resolve from saved user selection if not passed explicitly.
Instructions
Tools (6 tools, 44 actions)
bitbucket_repos -- Repository, File & Code Operations:
list_repos,get_repo,get_file_contents,find_in_file,edit_file,create_or_update_file,delete_fileget_directory_tree,search_code,list_workspaces,get_workspace
bitbucket_branches -- Branch & Commit Operations:
list_branches,create_branch,delete_branch,list_commits,get_commit,get_diff,compare
bitbucket_pull_requests -- Pull Request Operations:
list_prs,get_pr,create_pr,update_pr,merge_pr,approve_pr,unapprove_pr,decline_prlist_pr_comments,add_pr_comment,get_pr_diff,get_pr_activity
bitbucket_issues -- Issue Operations:
list_issues,get_issue,create_issue,update_issue,list_issue_comments,add_issue_comment
bitbucket_pipelines -- CI/CD Pipeline Operations:
list_pipelines,get_pipeline,trigger_pipeline,stop_pipelinelist_pipeline_steps,get_step_log,get_pipeline_step
Reading & Editing Repo Files
- Prefer
edit_file(anchored search-and-replace applied server-side against the true current file) for ANY change to an existing file. Usecreate_or_update_fileONLY for brand-new paths — never to overwrite a file you already read via a full-content upload. - First read the file with
get_file_contentsand copyold_stringbyte-for-byte from the output. Keepold_stringnarrow — the changed lines plus 1-3 lines of surrounding context. Do NOT pass the whole file asold_string. - Large files come back in verbatim pages. The page header says
[lines X-Y of N — pass start_line=<n> commit=<sha> to continue](orstart_char=<offset>for one oversized line) — follow it verbatim to read further; thecommit=<sha>pin keeps every page on the same file version even if the branch moves. Every page is exact file content, never a summary. - Big-file workflow:
find_in_file(locate the lines to change, returnsL<line>: <text>matches plus the resolvedcommit) →get_file_contentswithstart_line=<match line>and thatcommit(read that region verbatim) →edit_filewith narrow anchors. You do not need the whole file in context to edit it.find_in_filematches your query as a literal substring first, then as a regex. - One
edit_filecall can carry several edits (scattered locations = one commit); multiple files = multipleedit_filecalls on the same branch = one PR. - A comments-only config file is never a valid change. To remove a resource, delete its block; to change a value, edit it — do not replace file contents with a comment.
- During Aurora Actions / interactive chat: create a branch, apply
edit_fileon that branch, then open a PR. During background RCA: repo tools are read-only — usebitbucket_fixto propose changes instead.
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 · 106 lines · 23 tokens per session scan A ca5b1f652001
bitbucket is a skill published in the GitHub repository Arvo-AI/aurora (405 stars, last pushed 2d ago), licensed Apache-2.0. It adds 23 tokens to every session and 1,772 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-08-30.
Other skills, from other repositories
next-task
End-to-end task pipeline. Discovers the next task, plans, implements, reviews with certainty-graded quality gates, then ships. Resumable via git state.
terraform-iac
Terraform and OpenTofu infrastructure as code best practices - generate HCL configurations, module patterns, state management, CI/CD workflows, and cloud provider templates for AWS, GCP, Azure.
prowler-ci
Helps with Prowler repository CI and PR gates (GitHub Actions workflows). Trigger: When investigating CI checks failing on a PR, PR title validation, changelog gate/no-changelog label, conflict marker checks, secret scanning, CODEOWNERS/labeler automation, or anything under .github/workflows.
isaac-automator
Deploy and operate a cloud Isaac Workstation with Isaac Automator: provision a GPU VM running Isaac Sim, Isaac Lab, and/or Isaac Lab Arena on AWS, GCP, Azure, or Alibaba Cloud, connect to it, move data in and out, control cost with stop/start, repair, import existing deployments, and destroy. Use when the user wants a…
cloud-iam-deep
GCP/AWS/Azure cloud exploitation -- Cloud Functions, Firestore, Cloud Run, S3, MinIO, Blob Storage, SA keys.
Cloud Security & Container Hardening
AWS/Azure/GCP security auditing, container and Kubernetes hardening, Infrastructure as Code scanning, and cloud compliance assessment.