ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/abdelkrim/atlassian-bitbucket-by-altf1be
Or

Atlassian Bitbucket Cloud by @altf1be

Full CRUD on repos, PRs, pipelines, issues, snippets, workspaces, branches, deployments, and more via Bitbucket REST API 2.0.

Setup

  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
[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
  1. Install dependencies: cd {baseDir} && npm install

Common Options

Most commands accept these shared flags:

FlagDescription
-w, --workspace <slug>Workspace slug (or set BITBUCKET_WORKSPACE)
-r, --repo <slug>Repository slug
--pagelen <n>Results per page
--page <n>Page number
--allFetch all pages
-q, --q <filter>Filter query (CQL-style)
--sort <field>Sort field
--confirmRequired 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.

CommandDescription
repo-list-publicList all public repositories
repo-listList repositories in a workspace
repo-getGet repository details
repo-createCreate a new repository
repo-updateUpdate repository settings
repo-deleteDelete a repository
repo-forksList forks of a repository
repo-fork-createFork a repository
repo-watchersList repository watchers
hook-listList repository webhooks
hook-getGet a webhook by UID
hook-createCreate a repository webhook
hook-updateUpdate a webhook
hook-deleteDelete a webhook
repo-override-settings-getGet repository override settings
repo-override-settings-updateUpdate repository override settings
repo-group-permission-listList group permissions
repo-group-permission-getGet a group's permission
repo-group-permission-updateUpdate a group's permission
repo-group-permission-deleteRemove a group's permission
repo-user-permission-listList user permissions
repo-user-permission-getGet a user's permission
repo-user-permission-updateUpdate a user's permission
repo-user-permission-deleteRemove a user's permission
user-repo-permissionsList current user's repository permissions
user-ws-repo-permissionsList 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

Author@abdelkrim
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-abdelkrim-atlassian-bitbucket-by-altf1be": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.