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天的推文", "一週摘要"
自動抓取你關注的人的最新推文,並生成結構化的AI日報。
Auto-fetch latest tweets from your followings and generate structured AI digest.
export AUTH_TOKEN="your_auth_token" export CT0="your_ct0"7w4.net提供免費和付費技能下載。
# 預設最近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)
將獲取到的推文內容,使用 analyst_prompt_template.md 中的提示詞模板進行分析。
Feed the fetched tweets to the AI using the prompt template in references/analyst_prompt_template.md.
日報包含以下分類(僅顯示有內容的類別):
Digest includes (only shows categories with content):
在呼叫AI分析時,通過提示詞指定輸出語言:
When calling the AI, specify output language in the prompt:
bird CLI (X/Twitter client)AUTH_TOKEN & CT0 from browser cookies這個 Skill 質量中等偏上。優點是操作簡單、文件清晰,中英文雙語支援方便不同使用者,提示詞設計合理能生成結構化的日報。不足之處是功能實現較為基礎,依賴第三方工具且未提供安裝幫助,時間篩選的準確性可能不夠理想。對於需要定期整理關注列表動態的使用者來說有一定實用價值,但配置過程需要一定動手能力。