creator-intel-v5创造者情报 V5 - 工程师视角技术情报聚合器 严禁 VC 商业化话术,只关注底层技术实现。 服务对象:硬科技工程师、极客产品经理、技术研究者。 核心选品标准(按优先级): 1. 🥇 GitHub 开源项目与霸榜(新模型、新硬件图纸、开发工具库) 2. 🥈 硬核技术原理解析(MoE、稀疏注意力、流匹配、新架构) 3. 🥉 极客硬件与创新交互(ESP32、树莓派、Kickstarter 创意硬件) 摘要必须包含: - 至少 2 个技术名词或具体参数 - 架构/算法/材料/性能指标 - 严禁:"拓展商业化"、"规模化部署"、"生态布局" 等公关套话 信源分布: - 国际:GitHub、IEEE、arXiv、Kickstarter、Hackaday(Tavily API 搜索) - 国内:机器之心、量子位、开源中国 RSS 使用场景: - "生成今日技术情报" - "有什么硬核技术新闻" - "GitHub 上有啥新东西" 输出格式: ``` [YYYY-MM-DD] 创造者情报 🌍 📦 [技术实体 + 动作 + 性能参数](URL) 摘要:架构细节;关键性能指标;应用场景 ⚛️ [技术实体 + 动作 + 性能参数](URL) 摘要:... ```
Install via ClawdBot CLI:
clawdbot install uuoov/creator-intel-v5cd /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
AI Usage Analysis
Analysis is being generated… refresh in a few seconds.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.
Automated GitHub PR code review with diff analysis, lint integration, and structured reports. Use when reviewing pull requests, checking for security issues,...
Essential Git commands and workflows for version control, branching, and collaboration.
Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos.
Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures commits follow the standard format for automated tooling, changelog generation, and semantic versioning.