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,专业的AI技能分享平台。
# 默认最近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 质量中等偏上。优点是操作简单、文档清晰,中英文双语支持方便不同用户,提示词设计合理能生成结构化的日报。不足之处是功能实现较为基础,依赖第三方工具且未提供安装帮助,时间筛选的准确性可能不够理想。对于需要定期整理关注列表动态的用户来说有一定实用价值,但配置过程需要一定动手能力。