content-source-aggregator
4
总安装量
1
周安装量
#51831
全站排名
安装命令
npx skills add https://github.com/aaaaqwq/claude-code-skills --skill content-source-aggregator
Agent 安装分布
amp
1
cline
1
opencode
1
cursor
1
continue
1
kimi-cli
1
Skill 文档
ä¿¡æ¯æºçç¹ééå¨
ä» 6 大平å°å è´¹ééçé¨å 容ï¼è¾åºæ åå JSON çç¹æ± ã
æ¯æå¹³å°
| å¹³å° | æ¹å¼ | å è´¹é¢åº¦ | ç¶æ |
|---|---|---|---|
| X/Twitter | syndication API (æ é认è¯) | æ é | â |
| YouTube | RSS Feed (é¢é级) + yt-dlp | æ é | â |
| Bç« | å ¬å¼ API (ranking/v2) | æ é | â |
| GitHub | Search API (æ 认è¯) | 60次/å°æ¶ | â |
| PullPush API | æ é | â | |
| æé³ | çæ API (æ é认è¯) | æ é | â |
| LinuxDo | Discourse JSON API | æ é | â³ éç»å½æ |
| å°çº¢ä¹¦ | Web 端 SSR è§£æ | æ é | â³ éç»å½æ |
| å¾®ä¿¡å ¬ä¼å· | æç微信æç´¢ | æé | â³ éç»å½æ |
| 微信è§é¢å· | æ å ¬å¼ API | – | â³ é Playwright |
ä½¿ç¨æ¹æ³
# ééææå¹³å°
python3 ~/clawd/skills/content-source-aggregator/scripts/fetch_all.py
# ééå个平å°
python3 ~/clawd/skills/content-source-aggregator/scripts/fetch_all.py --source twitter
python3 ~/clawd/skills/content-source-aggregator/scripts/fetch_all.py --source youtube
python3 ~/clawd/skills/content-source-aggregator/scripts/fetch_all.py --source bilibili
python3 ~/clawd/skills/content-source-aggregator/scripts/fetch_all.py --source github
python3 ~/clawd/skills/content-source-aggregator/scripts/fetch_all.py --source reddit
python3 ~/clawd/skills/content-source-aggregator/scripts/fetch_all.py --source linuxdo
è¾åº
æ åå JSON åå
¥ ~/clawd/workspace/content-pipeline/hotpool/YYYY-MM-DD.json
{
"date": "2026-02-19",
"fetched_at": "2026-02-19T10:00:00+08:00",
"items": [
{
"source": "reddit",
"title": "...",
"url": "...",
"summary": "...",
"heat_score": 85,
"category": "AI/Tech",
"engagement": {"upvotes": 1200, "comments": 340},
"fetched_at": "..."
}
]
}
åå¹³å° API 详æ
X/Twitter
- 端ç¹:
https://syndication.twitter.com/srv/timeline-profile/screen-name/{username} - æ¹å¼: è§£æè¿å HTML ä¸çæ¨æææ¬
- å¯é ç½®å ³æ³¨çè´¦å·å表
YouTube
- 端ç¹:
https://www.youtube.com/feeds/videos.xml?channel_id={id} - æ¹å¼: RSS XML è§£æ
- å¯é ç½®å ³æ³¨çé¢éå表
- å¤é: yt-dlp è·å trending
Bç«
- ç鍿è¡:
https://api.bilibili.com/x/web-interface/ranking/v2?rid=0&type=all - çæ:
https://api.bilibili.com/x/web-interface/wbi/search/square?limit=10 - éè¦ Referer: https://www.bilibili.com
GitHub
- 端ç¹:
https://api.github.com/search/repositories?q=stars:>100+pushed:>{date}&sort=stars - æ è®¤è¯ 60 次/å°æ¶ï¼å¤ç¨
- 端ç¹:
https://api.pullpush.io/reddit/search/submission/?subreddit={sub}&sort=score&sort_type=desc&size=10 - å è´¹æ éå¶
LinuxDo
- 端ç¹:
https://linux.do/latest.json?order=default - Discourse æ å APIï¼å è´¹å ¬å¼
é ç½®
ç¼è¾ scripts/config.json èªå®ä¹å
³æ³¨çè´¦å·/é¢é/åçåã
ä¸å å®¹æµæ°´çº¿éæ
æ¬ skill æ¯å 容åä½ SOP ç Phase 1ï¼çç¹ééï¼ï¼è¾åºä¾ research agent åéé¢è¯åã