📦 Bitbucket Toolbox — PR代码分析

v1.1.2

专为 Bitbucket Cloud 打造的 PR 代码分析助手,支持安全读取 Pull Request、按文件拆分超大 diff、逐文件审查代码,帮助团队在合并前快速发现潜在缺陷与规范问题,提升代码质量与协作效率。

0· 143·0 当前·0 累计
下载技能包
最后更新
2026/3/26
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to do exactly what it says: read-only Bitbucket PR and repo browsing via a bundled bash script. Before installing, ensure the BITBUCKET_API_TOKEN you provide is scoped to read-only access for Repositories and Pull Requests and stored securely (e.g., secrets manager). Review the bundled bb-cli.sh to confirm it will run in your environment (it uses curl and python3 and only calls https://api.bitbucket.org). Also fix the minor metadata gap (no primary credential listed) if you re...
详细分析 ▾
用途与能力
Name/description (Bitbucket PR review) match the declared requirements: only curl, python3, BITBUCKET_API_TOKEN, and BITBUCKET_WORKSPACE are required. All required items are appropriate for a Bitbucket read-only wrapper.
指令范围
SKILL.md explicitly limits the agent to read-only operations and prescribes using diffstat before fetching large diffs. The included script implements only HTTPS GET requests to the Bitbucket API and performs input validation; instructions do not request irrelevant system data or broad access.
安装机制
No remote install or downloads are performed (instruction-only skill with an included bash script). No third-party URLs, package installs, or archive extraction are present.
凭证需求
The skill requests only two environment variables (BITBUCKET_API_TOKEN and BITBUCKET_WORKSPACE), which are proportional. Minor inconsistency: registry metadata lists no primary credential while the script requires BITBUCKET_API_TOKEN — this is a documentation/metadata gap rather than a functional risk.
持久化与权限
Skill does not request permanent/always-on presence (always:false) and does not attempt to modify other skills or system configuration. It operates only when invoked.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.1.22026/3/26

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install bitbucket-toolbox
镜像加速npx clawhub@latest install bitbucket-toolbox --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库