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.
Bitbucket integration hub skill. It detects whether the repository is on Bitbucket Cloud or Bitbucket Data Center and directs the agent to the matching detailed skill.
This skill is activated by the following keywords:
bitbucketgitBitbucket ships as two products that behave differently — Bitbucket Cloud
(bitbucket.org) and Bitbucket Data Center (self-hosted Bitbucket Server). They use
different token environment variables, REST APIs, repository identifiers, git remote URL
formats, and pull request tools.
This hub triggers broadly (on git/bitbucket) so it loads for any Bitbucket task — even
when the words "data center" never appear. It then:
BITBUCKET_DATA_CENTER_TOKEN → Data Center, else BITBUCKET_TOKEN → Cloud). The check
is case-insensitive so it is robust to env-var casing differences.invoke_skill tool:
bitbucket-cloudbitbucket-data-centerThe hub also carries a small quick-reference table as a fallback in case the detailed skill cannot be loaded.
See SKILL.md for the full content.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer