x-knowledge-base自動收集 X 書籤並轉化為 Obsidian 知識庫,配備 AI 濃縮與交叉連結功能,支援自我進化趨勢分析
Install via ClawdBot CLI:
clawdbot install Hidicence/x-knowledge-base自動將 X (Twitter) 書籤轉化為 Obsidian Markdown 格式,建立個人知識庫。支援自我進化,根據書籤傾向動態調整關鍵字和趨勢分析。
"檢查我的書籤" - 抓取並儲存新書籤
"今天的趨勢是什麼" - 興趣趨勢報告(含動態調整)
"我的興趣變化了嗎" - 偵測興趣轉變
每次存書籤時,自動:
根據標籤自動建立相關書籤連結:
## 🔗 相關書籤
- [[書籤標題|標籤]]
x-knowledge-base/
├── SKILL.md
├── scripts/
│ ├── fetch_bookmarks.sh # 抓書籤
│ ├── fetch_article.sh # Jina AI 抓全文
│ └── save_obsidian.sh # 存 Obsidian
├── tools/
│ ├── bookmark_enhancer.py # AI 濃縮 + 交叉連結
│ └── trend_analyzer.py # 自我進化趨勢分析
└── config/
├── interests.yaml # 興趣標籤配置
└── trends.json # 趨勢數據(自動產生)
每次存書籤時:
trends.json根據趨勢數據,自動調整每日情報關鍵字:
# 趨勢分數計算
new_score = (current_count - previous_count) / previous_count * 100
if new_score > 50%: # 超過 50% 成長
alert("新興趨勢!")
根據書籤傾向:
https://r.jina.ai/http://x.com/用戶名/status/ID
{
"last_updated": "2026-02-18T14:00:00Z",
"tags": {
"ai": { "count": 15, "trend": "+20%" },
"video": { "count": 8, "trend": "+5%" },
"seo": { "count": 12, "trend": "-10%" }
},
"new_emerging": ["vibe-coding", "claude-code"],
"recommended_keywords": ["AI video generation", "Claude automation"]
}
| 功能 | x-bookmarks | 我們的 skill |
|------|-------------|--------------|
| 內容深度 | 摘要 | 完整原文 |
| AI 濃縮 | 無 | ✅ 有 |
| 儲存格式 | JSON | Obsidian Markdown |
| 趨勢分析 | 無 | ✅ 有 |
| 交叉連結 | 無 | ✅ 有 |
| 自我進化 | 無 | ✅ ⭐ 有 |
BIRD_AUTH_TOKEN(必填)BIRD_CT0(必填)MINIMAX_API_KEY(選填,不填則略過 AI 濃縮)MINIMAX_ENDPOINT(選填,預設 https://api.minimax.io/anthropic/v1/messages)MINIMAX_MODEL(選填,預設 MiniMax-M2.5)Generated Mar 1, 2026
Digital marketers use this skill to automatically save and summarize X bookmarks on trending topics like AI tools or SEO strategies. The AI summarization helps quickly extract key insights, while the self-evolving trend analysis identifies emerging topics to inform content strategies.
Researchers and students employ the skill to collect and organize X bookmarks on academic papers or industry news. The cross-linking feature creates connections between related topics in Obsidian, facilitating literature reviews, and the trend tracking monitors shifts in research interests over time.
Tech enthusiasts utilize this skill to build a personal knowledge base in Obsidian from X bookmarks on topics like programming or new technologies. The self-evolving capabilities adapt keyword priorities based on bookmarking habits, helping users stay updated on their evolving interests.
Business analysts leverage the skill to track competitors and industry trends by bookmarking relevant X posts. The AI summarization provides concise reports, and the trend analysis detects emerging tags, enabling proactive strategy adjustments based on market shifts.
Offer a free tier with basic bookmarking and summarization, while charging for advanced features like enhanced trend analysis, API integrations, or premium AI models. Revenue comes from monthly subscriptions, targeting professionals who need efficient information management.
Sell customized versions to companies for team collaboration, with features like shared knowledge bases, admin controls, and analytics dashboards. Revenue is generated through annual licenses and implementation services, focusing on industries like marketing or research.
Provide paid API access to the skill's core functionalities, such as AI summarization or trend analysis, allowing developers to integrate these into their own applications. Revenue streams include usage-based pricing and tiered API plans.
💬 Integration Tip
Ensure all required API keys (e.g., Twitter/Bird, Jina AI) are properly configured in environment variables to avoid runtime errors during bookmark fetching and processing.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Create, search, and manage Bear notes via grizzly CLI.
Track water and sleep with JSON file storage
Notion API for creating and managing pages, databases, and blocks.
Smart ClawdBot documentation access with local search index, cached snippets, and on-demand fetch. Token-efficient and freshness-aware.
Work with Obsidian vaults as a knowledge base. Features: fuzzy/phonetic search across all notes, auto-folder detection for new notes, create/read/edit notes with frontmatter, manage tags and wikilinks. Use when: querying knowledge base, saving notes/documents, editing existing notes by user instructions.