{
  "schemaVersion": "1.0",
  "item": {
    "slug": "tweet-summarizer-lite",
    "name": "Tweet Summarizer Lite",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/FranciscoBuiltDat/tweet-summarizer-lite",
    "canonicalUrl": "https://clawhub.ai/FranciscoBuiltDat/tweet-summarizer-lite",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/tweet-summarizer-lite",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tweet-summarizer-lite",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      ".gitignore",
      "config.example.json",
      "package.json",
      "README.md",
      "SECURITY.md",
      "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. 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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/tweet-summarizer-lite"
    },
    "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-summarizer-lite",
    "agentPageUrl": "https://openagent3.xyz/skills/tweet-summarizer-lite/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tweet-summarizer-lite/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tweet-summarizer-lite/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 Summarizer Lite",
        "body": "Use this skill when the user asks to fetch, read, save, or summarize a single tweet from Twitter/X."
      },
      {
        "title": "When to Use",
        "body": "✅ USE this skill when the user:\n\nPastes a Twitter/X URL and wants to read or save it\nAsks to \"fetch\", \"grab\", \"get\", \"read\", or \"summarize\" a tweet\nWants to search their saved tweets by text, author, or date\nAsks what they've saved so far\n\n❌ DON'T use when:\n\nThe user wants threads, user timelines, collections, or tags → use tweet-summarizer-pro\nPosting or replying to tweets (this skill is read-only)"
      },
      {
        "title": "How to Use",
        "body": "You run the scripts internally — the user never types python3. Respond naturally, then exec the appropriate script and present the output conversationally.\n\nThe skill root is at: ~/.openclaw/workspace/skills/tweet-summarizer-lite/\nRun scripts with: python3 <skill-root>/scripts/<script>.py <args>"
      },
      {
        "title": "Fetching a Tweet",
        "body": "Triggers: \"fetch this tweet\", \"what does this say\", \"grab this\", paste of x.com//status/ URL\n\npython3 scripts/tweet.py <url>\n# Skip summary: python3 scripts/tweet.py <url> -ns\n\nAuto-detects tweet URLs in the user's message. Shows the tweet text and a short summary."
      },
      {
        "title": "Searching Saved Tweets",
        "body": "Triggers: \"search my saved tweets for...\", \"find tweets about...\", \"do I have anything saved about...\"\n\n# By text content\npython3 scripts/search_tweets.py --text \"artificial intelligence\"\n\n# By author\npython3 scripts/search_tweets.py --source elonmusk\n\n# By date\npython3 scripts/search_tweets.py --since 2026-02-01\n\n# List all saved authors\npython3 scripts/search_tweets.py --list-sources\n\n# Storage stats\npython3 scripts/search_tweets.py --stats"
      },
      {
        "title": "Summarizing a Saved Tweet",
        "body": "Triggers: \"summarize tweet [id]\", \"give me a summary of that\"\n\npython3 scripts/summarize.py <tweet-id>"
      },
      {
        "title": "Troubleshooting",
        "body": "If bird CLI fails or credentials are missing:\n\npython3 scripts/config.py --check-credentials\n\nTell the user:\n\nSet AUTH_TOKEN and CT0 from your browser cookies (Twitter → DevTools → Application → Cookies). See SECURITY.md for details."
      },
      {
        "title": "Upgrading",
        "body": "Need threads, collections, tags, or user timelines? This lite version only handles single tweets. Suggest tweet-summarizer-pro for those features."
      }
    ],
    "body": "Tweet Summarizer Lite\n\nUse this skill when the user asks to fetch, read, save, or summarize a single tweet from Twitter/X.\n\nWhen to Use\n\n✅ USE this skill when the user:\n\nPastes a Twitter/X URL and wants to read or save it\nAsks to \"fetch\", \"grab\", \"get\", \"read\", or \"summarize\" a tweet\nWants to search their saved tweets by text, author, or date\nAsks what they've saved so far\n\n❌ DON'T use when:\n\nThe user wants threads, user timelines, collections, or tags → use tweet-summarizer-pro\nPosting or replying to tweets (this skill is read-only)\nHow to Use\n\nYou run the scripts internally — the user never types python3. Respond naturally, then exec the appropriate script and present the output conversationally.\n\nThe skill root is at: ~/.openclaw/workspace/skills/tweet-summarizer-lite/ Run scripts with: python3 <skill-root>/scripts/<script>.py <args>\n\nFetching a Tweet\n\nTriggers: \"fetch this tweet\", \"what does this say\", \"grab this\", paste of x.com//status/ URL\n\npython3 scripts/tweet.py <url>\n# Skip summary: python3 scripts/tweet.py <url> -ns\n\n\nAuto-detects tweet URLs in the user's message. Shows the tweet text and a short summary.\n\nSearching Saved Tweets\n\nTriggers: \"search my saved tweets for...\", \"find tweets about...\", \"do I have anything saved about...\"\n\n# By text content\npython3 scripts/search_tweets.py --text \"artificial intelligence\"\n\n# By author\npython3 scripts/search_tweets.py --source elonmusk\n\n# By date\npython3 scripts/search_tweets.py --since 2026-02-01\n\n# List all saved authors\npython3 scripts/search_tweets.py --list-sources\n\n# Storage stats\npython3 scripts/search_tweets.py --stats\n\nSummarizing a Saved Tweet\n\nTriggers: \"summarize tweet [id]\", \"give me a summary of that\"\n\npython3 scripts/summarize.py <tweet-id>\n\nTroubleshooting\n\nIf bird CLI fails or credentials are missing:\n\npython3 scripts/config.py --check-credentials\n\n\nTell the user:\n\nSet AUTH_TOKEN and CT0 from your browser cookies (Twitter → DevTools → Application → Cookies). See SECURITY.md for details.\n\nUpgrading\n\nNeed threads, collections, tags, or user timelines? This lite version only handles single tweets. Suggest tweet-summarizer-pro for those features."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/FranciscoBuiltDat/tweet-summarizer-lite",
    "publisherUrl": "https://clawhub.ai/FranciscoBuiltDat/tweet-summarizer-lite",
    "owner": "FranciscoBuiltDat",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/tweet-summarizer-lite",
    "downloadUrl": "https://openagent3.xyz/downloads/tweet-summarizer-lite",
    "agentUrl": "https://openagent3.xyz/skills/tweet-summarizer-lite/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tweet-summarizer-lite/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tweet-summarizer-lite/agent.md"
  }
}