← Back to Skills Marketplace
terry3838

SprintX OpenClaw Handoff

by Terry Kim · GitHub ↗ · v0.1.3 · MIT-0
cross-platform ✓ Security Clean
99
Downloads
1
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install sprintx-openclaw-handoff
Description
Guide an OpenClaw operator through SprintX handoff by verifying prerequisites, authenticating, selecting the project, sending event and artifact, then confir...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-oauth-token
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sprintx-openclaw-handoff
  3. After installation, invoke the skill by name or use /sprintx-openclaw-handoff
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug sprintx-openclaw-handoff
Version 0.1.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is SprintX OpenClaw Handoff?

Guide an OpenClaw operator through SprintX handoff by verifying prerequisites, authenticating, selecting the project, sending event and artifact, then confir... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.

How do I install SprintX OpenClaw Handoff?

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

Is SprintX OpenClaw Handoff free?

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

Which platforms does SprintX OpenClaw Handoff support?

SprintX OpenClaw Handoff is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created SprintX OpenClaw Handoff?

It is built and maintained by Terry Kim (@terry3838); the current version is v0.1.3.

💬 Comments