Bitbucket Data Center banner
OpenHands OpenHands

Bitbucket Data Center

Data community

Description

--- name: bitbucket_data_center type: knowledge version: 1.0.0 agent: CodeActAgent triggers: - bitbucket_data_center - bitbucket data center --- You have access to an environment variable, `BITBUCKET_DATA_CENTER_TOKEN`, which contains a basic auth token in the format `username:your-token` that allows you to interact with the git repository. You can also use this token to interact with Bitbucket Data Center's REST API: ```bash curl -u "${BITBUCKET_DATA_CENTER_TOKEN}" https://{domain}/rest/api/1

Installation

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

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

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

Full documentation available on GitHub

View Source Repository