{
  "schemaVersion": "1.0",
  "item": {
    "slug": "x-recap",
    "name": "x-recap",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/jack4world/x-recap",
    "canonicalUrl": "https://clawhub.ai/jack4world/x-recap",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/x-recap",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=x-recap",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/runbook.md",
      "scripts/fetch_official_breaking.sh",
      "scripts/fetch_official_daily.sh"
    ],
    "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-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-recap"
    },
    "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/x-recap",
    "agentPageUrl": "https://openagent3.xyz/skills/x-recap/agent",
    "manifestUrl": "https://openagent3.xyz/skills/x-recap/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/x-recap/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": "X Recap (actionbook-rs)",
        "body": "Use actionbook-rs (/Users/daboluo/.openclaw/workspace/bin/actionbook) with --profile x to open X pages and save screenshots, then read screenshots to produce a recap."
      },
      {
        "title": "0) Ensure X login (profile=x)",
        "body": "If timeline screenshots are blank/spinner-only, re-login:\n\ncd /Users/daboluo/.openclaw/workspace\n./bin/actionbook --profile x browser open https://x.com/home"
      },
      {
        "title": "1) Fetch (single source of truth)",
        "body": "Breaking (full-page): run skills/x-recap/scripts/fetch_official_breaking.sh\nDaily (lightweight): run skills/x-recap/scripts/fetch_official_daily.sh\n\nDo not re-implement fetch logic inside cron payloads; cron should only call these scripts."
      },
      {
        "title": "2) Recap from screenshots",
        "body": "Output rules (suggested):\n\nIf “major update”: emit 【快报】 + <=5 bullets + impacted software stock categories (no tickers) + 1–2 trading-framework ideas.\nIf not major: either one-liner “无重大官方更新” or stay silent (depending on user preference)."
      },
      {
        "title": "Resources",
        "body": "Runbook (login + common failure modes): references/runbook.md"
      }
    ],
    "body": "X Recap (actionbook-rs)\n\nUse actionbook-rs (/Users/daboluo/.openclaw/workspace/bin/actionbook) with --profile x to open X pages and save screenshots, then read screenshots to produce a recap.\n\nCanonical workflow (keep cron + scripts consistent)\n0) Ensure X login (profile=x)\n\nIf timeline screenshots are blank/spinner-only, re-login:\n\ncd /Users/daboluo/.openclaw/workspace\n./bin/actionbook --profile x browser open https://x.com/home\n\n1) Fetch (single source of truth)\nBreaking (full-page): run skills/x-recap/scripts/fetch_official_breaking.sh\nDaily (lightweight): run skills/x-recap/scripts/fetch_official_daily.sh\n\nDo not re-implement fetch logic inside cron payloads; cron should only call these scripts.\n\n2) Recap from screenshots\n\nOutput rules (suggested):\n\nIf “major update”: emit 【快报】 + <=5 bullets + impacted software stock categories (no tickers) + 1–2 trading-framework ideas.\nIf not major: either one-liner “无重大官方更新” or stay silent (depending on user preference).\nResources\nRunbook (login + common failure modes): references/runbook.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jack4world/x-recap",
    "publisherUrl": "https://clawhub.ai/jack4world/x-recap",
    "owner": "jack4world",
    "version": "2026.2.25",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/x-recap",
    "downloadUrl": "https://openagent3.xyz/downloads/x-recap",
    "agentUrl": "https://openagent3.xyz/skills/x-recap/agent",
    "manifestUrl": "https://openagent3.xyz/skills/x-recap/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/x-recap/agent.md"
  }
}