Bitbucket banner
OpenHands OpenHands

Bitbucket

Development community

Description

--- name: bitbucket type: knowledge version: 1.0.0 agent: CodeActAgent triggers: - bitbucket - git --- You have access to an environment variable, `BITBUCKET_TOKEN`, which allows you to interact with the Bitbucket API. <IMPORTANT> 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 </IMPORTANT> If you encounter authentication issues

Installation

Installs to ~/.claude/skills/openhands-openhands-bitbucket/SKILL.md

Terminal
mkdir -p ~/.claude/skills/openhands-openhands-bitbucket && curl -fsSL https://raw.githubusercontent.com/OpenHands/OpenHands/HEAD/skills/bitbucket.md -o ~/.claude/skills/openhands-openhands-bitbucket/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository