atlassian-bitbucket-by-altf1be
Atlassian Bitbucket Cloud skill — full CRUD on repos, PRs, pipelines, issues, snippets, workspaces, branches, deployments, and more via Bitbucket REST API 2.0 with API Token auth.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/abdelkrim/atlassian-bitbucket-by-altf1beAtlassian Bitbucket Cloud by @altf1be
Full CRUD on repos, PRs, pipelines, issues, snippets, workspaces, branches, deployments, and more via Bitbucket REST API 2.0.
Setup
- Create an API Token at https://id.atlassian.com/manage-profile/security/api-tokens (select the scopes you need).
- Set environment variables (or create
.envin{baseDir}):
# Required
[email protected]
BITBUCKET_API_TOKEN=your-api-token
# Optional
BITBUCKET_WORKSPACE=your-default-workspace
BITBUCKET_MAX_RESULTS=50
# Legacy (supported until June 9, 2026)
# BITBUCKET_USERNAME=your-username
# BITBUCKET_APP_PASSWORD=your-app-password
- Install dependencies:
cd {baseDir} && npm install
Common Options
Most commands accept these shared flags:
| Flag | Description |
|---|---|
-w, --workspace <slug> | Workspace slug (or set BITBUCKET_WORKSPACE) |
-r, --repo <slug> | Repository slug |
--pagelen <n> | Results per page |
--page <n> | Page number |
--all | Fetch all pages |
-q, --q <filter> | Filter query (CQL-style) |
--sort <field> | Sort field |
--confirm | Required for all delete operations |
--data <json> | Raw JSON body for complex payloads |
Commands
1. Repositories (26 commands)
CRUD on repositories, forks, watchers, webhooks, override settings, and permissions.
| Command | Description |
|---|---|
repo-list-public | List all public repositories |
repo-list | List repositories in a workspace |
repo-get | Get repository details |
repo-create | Create a new repository |
repo-update | Update repository settings |
repo-delete | Delete a repository |
repo-forks | List forks of a repository |
repo-fork-create | Fork a repository |
repo-watchers | List repository watchers |
hook-list | List repository webhooks |
hook-get | Get a webhook by UID |
hook-create | Create a repository webhook |
hook-update | Update a webhook |
hook-delete | Delete a webhook |
repo-override-settings-get | Get repository override settings |
repo-override-settings-update | Update repository override settings |
repo-group-permission-list | List group permissions |
repo-group-permission-get | Get a group's permission |
repo-group-permission-update | Update a group's permission |
repo-group-permission-delete | Remove a group's permission |
repo-user-permission-list | List user permissions |
repo-user-permission-get | Get a user's permission |
repo-user-permission-update | Update a user's permission |
repo-user-permission-delete | Remove a user's permission |
user-repo-permissions | List current user's repository permissions |
user-ws-repo-permissions | List current user's repository permissions in a workspace |
# List repos in a workspace
bitbucket repo-list -w myworkspace
# Get repo details
bitbucket repo-get -w myworkspace -r my-repo
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-abdelkrim-atlassian-bitbucket-by-altf1be": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
x-twitter-by-altf1be
Post tweets, threads, and media to X/Twitter via API v2 — secure OAuth 1.0a signing, minimal dependencies (commander + dotenv only).
sharepoint-by-altf1be
Secure SharePoint file operations and Office document intelligence via Microsoft Graph API — certificate auth, Sites.Selected, read/write Word (mammoth), Excel (exceljs), PowerPoint (jszip), PDF (pdf-parse).
atlassian-jira-by-altf1be
Atlassian Jira Cloud CRUD skill — manage issues, comments, attachments, workflow transitions, and JQL search via Jira REST API v3 with email + API token auth.
hivebrite-by-altf1be
Hivebrite Admin API CLI — users, companies, events, groups, donations, memberships, emailings, mentoring, news, projects, media center, forums, and more. OAuth2 auth (password grant or refresh token) or bearer token.
openproject-by-altf1be
OpenProject CRUD skill — manage work packages, projects, groups, news, users, watchers, relations, notifications, time entries, comments, attachments, wiki pages, statuses, and more via OpenProject API v3 with API token auth. Supports cloud and self-hosted instances.