# Send Ai Trend Curation 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": "ai-trend-curation",
    "name": "Ai Trend Curation",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/yusaku-0426/ai-trend-curation",
    "canonicalUrl": "https://clawhub.ai/yusaku-0426/ai-trend-curation",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ai-trend-curation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-trend-curation",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "ai-trend-curation",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T01:49:44.913Z",
      "expiresAt": "2026-05-06T01:49:44.913Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-trend-curation",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-trend-curation",
        "contentDisposition": "attachment; filename=\"ai-trend-curation-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "ai-trend-curation"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ai-trend-curation"
    },
    "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/ai-trend-curation",
    "downloadUrl": "https://openagent3.xyz/downloads/ai-trend-curation",
    "agentUrl": "https://openagent3.xyz/skills/ai-trend-curation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-trend-curation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-trend-curation/agent.md"
  }
}
```
## Documentation

### ai-trend-curation

X (Twitter) から AI 関連のトレンドツイートを収集・キュレーションし、Slack に投稿する。

### Step 1: ツイート検索

node scripts/ai_trends.js search

xurl CLI で日本語・英語の AI 関連ツイートを検索。いいね100以上（日本語）/ 500以上（英語）をフィルタ。

### Step 2: キュレーション（エージェント実行）

検索結果をもとに、エージェントが以下を判断:

5-8件を選定（日本語3-5件 + 英語3-5件のバランス）
驚き屋・煽り系は排除。実務者・技術者の実践ベース投稿を優先
各ツイートに category, author_desc, text_ja(英語の場合), quote_suggestion を付与

### Step 3: 重複チェック

node scripts/ai_trends.js check-recent

最近投稿済みのURLと重複しないか確認。

### Step 4: Block Kit フォーマット

node scripts/ai_trends.js format-blocks \\
  --tweets='[{...curated tweets...}]' \\
  --summary="今日のAIトレンド要約"

### Step 5: Slack 投稿

openclaw message send で親メッセージ + スレッド返信を投稿。

### Step 6: 投稿済みマーク

node scripts/ai_trends.js mark-posted --urls='["url1","url2"]'

### 選定フィルター

@yusaku_0426 が引用して付加価値を出せるか
元ツイートの発信者がRTしてくれそうか（批判・揚げ足取りNG）

### 引用ツイート案のペルソナ

一人称「僕」、丁寧語 or 体言止め。情報整理型キュレーター。
5-100文字で簡潔に。「最高！」「同意です」のような薄いリアクションは絶対NG。

### 引用パターン (A-H)

A: 要点抜粋+補足解説
B: 注目ポイント指摘（「地味に重要なのは〜」）
C: 活用報告（「試してみた」＋体験）
D: 共感（短い一言で同意）
E: 一行要約（本質をワンフレーズに凝縮）
F: 問いかけ・展開（「これ〜にも応用できそう」）
G: 比較・接続（別ツール/事例と比較）
H: 数字・データ強調

### カテゴリ

:rocket: new_release
:hammer_and_wrench: tools
:microscope: research
:thought_balloon: opinions
:bulb: tips
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: yusaku-0426
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T01:49:44.913Z
- Expires at: 2026-05-06T01:49:44.913Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ai-trend-curation)
- [Send to Agent page](https://openagent3.xyz/skills/ai-trend-curation/agent)
- [JSON manifest](https://openagent3.xyz/skills/ai-trend-curation/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ai-trend-curation/agent.md)
- [Download page](https://openagent3.xyz/downloads/ai-trend-curation)