← 返回 Skills 市场
Sprint OS
作者
Batsirai Chada
· GitHub ↗
· v1.0.0
458
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sprint-os
功能描述
5-minute sprint operating system for AI agents. Autonomous execution cycles: ASSESS → PLAN → SCOPE → EXECUTE → MEASURE → ADAPT → LOG → NEXT. Includes optiona...
安全使用建议
This skill appears coherent and low-risk, but take these practical steps before enabling it: (1) If you enable Convex logging, only set CONVEX_SPRINT_URL to a Convex deployment you control or trust — do not point it at unknown endpoints. (2) Review the included log-sprint.sh to confirm log file path (SPRINT_LOG_FILE) and payload format meet your privacy needs. (3) Be aware the SKILL.md instructs the agent to read 'relevant files' in the workspace — if you need to limit file/network access, run the skill in a restricted environment or sandbox. (4) If you do not want network calls, simply leave CONVEX_SPRINT_URL unset and the skill will log locally.
功能分析
Type: OpenClaw Skill
Name: sprint-os
Version: 1.0.0
The skill requests broad 'network' permissions in SKILL.md ('any resources needed for sprint work'), which could be interpreted too broadly by an AI agent. The `scripts/log-sprint.sh` script sends user-controlled data (sprint details) to an external, user-defined `CONVEX_SPRINT_URL`. While this is an intended feature for logging, it represents a data exfiltration vector if the `CONVEX_SPRINT_URL` is compromised or maliciously configured. The script also directly interpolates user-provided arguments into a JSON payload for `curl`, which could be a vulnerability if inputs are not sanitized, though not immediately exploitable for shell injection in this specific `curl -d` context. These are risky capabilities and potential vulnerabilities, but there is no clear evidence of intentional malicious behavior.
能力评估
Purpose & Capability
The skill claims to run short execution sprints and log them. The included bash logger writes to a local markdown log and can POST to an optional Convex URL. Requesting filesystem access (to write sprint-log.md) and optional network access to a Convex endpoint aligns with the stated purpose; there are no unrelated env vars, binaries, or install steps required.
Instruction Scope
SKILL.md instructs the agent to 'read the active task list, relevant files, and recent sprint log' — that is coherent for a sprinting agent but implies the agent may access arbitrary workspace files. The permission text also says 'network: ... any resources needed for sprint work', which is broader than strictly necessary (Convex only). This is reasonable for an autonomous operator skill but you should be aware it grants the agent discretion to read workspace files and make network requests beyond Convex unless you limit those permissions.
Install Mechanism
There is no install spec (instruction-only skill) and no remote downloads. The only shipped executable is a small bash script (log-sprint.sh). Convex setup instructions reference Node.js for an optional backend, but that is optional and not performed automatically by the skill. This is low-risk from an install perspective.
Credentials
There are no required credentials. The only environment variable used is the optional CONVEX_SPRINT_URL (and the script respects SPRINT_LOG_FILE for log path). No secrets, API keys, or unrelated credentials are requested by the skill itself.
Persistence & Privilege
always is false and the skill does not request to modify other skills or system-wide settings. It can be invoked autonomously (platform default), which is expected for an operator-style skill; this by itself is not a red flag given the rest of the footprint.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sprint-os - 安装完成后,直接呼叫该 Skill 的名称或使用
/sprint-os触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — 5-minute sprint operating system for AI agents
元数据
常见问题
Sprint OS 是什么?
5-minute sprint operating system for AI agents. Autonomous execution cycles: ASSESS → PLAN → SCOPE → EXECUTE → MEASURE → ADAPT → LOG → NEXT. Includes optiona... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 458 次。
如何安装 Sprint OS?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sprint-os」即可一键安装,无需额外配置。
Sprint OS 是免费的吗?
是的,Sprint OS 完全免费(开源免费),可自由下载、安装和使用。
Sprint OS 支持哪些平台?
Sprint OS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sprint OS?
由 Batsirai Chada(@batsirai)开发并维护,当前版本 v1.0.0。
推荐 Skills