← 返回 Skills 市场
terry3838

SprintX OpenClaw Handoff

作者 Terry Kim · GitHub ↗ · v0.1.3 · MIT-0
cross-platform ✓ 安全检测通过
99
总下载
1
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install sprintx-openclaw-handoff
功能描述
Guide an OpenClaw operator through SprintX handoff by verifying prerequisites, authenticating, selecting the project, sending event and artifact, then confir...
安全使用建议
This skill appears to do what it claims: guide an operator through a minimal SprintX handoff using the official CLI. Before installing, verify two small things: (1) confirm the npm package @sprint-x/cli is the legitimate SprintX CLI you expect (review the npm publisher and homepage links), and (2) pay attention to any artifact file paths (e.g., /tmp/openclaw.log) so you don't accidentally upload sensitive logs. Also note the SKILL.md frontmatter declares sx as a required binary even though the registry summary showed none — treat that as the authoritative requirement (the skill expects the sx CLI) and make sure your environment policy allows installing or running that CLI.
功能分析
Type: OpenClaw Skill Name: sprintx-openclaw-handoff Version: 0.1.3 The skill bundle is a well-structured guide for onboarding users to the SprintX CLI tool. It includes explicit security guardrails in SKILL.md, such as instructions to never ask users for tokens in chat and to avoid exposing API keys. The bundle also features internal validation scripts (check-contract.mjs and check-skill.mjs) that enforce these safety instructions and command ordering during development/CI, demonstrating a clear intent to maintain a safe and predictable operator workflow.
能力标签
requires-oauth-token
能力评估
Purpose & Capability
The SKILL.md and repo consistently describe a narrow handoff flow that uses the SprintX CLI (sx) and only the commands needed to authenticate, set project context, send an event and an artifact, and verify readback. This is coherent with the skill name and description. Minor inconsistency: the registry-level requirement listing showed 'no required binaries' while the SKILL.md frontmatter declares requires.bins: [sx] and an install that uses the npm package @sprint-x/cli. That mismatch is likely a packaging/metadata quirk but worth double-checking before install.
Instruction Scope
Runtime instructions are narrow and explicit: confirm prerequisites, run sx auth, sx project use, sx event, sx artifact add, sx status, sx brief. The skill explicitly warns not to paste tokens into chat and keeps token overrides in an 'advanced' section. The only inbound data the flow can send to SprintX is artifacts (e.g., file:///tmp/openclaw.log) and standard CLI session info — which is expected for a handoff. Operators should verify any local file referenced for artifacts is appropriate to upload.
Install Mechanism
No high-risk downloads or custom extraction are present. The SKILL.md recommends installing the official-looking npm package @sprint-x/cli (npm install -g), which is a standard package install pattern for a CLI; this is proportional to the stated goal. As with any global npm install, confirm the package source and authenticity before running.
Credentials
The skill does not request credentials or environment variables in the bundle. It documents headless and token-override options but explicitly warns against pasting tokens into chat and treats token override as advanced/break-glass. No config paths or unrelated secrets are requested.
Persistence & Privilege
The skill is not always-enabled, does not require special agent privileges, and does not attempt to modify other skills or system-wide configs. Included validation scripts check only repository files and frontmatter and do not perform network access at runtime.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sprintx-openclaw-handoff
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sprintx-openclaw-handoff 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.3
Add localized READMEs and tighten metadata to match real requirements
v0.1.2
Rewrite README for human-first onboarding
v0.1.1
Add missing packaging metadata and license mirror
v0.1.0
Initial release
元数据
Slug sprintx-openclaw-handoff
版本 0.1.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

SprintX OpenClaw Handoff 是什么?

Guide an OpenClaw operator through SprintX handoff by verifying prerequisites, authenticating, selecting the project, sending event and artifact, then confir... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。

如何安装 SprintX OpenClaw Handoff?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sprintx-openclaw-handoff」即可一键安装,无需额外配置。

SprintX OpenClaw Handoff 是免费的吗?

是的,SprintX OpenClaw Handoff 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

SprintX OpenClaw Handoff 支持哪些平台?

SprintX OpenClaw Handoff 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 SprintX OpenClaw Handoff?

由 Terry Kim(@terry3838)开发并维护,当前版本 v0.1.3。

💬 留言讨论