← 返回 Skills 市场
ckchzh

Milestone

作者 BytesAgain2 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
248
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install milestone
功能描述
A focused utility tools tool built for Milestone. Use when you need milestone.
安全使用建议
This skill appears to be a straightforward local CLI that logs actions to ~/.local/share/milestone and can export those logs. It does not contact external services or request credentials. Before installing, consider: (1) the tool logs raw inputs — avoid entering passwords, API keys, or other secrets into commands handled by this tool; (2) if you want to ensure no external communication, review the full script locally (it's a plain shell script) to verify no network calls were added in later versions; (3) confirm you are comfortable with files being created under ~/.local/share/milestone and review/remove them if needed.
功能分析
Type: OpenClaw Skill Name: milestone Version: 2.0.1 The Milestone skill is a local utility for logging, searching, and exporting activity data to ~/.local/share/milestone/. The shell script (scripts/script.sh) implements basic file-based logging and reporting without any network access, data exfiltration, or suspicious execution patterns. While the SKILL.md documentation contains some poorly formatted command examples that appear to be copy-pasted terminal output, they do not pose a security risk to the agent or the host system.
能力评估
Purpose & Capability
The name/description (Milestone, a local utility) matches the included script and SKILL.md. The skill requires no credentials, no external binaries, and its functionality (logging, stats, export) is implemented in the provided shell script.
Instruction Scope
SKILL.md instructs use of a local CLI and references the same data directory (~/.local/share/milestone) used by the script. The instructions and script only read/write files in that directory and use local shell utilities (du, cat, tail, grep). There are no steps that access unrelated system files, environment secrets, or external endpoints.
Install Mechanism
There is no install spec (instruction-only skill + a bundled shell script). No downloads or archive extraction occur. Nothing is written outside the user's home data directory by design.
Credentials
The skill declares no required environment variables or credentials. The script uses HOME to build a per-user data directory, which is proportional to its purpose. There are no requests for tokens, keys, or unrelated service credentials.
Persistence & Privilege
The skill is not forced-always; it can be invoked by the user or autonomously per platform defaults. It does not modify other skills or system-wide settings. It persists only by creating and updating files under ~/.local/share/milestone.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install milestone
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /milestone 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
元数据
Slug milestone
版本 2.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Milestone 是什么?

A focused utility tools tool built for Milestone. Use when you need milestone. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 248 次。

如何安装 Milestone?

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

Milestone 是免费的吗?

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

Milestone 支持哪些平台?

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

谁开发了 Milestone?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.1。

💬 留言讨论