Machine Learning Roadmap
/install machine-learning-roadmap
Machine Learning Roadmap
Machine Learning Roadmap v2.0.0 — a content toolkit for drafting, editing, optimizing, and managing machine learning content. Create outlines, write headlines, generate CTAs, manage hashtags, rewrite content, translate text, and adjust tone — all tracked with timestamped entries stored locally.
Commands
Run scripts/script.sh \x3Ccommand> [args] to use.
| Command | Description |
|---|---|
draft \x3Cinput> |
Record a draft entry. Without args, shows the 20 most recent draft entries. |
edit \x3Cinput> |
Record an edit entry. Without args, shows recent edit entries. |
optimize \x3Cinput> |
Record an optimization entry. Without args, shows recent optimize entries. |
schedule \x3Cinput> |
Record a scheduling entry. Without args, shows recent schedule entries. |
hashtags \x3Cinput> |
Record a hashtags entry. Without args, shows recent hashtags entries. |
hooks \x3Cinput> |
Record a hooks entry. Without args, shows recent hooks entries. |
cta \x3Cinput> |
Record a call-to-action entry. Without args, shows recent CTA entries. |
rewrite \x3Cinput> |
Record a rewrite entry. Without args, shows recent rewrite entries. |
translate \x3Cinput> |
Record a translation entry. Without args, shows recent translate entries. |
tone \x3Cinput> |
Record a tone adjustment entry. Without args, shows recent tone entries. |
headline \x3Cinput> |
Record a headline entry. Without args, shows recent headline entries. |
outline \x3Cinput> |
Record an outline entry. Without args, shows recent outline entries. |
stats |
Show summary statistics across all entry types (counts, data size). |
export \x3Cfmt> |
Export all data in json, csv, or txt format. |
search \x3Cterm> |
Search all log files for a term (case-insensitive). |
recent |
Show the 20 most recent entries from the activity history. |
status |
Health check — version, data directory, entry count, disk usage. |
help |
Show help message with all available commands. |
version |
Show version string (machine-learning-roadmap v2.0.0). |
Data Storage
All data is stored in ~/.local/share/machine-learning-roadmap/:
- Each command type writes to its own
.logfile (e.g.,draft.log,headline.log,translate.log) - Entries are timestamped in
YYYY-MM-DD HH:MM|\x3Cvalue>format - A unified
history.logtracks all actions across command types - Export files are written to the same directory as
export.json,export.csv, orexport.txt
Requirements
- Bash 4+ with
set -euo pipefail - Standard Unix utilities (
date,wc,du,tail,grep,sed,cat) - No external dependencies — works out of the box on Linux and macOS
When to Use
- Drafting ML content — use
draftandoutlineto capture ideas and structure articles, blog posts, or course materials about machine learning topics - Headline and hook creation — record
headlineandhooksentries to brainstorm attention-grabbing titles and opening lines for ML content - Content optimization — use
optimize,rewrite, andtoneto track iterations as you refine ML tutorials, documentation, or marketing copy - Multi-language content — record
translateentries when adapting ML learning materials for different language audiences - Content scheduling and CTAs — use
scheduleandctato plan publication timelines and track call-to-action variations for ML courses or newsletters
Examples
# Draft a new ML blog post idea
machine-learning-roadmap draft "Introduction to Neural Networks: A Beginner's Guide"
# Create an outline for a tutorial
machine-learning-roadmap outline "1. What is ML? 2. Supervised vs Unsupervised 3. Tools 4. Practice Projects"
# Record a headline variation
machine-learning-roadmap headline "5 Python Libraries Every ML Engineer Must Know in 2025"
# Generate hashtags for social media
machine-learning-roadmap hashtags "#MachineLearning #AI #DeepLearning #Python #DataScience"
# Export all content data as CSV
machine-learning-roadmap export csv
# Search for entries mentioning a topic
machine-learning-roadmap search "neural"
# View summary statistics
machine-learning-roadmap stats
Output
All commands print results to stdout. Each recording command confirms the save and shows the total entry count for that category. Redirect output to a file with:
machine-learning-roadmap stats > report.txt
Configuration
Set the DATA_DIR inside the script or modify the default path ~/.local/share/machine-learning-roadmap/ to change where data is stored.
Powered by BytesAgain | bytesagain.com | [email protected]
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install machine-learning-roadmap - 安装完成后,直接呼叫该 Skill 的名称或使用
/machine-learning-roadmap触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Machine Learning Roadmap 是什么?
Follow a structured ML roadmap connecting concepts, tools, and learning resources. Use when planning study paths, discovering resources, mapping skills. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。
如何安装 Machine Learning Roadmap?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install machine-learning-roadmap」即可一键安装,无需额外配置。
Machine Learning Roadmap 是免费的吗?
是的,Machine Learning Roadmap 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Machine Learning Roadmap 支持哪些平台?
Machine Learning Roadmap 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Machine Learning Roadmap?
由 BytesAgain2(@ckchzh)开发并维护,当前版本 v1.0.0。