← Back to Skills Marketplace
Milestone
by
BytesAgain2
· GitHub ↗
· v2.0.1
· MIT-0
248
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install milestone
Description
A focused utility tools tool built for Milestone. Use when you need milestone.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install milestone - After installation, invoke the skill by name or use
/milestone - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Milestone?
A focused utility tools tool built for Milestone. Use when you need milestone. It is an AI Agent Skill for Claude Code / OpenClaw, with 248 downloads so far.
How do I install Milestone?
Run "/install milestone" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Milestone free?
Yes, Milestone is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Milestone support?
Milestone is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Milestone?
It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.1.
More Skills