← 返回 Skills 市场
Step
作者
bytesagain-lab
· GitHub ↗
· v2.0.2
· MIT-0
277
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install step
功能描述
Log daily steps, set fitness goals, and chart walking trends. Use when logging counts, tracking progress, charting trends, setting goals.
安全使用建议
This skill appears to be a simple local CLI that stores step/fitness logs under ~/.local/share/step and operates offline. Before installing, review the full script if you want to confirm there are no hidden network calls or cron/scheduling behavior (the provided snippet shows only local file I/O and standard utilities like grep/du/tail). Expect the tool to create and append log files in that directory; back up or remove that directory if you stop using the skill. Autonomous agent invocation is allowed by default on the platform, but this skill does not request extra privileges or external credentials.
功能分析
Type: OpenClaw Skill
Name: step
Version: 2.0.2
The 'Step' skill is a local health-tracking utility designed to log and manage fitness data in a local directory (~/.local/share/step). Analysis of scripts/script.sh and SKILL.md reveals no evidence of malicious intent, data exfiltration, or unauthorized network activity. While the script contains minor bugs—specifically a duplicate 'export' case label that renders the actual data export function unreachable and some poorly formatted command examples in the documentation—these are clearly unintentional implementation flaws rather than security risks.
能力评估
Purpose & Capability
Name/description (step logging, goals, charts) matches the included shell script and SKILL.md: the tool logs entries, shows stats, exports data, and stores everything under ~/.local/share/step. No unrelated capabilities (cloud, cloud creds, system-wide config access) are requested.
Instruction Scope
SKILL.md instructs use of the local 'step' CLI and references only the DATA_DIR; the script reads/writes files only inside that directory and runs standard local utilities (du, tail, grep, wc). The instructions do not instruct the agent to read unrelated system files, environment secrets, or send data externally.
Install Mechanism
No install spec is provided (instruction-first skill). The included script is a plain Bash script; there's no download-from-URL or package install step that would write or execute remote code.
Credentials
No environment variables, credentials, or config paths are required. The script uses HOME implicitly to build a local data directory, which is appropriate for a per-user CLI tool.
Persistence & Privilege
Skill is not always-enabled and does not request privileged or system-wide persistence. It writes only to its own data directory (~/.local/share/step) and does not modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install step - 安装完成后,直接呼叫该 Skill 的名称或使用
/step触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.2
update
v2.0.1
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
元数据
常见问题
Step 是什么?
Log daily steps, set fitness goals, and chart walking trends. Use when logging counts, tracking progress, charting trends, setting goals. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 277 次。
如何安装 Step?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install step」即可一键安装,无需额外配置。
Step 是免费的吗?
是的,Step 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Step 支持哪些平台?
Step 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Step?
由 bytesagain-lab(@bytesagain-lab)开发并维护,当前版本 v2.0.2。
推荐 Skills