← Back to Skills Marketplace
Roadmap
by
bytesagain1
· GitHub ↗
· v2.0.0
· MIT-0
347
Downloads
0
Stars
1
Active Installs
7
Versions
Install in OpenClaw
/install roadmap
Description
Roadmap - command-line tool for everyday use Use when you need roadmap.
Usage Guidance
This skill appears locally scoped and implements a roadmap CLI that stores data in ~/.local/share/roadmap and does not contact external services or request credentials. Before installing/using: 1) Note that SKILL.md mentions ROADMAP_DIR but the bundled script ignores it—if you expect to change the data location either export HOME appropriately or edit the script to honor ROADMAP_DIR. 2) The tool writes plain text logs under your home directory; don't store secrets there and check permissions if you have privacy concerns. 3) Exports (JSON) are built manually and may not escape special characters correctly—review exported files if you rely on them. 4) If you want networked backups or integrations, those are not present and would require inspecting/modifying the script. Overall this is coherent for its stated purpose, but review and/or patch the ROADMAP_DIR behavior if you need configurable storage.
Capability Analysis
Type: OpenClaw Skill
Name: roadmap
Version: 2.0.0
The roadmap skill is a local productivity tool for managing task logs and timelines. The shell script (scripts/script.sh) performs basic file operations within a dedicated local directory (~/.local/share/roadmap) and lacks any network activity, credential access, or suspicious execution patterns.
Capability Assessment
Purpose & Capability
The name/description (roadmap CLI) align with the included script: it manages roadmap entries, timelines, exports, and status, storing data under the user's home directory. The skill does not request unrelated credentials or binaries.
Instruction Scope
SKILL.md describes commands and claims you can set ROADMAP_DIR to change the data directory. The shipped script, however, unconditionally uses DATA_DIR="${HOME}/.local/share/roadmap" and does not read ROADMAP_DIR. Also the SKILL.md command table is a subset of the script's actual subcommands. These are coherence/accuracy issues (functionality mismatch), not signs of exfiltration.
Install Mechanism
There is no install spec or third‑party download. This is an instruction-only skill with a single local bash script, so nothing is pulled from the network or written to system locations beyond the user's home directory during normal use.
Credentials
The skill declares no required environment variables or credentials. SKILL.md suggests ROADMAP_DIR can override the data directory, but the script does not honor that variable; the script implicitly relies on HOME. No sensitive secrets or external tokens are requested.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It creates and writes files only under ~/.local/share/roadmap (user-owned data), which is a normal level of persistence for a CLI tool.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install roadmap - After installation, invoke the skill by name or use
/roadmap - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.5
old template -> domain-specific v2.0.0
v1.0.4
old template -> domain-specific v2.0.0
v1.0.3
Quality upgrade
v1.0.2
Quality upgrade: custom functionality
v1.0.1
Standards compliance: unique content, no template text
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Roadmap?
Roadmap - command-line tool for everyday use Use when you need roadmap. It is an AI Agent Skill for Claude Code / OpenClaw, with 347 downloads so far.
How do I install Roadmap?
Run "/install roadmap" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Roadmap free?
Yes, Roadmap is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Roadmap support?
Roadmap is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Roadmap?
It is built and maintained by bytesagain1 (@bytesagain1); the current version is v2.0.0.
More Skills