| name | bitbucket |
| description | You have access to an environment variable, `BITBUCKET_TOKEN`, which allows you to interact with |
| category | Development & Code Tools |
| source | openhands |
| tags | ["git","bitbucket","bash","pr","agent","tool","api"] |
| url | https://github.com/OpenHands/OpenHands/blob/main/skills/bitbucket.md |
You have access to an environment variable, BITBUCKET_TOKEN, which allows you to interact with
the Bitbucket API.
You can use `curl` with the `BITBUCKET_TOKEN` to interact with Bitbucket's API.
ALWAYS use the Bitbucket API for operations instead of a web browser.
ALWAYS use the `create_bitbucket_pr` 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:${BITBUCKET_TOKEN}@bitbucket.org/username/repo.git
Here are some instructions for pushing, but ONLY do this if the user asks you to: