Activate "Sport Mode" for high-frequency monitoring (default 3m heartbeat) and auto-cleanup. Use when supervising intense tasks (Codex, builds, migrations).
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install sport-mode或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install sport-mode⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/sport-mode/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: sport-mode description: Activate "Sport Mode" for high-frequency monitoring (default 3m heartbeat) and auto-cleanup. Use when supervising intense tasks (Codex, builds, migrations). metadata: { "openclaw": { "emoji": "🏎️" } } ---
Temporarily boost heartbeat frequency (default 3m) and inject a monitoring task into HEARTBEAT.md. Perfect for supervising background agents (Codex), long-running builds, or interactive games.
# Turn ON: Set heartbeat to 3m and set monitoring task
sport-mode on --task "Check Codex progress. If done, run sport-mode off."
# Custom Interval: Set to 1 minute
sport-mode on --task "Game tick" --every "1m"
# Turn OFF: Reset heartbeat to 30m and clear HEARTBEAT.md
sport-mode off
- Patches ~/.openclaw/openclaw.json (hot-reload) to set heartbeat.every. - Writes your task to HEARTBEAT.md with a "Sport Mode Active" header.
- Patches config back to 30m (default). - Clears HEARTBEAT.md.
Unless you want an endless marathon, always define a termination condition in your task.
For multi-step tasks (like games or staged deployments), let the agent update HEARTBEAT.md itself.
If the monitoring task involves terminal output (e.g., Codex coding, compiling), running the task in a tmux session is ideal.
tmux capture-pane) without interfering.tmux attach) to watch live.For high-frequency modes (e.g., 1m), avoid spamming "Nothing happened".
HEARTBEAT_OK (silence) if the status hasn't changed.This skill uses openclaw config set to safely patch configuration at runtime, triggering a seamless Gateway reload.
安装 Sport Mode 后,可以对 AI 说这些话来触发它
Help me get started with Sport Mode
Explains what Sport Mode does, walks through the setup, and runs a quick demo based on your current project
Use Sport Mode to activate "Sport Mode" for high-frequency monitoring (default 3m hea...
Invokes Sport Mode with the right parameters and returns the result directly in the conversation
What can I do with Sport Mode in my developer & devops workflow?
Lists the top use cases for Sport Mode, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/sport-mode/ 目录(个人级,所有项目可用),或 .claude/skills/sport-mode/(项目级)。重启 AI 客户端后,用 /sport-mode 主动调用,或让 AI 根据上下文自动发现并使用。
Sport Mode 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Sport Mode 可免费安装使用。请查阅仓库了解许可证信息。
Activate "Sport Mode" for high-frequency monitoring (default 3m heartbeat) and auto-cleanup. Use when supervising intense tasks (Codex, builds, migrations).
Sport Mode 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Sport Mode
Identifies repetitive steps in your workflow and sets up Sport Mode to handle them automatically