Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Connects to Bitbucket via Rube MCP, which uses Composio's Bitbucket toolkit under the hood. Covers repository management, pull request workflows, branch operations, issue tracking, and workspace administration. Authentication is handled through Bitbucket OAuth via the Rube connection manager.
Exposes the full Bitbucket API surface through natural language without manually constructing API requests or managing OAuth tokens.
When to use it
- Creating pull requests from feature branches with reviewer assignments
- Listing and filtering open issues by priority or assignee
- Creating repositories with specific visibility and project settings
- Adding inline code review comments to pull requests
- Setting up branches from specific commit hashes
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Create a pull request from feature/login to main in my api-service repo
- 1Calls RUBE_SEARCH_TOOLS to retrieve current Bitbucket tool schemas
- 2Calls BITBUCKET_LIST_WORKSPACES to identify the correct workspace slug
- 3Calls BITBUCKET_LIST_BRANCHES to verify both feature/login and main exist in the repo
- 4Calls BITBUCKET_CREATE_PULL_REQUEST with workspace, repo_slug, title, and source_branch set to feature/login
Pull request created and returns the PR ID and URL for review
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.