What is bitbucket?
Interact with Bitbucket repositories and pull requests using the BITBUCKET_TOKEN environment variable. Use when working with code hosted on Bitbucket or managing Bitbucket resources via API. Source: openhands/extensions.
Interact with Bitbucket repositories and pull requests using the BITBUCKET_TOKEN environment variable. Use when working with code hosted on Bitbucket or managing Bitbucket resources via API.
Quickly install bitbucket AI skill to your development environment via command line
Source: openhands/extensions.
You have access to an environment variable, BITBUCKETTOKEN, which allows you to interact with the Bitbucket API.
You can use curl with the BITBUCKETTOKEN to interact with Bitbucket's API. ALWAYS use the Bitbucket API for operations instead of a web browser. ALWAYS use the createbitbucketpr tool to open a pull request
If you encounter authentication issues when pushing to Bitbucket (such as password prompts or permission errors), the old token may have expired. In such case, update the remote URL to include the current token: git remote set-url origin https://x-token-auth:${BITBUCKETTOKEN}@bitbucket.org/username/repo.git
Interact with Bitbucket repositories and pull requests using the BITBUCKET_TOKEN environment variable. Use when working with code hosted on Bitbucket or managing Bitbucket resources via API. Source: openhands/extensions.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/openhands/extensions --skill bitbucketInteract with Bitbucket repositories and pull requests using the BITBUCKET_TOKEN environment variable. Use when working with code hosted on Bitbucket or managing Bitbucket resources via API. Source: openhands/extensions.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/openhands/extensions --skill bitbucket Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/openhands/extensions