← Back to Skills Marketplace
snowsand-enterprises

Snowsand Bitbucket

by snowsand-enterprises · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
253
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install snowsand-bitbucket
Description
Interact with Bitbucket Cloud via REST API. Use for repository management, pull request operations (list, view, create, comment, approve, merge), branch mana...
Usage Guidance
This skill appears to be a legitimate Bitbucket Cloud CLI, but there are two issues to consider before installing: (1) the registry metadata does not list the required environment variables, yet the code requires BITBUCKET_USERNAME and BITBUCKET_APP_PASSWORD (and optionally BITBUCKET_WORKSPACE). Ask the publisher to correct the metadata so you know what will be requested. (2) The App Password requested needs repository and pull-request write permissions to perform create/merge/delete operations — that is powerful. Only provide an App Password with the minimal scopes you need (use read-only for listing operations), rotate and restrict the password to a dedicated service account, and test in a non-production workspace first. Also note the package has no homepage or known owner listed; prefer skills with a verifiable source or repository when possible.
Capability Analysis
Type: OpenClaw Skill Name: snowsand-bitbucket Version: 1.0.0 The snowsand-bitbucket skill bundle provides a legitimate integration for managing Bitbucket Cloud resources via its REST API. The core logic in scripts/bitbucket.py uses standard Python libraries (urllib) to perform authenticated actions like repository management, PR operations, and pipeline triggers. No evidence of data exfiltration, malicious execution, or prompt injection was found; the script correctly uses environment variables for credentials and targets only official Bitbucket API endpoints.
Capability Assessment
Purpose & Capability
The skill's name, description, SKILL.md, references/api.md, and scripts/bitbucket.py are consistent with a Bitbucket Cloud integration. However the registry metadata claims 'Required env vars: none' while both SKILL.md and scripts/bitbucket.py require BITBUCKET_USERNAME and BITBUCKET_APP_PASSWORD (and optionally BITBUCKET_WORKSPACE). That metadata omission is an incoherence.
Instruction Scope
The SKILL.md instructions and the CLI script confine activity to Bitbucket Cloud REST API calls. The runtime instructions and code only reference environment variables for authentication and the Bitbucket API endpoints; they do not instruct reading unrelated system files or sending data to unexpected external endpoints.
Install Mechanism
This is an instruction-only skill with an included Python script; there is no install spec, no downloads, and no archive extraction. Nothing in the manifest indicates code will be pulled from arbitrary URLs or installed system-wide.
Credentials
The script requires BITBUCKET_USERNAME and BITBUCKET_APP_PASSWORD and SKILL.md also recommends BITBUCKET_WORKSPACE. Those credentials are appropriate for Bitbucket API access, but the App Password needs Write permissions for repositories and pull requests to support create/merge/delete actions — granting such an App Password is powerful (can modify/delete repositories, merge PRs, trigger pipelines). The registry failing to declare these env vars is a mismatch that reduces transparency.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide persistence or modify other skills. It only uses environment variables for auth and performs API calls; autonomous invocation is allowed by default but not excessive given the skill purpose.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install snowsand-bitbucket
  3. After installation, invoke the skill by name or use /snowsand-bitbucket
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of snowsand-bitbucket—Bitbucket Cloud integration. - Supports repository management, pull request operations, branch and commit history, pipeline status, and workspace queries via REST API. - Includes detailed authentication instructions and required environment variables for App Password. - Provides a comprehensive command reference for all supported operations (repos, PRs, branches, commits, pipelines, workspaces). - Describes common workflows with clear CLI usage examples. - Documents merge strategies, pipeline states, and error handling. - Offers tips for direct raw API access and includes link to official API documentation.
Metadata
Slug snowsand-bitbucket
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Snowsand Bitbucket?

Interact with Bitbucket Cloud via REST API. Use for repository management, pull request operations (list, view, create, comment, approve, merge), branch mana... It is an AI Agent Skill for Claude Code / OpenClaw, with 253 downloads so far.

How do I install Snowsand Bitbucket?

Run "/install snowsand-bitbucket" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Snowsand Bitbucket free?

Yes, Snowsand Bitbucket is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Snowsand Bitbucket support?

Snowsand Bitbucket is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Snowsand Bitbucket?

It is built and maintained by snowsand-enterprises (@snowsand-enterprises); the current version is v1.0.0.

💬 Comments