← 返回 Skills 市场
scrum-master
作者
Alireza Rezvani
· GitHub ↗
· v1.0.0
· MIT-0
453
总下载
0
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install scrum-master
功能描述
Advanced Scrum Master skill for data-driven agile team analysis and coaching. Use when the user asks about sprint planning, velocity tracking, retrospectives...
安全使用建议
This skill appears to be what it claims: a set of Python analytics scripts plus docs and templates for Scrum analysis. Before installing or running it, consider these practical steps: 1) Ensure a suitable Python runtime (and any required libraries) is available — SKILL.md runs `python ...` but the registry didn't declare this. 2) Inspect the three included Python files (velocity_analyzer.py, sprint_health_scorer.py, retrospective_analyzer.py) for any unexpected network calls, subprocess execution, or file-system access beyond reading the supplied JSON; run them in a sandbox or isolated environment first. 3) Feed only non-sensitive or redacted real data (avoid including credentials, personal auth tokens, or private PII in the JSON). 4) If you need the agent to run the scripts autonomously, be aware that running bundled code increases the impact of any malicious logic — consider requiring explicit user approval before execution. 5) If provenance matters, ask the publisher for a homepage, source repo, or dependency list (the package author is listed but source is 'unknown'); lacking that, prefer running locally in a contained environment.
功能分析
Type: OpenClaw Skill
Name: scrum-master
Version: 1.0.0
The 'scrum-master' skill bundle is a legitimate toolset for agile team analysis and coaching. It contains three Python scripts (retrospective_analyzer.py, sprint_health_scorer.py, and velocity_analyzer.py) that perform data-driven analysis on sprint JSON exports using standard statistical methods like linear regression and Monte Carlo simulations. The code is well-structured, uses only standard libraries, and lacks any indicators of malicious intent such as network connectivity, file system persistence, or unauthorized data access. The instructions in SKILL.md are strictly aligned with the provided tools and do not contain any prompt injection attempts or deceptive directives.
能力评估
Purpose & Capability
Name/description match included artifacts: three Python analytics scripts, sample JSON schema, templates, and references are appropriate for a Scrum Master analytics skill. Slight mismatch: the registry metadata lists no required binaries while SKILL.md instructs running `python ...` (the skill needs a Python runtime but does not declare it). This is likely an oversight, not a functional mismatch with purpose.
Instruction Scope
Runtime instructions are narrowly scoped: run the included Python scripts against user-provided sprint JSON exports and produce reports. Instructions do not direct the agent to read unrelated system files or to send data to unexpected external endpoints. They require the user to provide mapped Jira exports as JSON (no implicit credential access).
Install Mechanism
There is no install spec (instruction-only), yet the package contains Python scripts and assets — meaning code will be executed from the skill bundle. This is a low-to-moderate friction model (no external downloads), but the SKILL.md should declare that a Python interpreter (and any Python package dependencies) must be present. No URLs or third-party install sources are present.
Credentials
The skill requests no environment variables, credentials, or config paths, which is proportionate: the scripts operate on user-supplied JSON exports. There are no declared secrets or unrelated credential requests.
Persistence & Privilege
The skill is not forced-always, is user-invocable, and allows autonomous invocation by default (platform normal). It does not request persistent system-wide privileges or modify other skills. Autonomous invocation combined with bundled executable scripts increases impact if malicious, but there is no direct sign of such behavior here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install scrum-master - 安装完成后,直接呼叫该 Skill 的名称或使用
/scrum-master触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
v2.1.1
v2.1.1: optimization, reference splits
元数据
常见问题
scrum-master 是什么?
Advanced Scrum Master skill for data-driven agile team analysis and coaching. Use when the user asks about sprint planning, velocity tracking, retrospectives... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 453 次。
如何安装 scrum-master?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install scrum-master」即可一键安装,无需额外配置。
scrum-master 是免费的吗?
是的,scrum-master 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
scrum-master 支持哪些平台?
scrum-master 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 scrum-master?
由 Alireza Rezvani(@alirezarezvani)开发并维护,当前版本 v1.0.0。
推荐 Skills