cd /path/to/creator-intel-v5 && python3 scripts/generate_intel.py
# 每天早上 9:00 自动推送
openclaw cron add \
--name "creator-intel-morning" \
--schedule "0 9 * * *" \
--command "python3 /path/to/creator-intel-v5/scripts/generate_intel.py" \
--channel feishu
在 scripts/generate_intel.py 中设置:
TAVILY_API_KEY = "your-tavily-api-key"
编辑 ENGINEER_QUERIES 列表自定义搜索方向:
❌ VC 视角(已废弃):
> 星海图获 10 亿元融资,从开发者市场向生产力市场拓展商业化落地
✅ 工程师视角(V5 标准):
> 星海图灵巧手开源数据集,发布百万级操作数据集与强化学习训练框架,基于 Transformer 架构的动作预测模型在 6 自由度抓取任务中达到 85% 成功率,支持 Sim2Real 迁移
| Emoji | 类别 | 示例 |
|---|---|---|
| ------- | ------ | ------ |
| 📦 | GitHub 开源 | 开源机器人、工具库 |
| ⚛️ | 架构/算法 | MoE、稀疏注意力、扩散模型 |
| 🛠️ | 极客硬件 | ESP32、树莓派、NVMe |
| 🔬 | 手术机器人 | 医疗机器人、精密控制 |
| 🧠 | 脑机接口 | BCI、神经信号处理 |
| 💡 | 其他技术 | 创新应用 |
~/.openclaw/creator-intel/history.jsonpip install feedparser requests
MIT
共 1 个版本