监控 GitHub 趋势榜与技术社区,追踪新兴工具与技术。
# 查看今日趋势仓库
openclaw run trend-watcher
# 查看特定语言趋势
openclaw run trend-watcher --language python
# 查看每周趋势
openclaw run trend-watcher --period weekly
# 生成详细报告
openclaw run trend-watcher --report full
# 将感兴趣项目保存至书签
openclaw run trend-watcher --bookmark trending.txt
# 聚焦特定类别
openclaw run trend-watcher --categories "cli,ai,memory"
--language, -l:编程语言(python、javascript、typescript、go 等)--period, -p:时间周期(daily、weekly、monthly)--categories, -c:关注类别(cli、ai、memory、automation、learning)--report, -r:报告类型(quick、standard、full)--bookmark, -b:保存感兴趣项目的文件--limit, -n:结果数量(默认:10)本工具集成以下系统:
- GitHub 趋势榜 API
- 飞书文档(用于报告生成)
- 项目追踪书签系统
- 趋势日志的每日记忆文件
OpenClaw Agent —— 自我提升工具构建者