{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ai-trend-curation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-trend-curation",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/ai-trend-curation",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "ai-trend-curation",
        "body": "X (Twitter) から AI 関連のトレンドツイートを収集・キュレーションし、Slack に投稿する。"
      },
      {
        "title": "Step 1: ツイート検索",
        "body": "node scripts/ai_trends.js search\n\nxurl CLI で日本語・英語の AI 関連ツイートを検索。いいね100以上（日本語）/ 500以上（英語）をフィルタ。"
      },
      {
        "title": "Step 2: キュレーション（エージェント実行）",
        "body": "検索結果をもとに、エージェントが以下を判断:\n\n5-8件を選定（日本語3-5件 + 英語3-5件のバランス）\n驚き屋・煽り系は排除。実務者・技術者の実践ベース投稿を優先\n各ツイートに category, author_desc, text_ja(英語の場合), quote_suggestion を付与"
      },
      {
        "title": "Step 3: 重複チェック",
        "body": "node scripts/ai_trends.js check-recent\n\n最近投稿済みのURLと重複しないか確認。"
      },
      {
        "title": "Step 4: Block Kit フォーマット",
        "body": "node scripts/ai_trends.js format-blocks \\\n  --tweets='[{...curated tweets...}]' \\\n  --summary=\"今日のAIトレンド要約\""
      },
      {
        "title": "Step 5: Slack 投稿",
        "body": "openclaw message send で親メッセージ + スレッド返信を投稿。"
      },
      {
        "title": "Step 6: 投稿済みマーク",
        "body": "node scripts/ai_trends.js mark-posted --urls='[\"url1\",\"url2\"]'"
      },
      {
        "title": "選定フィルター",
        "body": "@yusaku_0426 が引用して付加価値を出せるか\n元ツイートの発信者がRTしてくれそうか（批判・揚げ足取りNG）"
      },
      {
        "title": "引用ツイート案のペルソナ",
        "body": "一人称「僕」、丁寧語 or 体言止め。情報整理型キュレーター。\n5-100文字で簡潔に。「最高！」「同意です」のような薄いリアクションは絶対NG。"
      },
      {
        "title": "引用パターン (A-H)",
        "body": "A: 要点抜粋+補足解説\nB: 注目ポイント指摘（「地味に重要なのは〜」）\nC: 活用報告（「試してみた」＋体験）\nD: 共感（短い一言で同意）\nE: 一行要約（本質をワンフレーズに凝縮）\nF: 問いかけ・展開（「これ〜にも応用できそう」）\nG: 比較・接続（別ツール/事例と比較）\nH: 数字・データ強調"
      },
      {
        "title": "カテゴリ",
        "body": ":rocket: new_release\n:hammer_and_wrench: tools\n:microscope: research\n:thought_balloon: opinions\n:bulb: tips"
      }
    ],
    "body": "ai-trend-curation\n\nX (Twitter) から AI 関連のトレンドツイートを収集・キュレーションし、Slack に投稿する。\n\nワークフロー\nStep 1: ツイート検索\nnode scripts/ai_trends.js search\n\n\nxurl CLI で日本語・英語の AI 関連ツイートを検索。いいね100以上（日本語）/ 500以上（英語）をフィルタ。\n\nStep 2: キュレーション（エージェント実行）\n\n検索結果をもとに、エージェントが以下を判断:\n\n5-8件を選定（日本語3-5件 + 英語3-5件のバランス）\n驚き屋・煽り系は排除。実務者・技術者の実践ベース投稿を優先\n各ツイートに category, author_desc, text_ja(英語の場合), quote_suggestion を付与\nStep 3: 重複チェック\nnode scripts/ai_trends.js check-recent\n\n\n最近投稿済みのURLと重複しないか確認。\n\nStep 4: Block Kit フォーマット\nnode scripts/ai_trends.js format-blocks \\\n  --tweets='[{...curated tweets...}]' \\\n  --summary=\"今日のAIトレンド要約\"\n\nStep 5: Slack 投稿\n\nopenclaw message send で親メッセージ + スレッド返信を投稿。\n\nStep 6: 投稿済みマーク\nnode scripts/ai_trends.js mark-posted --urls='[\"url1\",\"url2\"]'\n\n選定フィルター\n@yusaku_0426 が引用して付加価値を出せるか\n元ツイートの発信者がRTしてくれそうか（批判・揚げ足取りNG）\n引用ツイート案のペルソナ\n\n一人称「僕」、丁寧語 or 体言止め。情報整理型キュレーター。 5-100文字で簡潔に。「最高！」「同意です」のような薄いリアクションは絶対NG。\n\n引用パターン (A-H)\nA: 要点抜粋+補足解説\nB: 注目ポイント指摘（「地味に重要なのは〜」）\nC: 活用報告（「試してみた」＋体験）\nD: 共感（短い一言で同意）\nE: 一行要約（本質をワンフレーズに凝縮）\nF: 問いかけ・展開（「これ〜にも応用できそう」）\nG: 比較・接続（別ツール/事例と比較）\nH: 数字・データ強調\nカテゴリ\n:rocket: new_release\n:hammer_and_wrench: tools\n:microscope: research\n:thought_balloon: opinions\n:bulb: tips"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/yusaku-0426/ai-trend-curation",
    "publisherUrl": "https://clawhub.ai/yusaku-0426/ai-trend-curation",
    "owner": "yusaku-0426",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}