X Followings Digest

👤 kaima2022 📦 v1.1.1 ⭐ 4.2 ⬇️ 3K 下載
📚 知識管理 免費 🔑 需 API Key

📖 技能介紹


name: x-followings-digest description: | Auto-fetch latest tweets from your X/Twitter followings and generate structured AI digest. Supports custom time ranges: 1 day, 3 days, 7 days, or custom.

自動抓取X/Twitter關注列表的最新推文,並使用AI分析師提示詞生成結構化日報。支援自定義時間段:1天、3天、7天或自定義天數。

Trigger Words: - "summarize my followings", "X digest", "Twitter summary", "tweets from last 3 days", "weekly summary"

觸發詞: - "總結關注列表", "X日報", "Twitter摘要", "過去3天的推文", "一週摘要"

Prerequisites: X auth via AUTH_TOKEN & CT0 env vars

X關注列表日報生成器 / X Followings Digest Generator

自動抓取你關注的人的最新推文,並生成結構化的AI日報。

Auto-fetch latest tweets from your followings and generate structured AI digest.

快速開始 / Quick Start

1. 配置X授權 / Configure X Auth

export AUTH_TOKEN="your_auth_token"
export CT0="your_ct0"

2. 獲取關注列表推文 / Fetch Tweets

# 預設最近1天 / Default: last 1 day
./scripts/fetch_followings_tweets.sh

# 指定數量和時間 / Specify count & days
./scripts/fetch_followings_tweets.sh 50 1   # 50 tweets, 1 day
./scripts/fetch_followings_tweets.sh 50 3   # 50 tweets, 3 days
./scripts/fetch_followings_tweets.sh 100 7  # 100 tweets, 7 days (weekly)

3. 生成日報 / Generate Digest

將獲取到的推文內容,使用 analyst_prompt_template.md 中的提示詞模板進行分析。

Feed the fetched tweets to the AI using the prompt template in references/analyst_prompt_template.md.

輸出格式 / Output Format

日報包含以下分類(僅顯示有內容的類別):

Digest includes (only shows categories with content):

  • 🔥 重大事件 / Major Events - 具體細節和影響分析 / Specific details & impact analysis
  • 🚀 產品釋出 / Product Releases - 新模型、API更新、工具版本 / New models, API updates, tools
  • 💡 技術洞察 / Tech Insights - 技術方案、最佳化技巧、程式碼片段 / Technical solutions, optimizations
  • 🔗 資源彙總 / Resources - 論文、開源專案、教程、工具 / Papers, OSS, tutorials, tools
  • 🎁 福利羊毛 / Deals & Freebies - 免費額度、優惠、贈品 / Free credits, discounts, giveaways
  • 📊 輿情訊號 / Signals - 爭議話題、預測、警告 / Controversies, predictions, warnings

語言設定 / Language Setting

在呼叫AI分析時,通過提示詞指定輸出語言:

When calling the AI, specify output language in the prompt:

  • 中文輸出: 使用提示詞中的 [中文] 部分
  • English Output: Use the [EN] section in the prompt template
  • 中英雙語: 使用完整提示詞,要求 bilingual output

依賴 / Dependencies

  • bird CLI (X/Twitter client)
  • AUTH_TOKEN & CT0 from browser cookies

注意事項 / Notes

  • 推文數量越多,處理時間越長
  • More tweets = longer processing time

    小蔥技能7w4.net有完整的技能分類。

  • 建議設定定時任務每日自動執行
  • Recommended: set up cron job for daily auto-run

🤖 AI 評測

這個 Skill 質量中等偏上。優點是操作簡單、文件清晰,中英文雙語支援方便不同使用者,提示詞設計合理能生成結構化的日報。不足之處是功能實現較為基礎,依賴第三方工具且未提供安裝幫助,時間篩選的準確性可能不夠理想。對於需要定期整理關注列表動態的使用者來說有一定實用價值,但配置過程需要一定動手能力。

📊 多維度評分

適應性4.3
規範性4.2
有效性4.2
可靠性4.2
可信度4.5

📁 包含檔案 (4 個)

📄 SKILL.md 3.1 KB
📄 _meta.json 138 B
📄 references/analyst_prompt_template.md 2.7 KB
📄 scripts/fetch_followings_tweets.sh 1013 B