🦀 ClawHub
Atlassian Bitbucket Cloud by @altf1be
by @abdelkrim
Atlassian Bitbucket Cloud skill — full CRUD on repos, PRs, pipelines, issues, snippets, workspaces, branches, deployments, and more via Bitbucket REST API 2....
⚙️ Configuration
1. Create an API Token at https://id.atlassian.com/manage-profile/security/api-tokens (select the scopes you need).
2. Set environment variables (or create .env in {baseDir}):
# Required
BITBUCKET_EMAIL=you@example.com
BITBUCKET_API_TOKEN=your-api-tokenOptional
BITBUCKET_WORKSPACE=your-default-workspace
BITBUCKET_MAX_RESULTS=50Legacy (supported until June 9, 2026)
BITBUCKET_USERNAME=your-username
BITBUCKET_APP_PASSWORD=your-app-password
3. Install dependencies: cd {baseDir} && npm install
TERMINAL
clawhub install atlassian-bitbucket-by-altf1be