← 返回 Skills 市场
1166
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install sport-mode
功能描述
Activate "Sport Mode" for high-frequency monitoring (default 3m heartbeat) and auto-cleanup. Use when supervising intense tasks (Codex, builds, migrations).
安全使用建议
This skill is coherent but makes live changes to your OpenClaw configuration and workspace files. Before installing: (1) confirm you have the openclaw CLI available and test `openclaw config` manually; (2) back up ~/.openclaw/openclaw.json so you can restore defaults; (3) prefer using OPENCLAW_WORKSPACE if you don't want HEARTBEAT.md in your current directory; (4) always include an explicit termination condition in the task (e.g., run `sport-mode off`) to avoid indefinite high-frequency polling; (5) be aware that letting an agent inspect tmux panes or workspace files can expose terminal output or other local data — grant that capability only if you trust the agent and task. If you want stricter control, run the script manually rather than allowing autonomous agent invocation.
功能分析
Type: OpenClaw Skill
Name: sport-mode
Version: 1.0.1
The skill is classified as suspicious due to its powerful capabilities and the significant attack surface it exposes. It modifies the OpenClaw agent's configuration (`~/.openclaw/openclaw.json`) using `openclaw config set` to alter its heartbeat frequency (scripts/sport-mode.sh). More critically, the skill writes user-provided task instructions directly into `HEARTBEAT.md`, and the documentation (SKILL.md, README.md) explicitly confirms that the OpenClaw agent is designed to parse and execute commands embedded within this file (e.g., `run: \`command\``). This makes the skill a direct conduit for user-supplied prompt injection, enabling the execution of arbitrary commands by the agent. While these capabilities are central to the skill's stated purpose, they represent high-risk behaviors without clear malicious intent from the skill itself, fitting the 'suspicious' threshold.
能力评估
Purpose & Capability
The name/description, README, SKILL.md, and the included script all align: the skill changes the agent heartbeat and writes/clears HEARTBEAT.md. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Runtime instructions and the script explicitly patch OpenClaw configuration (via `openclaw config set`) and create/overwrite HEARTBEAT.md in the workspace. The SKILL.md additionally recommends patterns like using tmux and letting the agent read/update HEARTBEAT.md; those recommendations imply the agent may access terminal output or workspace files (which is expected for a monitoring helper) but are outside the provided script itself. Users should be aware this skill modifies config and workspace files.
Install Mechanism
No install spec or external download is present — this is instruction-only plus a local script. Nothing is fetched from external URLs or written to nonstandard locations by an installer.
Credentials
The skill declares no required credentials or env vars. The script references HOME and an optional OPENCLAW_WORKSPACE (a reasonable, documented override) but does not request secrets. The single impactful action is changing the global heartbeat setting via the OpenClaw CLI, which is proportional to the stated purpose.
Persistence & Privilege
The skill does modify global OpenClaw configuration (agents.defaults.heartbeat.every) while active, which affects system-wide heartbeat cadence. It is not always-enabled and does not alter other skills' configs, but this global config change can increase resource/activity and should be used with explicit termination conditions to avoid prolonged high-frequency checks.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sport-mode - 安装完成后,直接呼叫该 Skill 的名称或使用
/sport-mode触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Removed Chinese translations from section headers and best practices for a more concise, English-only documentation.
- No changes to functionality or code; documentation only.
v1.0.0
- Introduced "Sport Mode" for enhanced high-frequency monitoring (default 3-minute heartbeat) and automatic cleanup.
- Adds the ability to inject a custom monitoring task into `HEARTBEAT.md` while sport mode is active.
- Simple commands to activate (`sport-mode on`) and deactivate (`sport-mode off`) with automatic heartbeat interval adjustment.
- Designed for supervising intense or long-running processes like builds, migrations, and interactive agents.
- Best practices included for efficient task management, state handling, and reducing unnecessary notifications.
元数据
常见问题
Sport Mode 是什么?
Activate "Sport Mode" for high-frequency monitoring (default 3m heartbeat) and auto-cleanup. Use when supervising intense tasks (Codex, builds, migrations). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1166 次。
如何安装 Sport Mode?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sport-mode」即可一键安装,无需额外配置。
Sport Mode 是免费的吗?
是的,Sport Mode 完全免费(开源免费),可自由下载、安装和使用。
Sport Mode 支持哪些平台?
Sport Mode 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sport Mode?
由 l1veIn(@l1vein)开发并维护,当前版本 v1.0.1。
推荐 Skills