ApiliumHub
Back to browse

bitbucket

ApiliumApiliumv1.0.3600
officialplatinum (7/8)

Bitbucket — repos, pull requests, pipelines via Atlassian REST API

Install

mayros skill install bitbucket
mayros skill install [email protected]

README

@apilium/bitbucket

Atlassian Bitbucket integration skill for Mayros -- repos, pull requests, and pipelines via the Bitbucket Cloud REST API v2.0.

Installation

Copy this skill directory into your Mayros skills folder:

cp -r skills/bitbucket ~/.mayros/skills/bitbucket

Or install via the Mayros CLI:

mayros skill install @apilium/bitbucket

Prerequisites

You need a Bitbucket Cloud account and an App Password:

  1. Go to https://bitbucket.org/account/settings/app-passwords/
  2. Create a new App Password with permissions: Repositories (read/write), Pull requests (read/write), Pipelines (read)
  3. Set the following environment variables:
export BITBUCKET_USERNAME="your-username"
export BITBUCKET_APP_PASSWORD="your-app-password"

Usage

Once configured, the agent can:

  • Repos: List, view, and browse repositories
  • Pull Requests: List, create, approve, merge, comment, and view diffs
  • Branches: List and inspect branches
  • Pipelines: View pipeline runs and build status
  • Files: Read file content from repos

Example prompts

"List repos in the myteam workspace"
"Show me open PRs in the backend repo"
"Create a PR from feature-auth to main"
"What pipelines ran in the last day?"
"Get the diff for PR #42"

Semantic Predicates

PredicateScopeDescription
bitbucket:pr_createdagentPRs created by the agent
bitbucket:pr_mergedagentPRs merged by the agent
bitbucket:repo_contextagentRepository metadata for context enrichment

License

MIT

Versions

v1.0.3Feb 27, 2026
v1.0.2Feb 27, 2026
v1.0.1Feb 27, 2026
v1.0.0Feb 27, 2026

Comments

Sign in to leave a comment.

Loading comments...