{
  "schemaVersion": "1.0",
  "item": {
    "slug": "tweet-processor",
    "name": "Tweet Processor",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/caqlayan/tweet-processor",
    "canonicalUrl": "https://clawhub.ai/caqlayan/tweet-processor",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/tweet-processor",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tweet-processor",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "process.js"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "tweet-processor",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T20:21:51.269Z",
      "expiresAt": "2026-05-07T20:21:51.269Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tweet-processor",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tweet-processor",
        "contentDisposition": "attachment; filename=\"tweet-processor-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "tweet-processor"
      },
      "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/tweet-processor"
    },
    "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/tweet-processor",
    "agentPageUrl": "https://openagent3.xyz/skills/tweet-processor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tweet-processor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tweet-processor/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Tweet Processor Skill",
        "body": "Extract and categorize insights from tweet links into structured notes."
      },
      {
        "title": "Usage",
        "body": "When user sends a tweet URL, automatically:\n\nNavigate to the tweet\nExtract key insights (tools, tech, people, learnings)\nCategorize into tweet-notes/ files\nAppend with proper formatting"
      },
      {
        "title": "Input",
        "body": "Tweet URL (any x.com or twitter.com link)"
      },
      {
        "title": "Output",
        "body": "Appends to:\n\ntweet-notes/tools.md — Software, services, APIs discovered\ntweet-notes/tech.md — Development techniques, workflows\ntweet-notes/design.md — UI/UX insights\ntweet-notes/people.md — Accounts to follow\ntweet-notes/misc.md — Other valuable insights"
      },
      {
        "title": "Format",
        "body": "## [Brief Title]\n**Date:** YYYY-MM-DD\n**URL:** [tweet URL]\n**Key takeaway:** [What matters]\n**Why it matters:** [Brief context]\n\n---"
      },
      {
        "title": "Rules",
        "body": "Be selective — only genuinely useful insights\nSkip fluff and noise\nOne insight can go into multiple files if relevant\nAlways include the source URL\nUse today's date"
      }
    ],
    "body": "Tweet Processor Skill\n\nExtract and categorize insights from tweet links into structured notes.\n\nUsage\n\nWhen user sends a tweet URL, automatically:\n\nNavigate to the tweet\nExtract key insights (tools, tech, people, learnings)\nCategorize into tweet-notes/ files\nAppend with proper formatting\nInput\nTweet URL (any x.com or twitter.com link)\nOutput\n\nAppends to:\n\ntweet-notes/tools.md — Software, services, APIs discovered\ntweet-notes/tech.md — Development techniques, workflows\ntweet-notes/design.md — UI/UX insights\ntweet-notes/people.md — Accounts to follow\ntweet-notes/misc.md — Other valuable insights\nFormat\n## [Brief Title]\n**Date:** YYYY-MM-DD\n**URL:** [tweet URL]\n**Key takeaway:** [What matters]\n**Why it matters:** [Brief context]\n\n---\n\nRules\nBe selective — only genuinely useful insights\nSkip fluff and noise\nOne insight can go into multiple files if relevant\nAlways include the source URL\nUse today's date"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/caqlayan/tweet-processor",
    "publisherUrl": "https://clawhub.ai/caqlayan/tweet-processor",
    "owner": "caqlayan",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/tweet-processor",
    "downloadUrl": "https://openagent3.xyz/downloads/tweet-processor",
    "agentUrl": "https://openagent3.xyz/skills/tweet-processor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tweet-processor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tweet-processor/agent.md"
  }
}