bitbucket_data_center

Installation
SKILL.md

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:

curl -u "${BITBUCKET_DATA_CENTER_TOKEN}" https://{domain}/rest/api/1.0/...

If you encounter authentication issues when pushing to Bitbucket Data Center (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://${BITBUCKET_DATA_CENTER_TOKEN}@{domain}/scm/{project_lower}/{repo}.git

The repository format for Bitbucket Data Center is PROJECT/repo_slug (project key, slash, repo slug).

Related skills
Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026