{
  "schemaVersion": "1.0",
  "item": {
    "slug": "technews",
    "name": "TechMeme News",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/kesslerio/technews",
    "canonicalUrl": "https://clawhub.ai/kesslerio/technews",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/technews",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=technews",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "requirements.txt",
      "scripts/article_fetcher.py",
      "scripts/social_reactions.py",
      "scripts/techmeme_scraper.py"
    ],
    "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-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/technews"
    },
    "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/technews",
    "agentPageUrl": "https://openagent3.xyz/skills/technews/agent",
    "manifestUrl": "https://openagent3.xyz/skills/technews/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/technews/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": "TechNews Skill",
        "body": "Fetches top stories from TechMeme, summarizes linked articles, and highlights social media buzz."
      },
      {
        "title": "Usage",
        "body": "Command: /technews\n\nFetches the top 10 stories from TechMeme, provides summaries from the linked articles, and highlights notable social media reactions."
      },
      {
        "title": "Setup",
        "body": "This skill requires:\n\nPython 3.9+\nrequests and beautifulsoup4 packages\nOptional: tiktoken for token-aware truncation\n\nInstall dependencies:\n\npip install requests beautifulsoup4"
      },
      {
        "title": "Architecture",
        "body": "The skill works in three stages:\n\nScrape TechMeme — scripts/techmeme_scraper.py fetches and parses top stories\nFetch Articles — scripts/article_fetcher.py retrieves article content in parallel\nSummarize — scripts/summarizer.py generates summaries and finds social reactions"
      },
      {
        "title": "/technews",
        "body": "Fetches and presents top tech news stories.\n\nOutput includes:\n\nStory title and original link\nAI-generated summary\nSocial media highlights (Twitter reactions)\nRelevance score based on topic preferences"
      },
      {
        "title": "How It Works",
        "body": "Scrapes TechMeme's homepage for top stories (by default, top 10)\nFor each story, fetches the linked article\nGenerates a concise summary (2-3 sentences)\nChecks for notable social media reactions\nPresents results in a clean, readable format"
      },
      {
        "title": "State",
        "body": "<workspace>/memory/technews_history.json — cache of recently fetched stories to avoid repeats"
      },
      {
        "title": "Examples",
        "body": "/technews — Get the latest tech news summary"
      },
      {
        "title": "Future Expansion",
        "body": "This skill is designed to be extended to other sources:\n\nHacker News (/hn)\nReddit (/reddit)\nOther tech news aggregators\n\nThe modular architecture allows adding new source handlers without changing core functionality."
      }
    ],
    "body": "TechNews Skill\n\nFetches top stories from TechMeme, summarizes linked articles, and highlights social media buzz.\n\nUsage\n\nCommand: /technews\n\nFetches the top 10 stories from TechMeme, provides summaries from the linked articles, and highlights notable social media reactions.\n\nSetup\n\nThis skill requires:\n\nPython 3.9+\nrequests and beautifulsoup4 packages\nOptional: tiktoken for token-aware truncation\n\nInstall dependencies:\n\npip install requests beautifulsoup4\n\nArchitecture\n\nThe skill works in three stages:\n\nScrape TechMeme — scripts/techmeme_scraper.py fetches and parses top stories\nFetch Articles — scripts/article_fetcher.py retrieves article content in parallel\nSummarize — scripts/summarizer.py generates summaries and finds social reactions\nCommands\n/technews\n\nFetches and presents top tech news stories.\n\nOutput includes:\n\nStory title and original link\nAI-generated summary\nSocial media highlights (Twitter reactions)\nRelevance score based on topic preferences\nHow It Works\nScrapes TechMeme's homepage for top stories (by default, top 10)\nFor each story, fetches the linked article\nGenerates a concise summary (2-3 sentences)\nChecks for notable social media reactions\nPresents results in a clean, readable format\nState\n<workspace>/memory/technews_history.json — cache of recently fetched stories to avoid repeats\nExamples\n/technews — Get the latest tech news summary\nFuture Expansion\n\nThis skill is designed to be extended to other sources:\n\nHacker News (/hn)\nReddit (/reddit)\nOther tech news aggregators\n\nThe modular architecture allows adding new source handlers without changing core functionality."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/kesslerio/technews",
    "publisherUrl": "https://clawhub.ai/kesslerio/technews",
    "owner": "kesslerio",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/technews",
    "downloadUrl": "https://openagent3.xyz/downloads/technews",
    "agentUrl": "https://openagent3.xyz/skills/technews/agent",
    "manifestUrl": "https://openagent3.xyz/skills/technews/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/technews/agent.md"
  }
}