# Send X Followings Digest to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "x-followings-digest",
    "name": "X Followings Digest",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/kaima2022/x-followings-digest",
    "canonicalUrl": "https://clawhub.ai/kaima2022/x-followings-digest",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/x-followings-digest",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=x-followings-digest",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/analyst_prompt_template.md",
      "scripts/fetch_followings_tweets.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/x-followings-digest"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/x-followings-digest",
    "downloadUrl": "https://openagent3.xyz/downloads/x-followings-digest",
    "agentUrl": "https://openagent3.xyz/skills/x-followings-digest/agent",
    "manifestUrl": "https://openagent3.xyz/skills/x-followings-digest/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/x-followings-digest/agent.md"
  }
}
```
## Documentation

### X关注列表日报生成器 / X Followings Digest Generator

自动抓取你关注的人的最新推文，并生成结构化的AI日报。

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

### 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
建议设置定时任务每日自动运行
Recommended: set up cron job for daily auto-run
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: kaima2022
- Version: 1.1.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/x-followings-digest)
- [Send to Agent page](https://openagent3.xyz/skills/x-followings-digest/agent)
- [JSON manifest](https://openagent3.xyz/skills/x-followings-digest/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/x-followings-digest/agent.md)
- [Download page](https://openagent3.xyz/downloads/x-followings-digest)