alex-de-kora134 downloadsMulti-source trending analyzer — scrape GitHub, HN, Medium, 知乎 & more, AI-analyze with Claude, auto-write to vault daily.
Multi-source trending content aggregator for Obsidian. Scrapes trending pages across GitHub, Hacker News, Medium, Zhihu, Twitter/X, and 20+ other sources, scores each item with AI, then writes a curated daily digest directly into your vault.
多源趋势内容聚合器。抓取 GitHub、Hacker News、知乎、Medium、Twitter/X 等 25+ 个站点的热门内容,用 AI 逐条评分分析,自动将精选日报写入 Obsidian Vault。
<vault>/.obsidian/plugins/trending-digest/ / 解压到此目录cd <vault>/.obsidian/plugins/
git clone https://github.com/alex-de-kora/obsidian-trending-digest trending-digest
Open Settings → Trending Digest. / 打开 Obsidian 设置 → Trending Digest。
The plugin requires a Claude-compatible API endpoint: / 插件需要 Claude 兼容的 API 端点:
| Field / 字段 | Description / 说明 |
|---|---|
| API Key | Your API key (Anthropic, or any compatible provider) / 你的 API 密钥 |
| API Base URL | Default https://api.anthropic.com — set to your provider's endpoint / 默认 Anthropic 官方,可改为自己的代理 |
| Model ID / 模型 ID | Model identifier (e.g., claude-sonnet-4-6, deepseek-v4-pro) / 模型标识 |
💡 Works with Anthropic API, DeepSeek, OpenRouter, or any Anthropic Messages API-compatible endpoint. / 支持 Anthropic API、DeepSeek、OpenRouter 等所有兼容 Anthropic Messages API 的服务。
Toggle individual sources on/off. Categories include: / 按类别勾选:
Check the domains you care about. The AI will prioritize items matching your selected areas. / 勾选关注的领域,AI 评分时会侧重这些方向。
可选领域包括:AI/Agent/MCP、大模型、开发工具、开源项目、前端/设计、DevOps、数据科学、创业/融资、SaaS、增长/营销、哲学/思维、认知科学、教育、3D/游戏、写作、健康、效率等。
Cmd/Ctrl+P → Trending Digest: Run / 点击左侧 🌊 图标,或 Cmd/Ctrl+P 搜「抓取 Trending Digest」2026-06-12.md / 插件自动抓取、AI 评分、写入日报---
tags: [trending, multi-source, daily, 2026-06-12]
date: 2026-06-12
mode: daily
sources: [github, hackernews, zhihu]
total_items: 15
---
# 🌊 Trending Digest (daily) — 2026-06-12
> 关注方向:AI/Agent/MCP, 开发工具/CLI
> 来源数据:github:5 hackernews:3 zhihu:7
> 模型:Claude Sonnet 4.6
---
## 🐙 GitHub Trending
### 🎨 [owner/repo](https://github.com/owner/repo) `8/10`
> Repository description
**评价**:Highly relevant to agent tools ★ 120 today
**详情**:New open-source MCP server framework with 15k total stars
**标签**:`mcp` `agent` `typescript`
---
*自动生成 by Trending Digest Plugin · 2026-06-12*
To change tracked accounts, edit the accounts array in main.js: / 编辑 main.js 中的 accounts 数组:
const accounts = [
"OpenAI",
"AnthropicAI",
"AIatMeta",
"GoogleAI",
"ylecun",
"AndrejKarpathy",
"huggingface",
"langchain",
"_akhaliq",
"simonw",
"kaborobots"
];
MIT
alex-de-kora