π¦ ClawHub
Trend Watcher
by @guogang1024
Monitors GitHub Trending and tech communities to track and analyze emerging tools in CLI, AI/ML, automation, and developer categories.
π‘ Examples
# Check today's trending repositories
openclaw run trend-watcherCheck trending in specific language
openclaw run trend-watcher --language pythonCheck weekly trends
openclaw run trend-watcher --period weeklyGenerate detailed report
openclaw run trend-watcher --report fullSave interesting projects to bookmarks
openclaw run trend-watcher --bookmark trending.txtFocus on specific categories
openclaw run trend-watcher --categories "cli,ai,memory"
βοΈ Configuration
--language, -l: Programming language (python, javascript, typescript, go, etc.)--period, -p: Time period (daily, weekly, monthly)--categories, -c: Categories to focus on (cli,ai,memory,automation,learning)--report, -r: Report type (quick, standard, full)--bookmark, -b: File to save interesting projects--limit, -n: Number of results (default: 10)TERMINAL
clawhub install trend-watcher