多平台工具集成
统一API调用外部服务
trend-watcher 用于监控 GitHub Trending 及技术社区,帮助用户及时发现新兴工具与技术动向。
该技能无需额外安装,通过 openclaw 命令直接调用。
# 查看今日热门仓库
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 编程语言;–period 时间周期;–categories 关注类别;–report 报告类型;–bookmark 书签路径;–limit 结果数量 |
| 输出结果 | 终端趋势列表、报告文本、书签文件 |
| 适用人群 | 技术开发者、开源调研人员、学习者 |
| 不包含功能 | 私有仓库访问、非GitHub平台监控、代码质量评估、自动部署 |
原始链接:https://github.com/openclaw/skills/tree/main/skills/guogang1024/trend-watcher/SKILL.md
来源类型:GitHub 仓库