with one click
find-topic
选题情报 - 自动采集 HN/GitHub/Reddit/X 热点 + AI 评分 + 去重推送
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
选题情报 - 自动采集 HN/GitHub/Reddit/X 热点 + AI 评分 + 去重推送
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
火山引擎语音识别 - 将音频/视频转文字,支持长音频分段识别。
Use when publishing an Obsidian plugin to the community plugin store, creating GitHub Releases for Obsidian plugins, or submitting PRs to obsidianmd/obsidian-releases
一键部署静态网站到 Vercel 和 Cloudflare Pages。支持 HTML/React/Vue 等任意静态项目。
将 Expo/React Native 项目通过 EAS Build 构建 iOS 包并提交到 TestFlight。支持从零配置 EAS、构建、提交全流程。
综合画图工具 - AI 生图 (Nanobanana/Gemini) + 图片后处理(拼接/抠图/圆形裁剪/合成)。支持中英文自然语言画图。
统一搜索与抓取能力层 - 整合所有外部信息获取接口(搜索、抓取、下载)
| name | find-topic |
| description | 选题情报 - 自动采集 HN/GitHub/Reddit/X 热点 + AI 评分 + 去重推送 |
| user-invocable | true |
| allowed-tools | Bash(python:*), Read, Write |
自动采集多平台热点,AI 评分后推送最佳选题建议。
# 完整流程:采集 + 评分 + 去重 + 推送
python3 ~/.claude/skills/find-topic/briefing.py
# 仅采集(不评分不推送)
python3 ~/.claude/skills/find-topic/briefing.py --collect-only
# 指定数据源
python3 ~/.claude/skills/find-topic/briefing.py --sources hackernews,github
# 跳过推送(调试用)
python3 ~/.claude/skills/find-topic/briefing.py --no-push
当用户说 /find-topic 时:
briefing.py 完整流程| 源 | 采集内容 |
|---|---|
| HackerNews | Top 30 stories (score > 100) |
| GitHub Trending | 每日趋势仓库 |
| r/MachineLearning, r/LocalLLaMA, r/programming | |
| Twitter/X | AI/LLM 相关讨论(通过 Grok) |
pac.topic_briefings 存储历史从 ~/.claude/secrets.env 加载:
OPENROUTER_API_KEY - AI 评分XAI_API_KEY - Twitter/X 采集REDDIT_CLIENT_ID / REDDIT_CLIENT_SECRET - Reddit 采集LINEAR_API_KEY - Linear 去重 + 创建 Issue