{
  "schemaVersion": "1.0",
  "item": {
    "slug": "news-feeds",
    "name": "Simple RSS news feed",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/lknik/news-feeds",
    "canonicalUrl": "https://clawhub.ai/lknik/news-feeds",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/news-feeds",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=news-feeds",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "LICENSE.txt",
      "README.md",
      "SKILL.md",
      "scripts/news.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/news-feeds"
    },
    "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/news-feeds",
    "agentPageUrl": "https://openagent3.xyz/skills/news-feeds/agent",
    "manifestUrl": "https://openagent3.xyz/skills/news-feeds/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/news-feeds/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": "News Feeds Skill",
        "body": "Fetch current news headlines and summaries from major international RSS feeds. Zero API keys, zero dependencies — uses only Python stdlib and HTTP."
      },
      {
        "title": "Command: news",
        "body": "What it does: Fetch latest headlines from all configured feeds (or a specific source).\nHow to execute:\n\npython3 scripts/news.py"
      },
      {
        "title": "Command: news from a specific source",
        "body": "What it does: Fetch headlines from one source only.\nHow to execute:\n\npython3 scripts/news.py --source bbc\npython3 scripts/news.py --source reuters\npython3 scripts/news.py --source ap\npython3 scripts/news.py --source guardian\npython3 scripts/news.py --source aljazeera\npython3 scripts/news.py --source npr\npython3 scripts/news.py --source dw"
      },
      {
        "title": "Command: news by topic",
        "body": "What it does: Fetch headlines filtered to a specific topic/keyword.\n\npython3 scripts/news.py --topic \"climate\"\npython3 scripts/news.py --source bbc --topic \"ukraine\""
      },
      {
        "title": "Command: news with more items",
        "body": "What it does: Control how many items per feed (default 8).\n\npython3 scripts/news.py --limit 20"
      },
      {
        "title": "Command: list sources",
        "body": "What it does: Show all available feed sources and their categories.\n\npython3 scripts/news.py --list-sources"
      },
      {
        "title": "Available Sources",
        "body": "SourceCategoriesbbctop, world, business, tech, science, healthreuterstop, world, business, tech, science, healthaptopguardiantop, world, business, tech, sciencealjazeeratopnprtopdwtop"
      },
      {
        "title": "When to Use",
        "body": "User asks for latest news, current events, headlines\nUser wants a news briefing or daily digest\nUser asks \"what's happening in the world\"\nUser asks about news on a specific topic\nUser asks for a morning briefing"
      },
      {
        "title": "Output Format",
        "body": "Returns markdown with headlines, short descriptions, publication times, and links. Grouped by source."
      }
    ],
    "body": "News Feeds Skill\n\nFetch current news headlines and summaries from major international RSS feeds. Zero API keys, zero dependencies — uses only Python stdlib and HTTP.\n\nAvailable Commands\nCommand: news\n\nWhat it does: Fetch latest headlines from all configured feeds (or a specific source). How to execute:\n\npython3 scripts/news.py\n\nCommand: news from a specific source\n\nWhat it does: Fetch headlines from one source only. How to execute:\n\npython3 scripts/news.py --source bbc\npython3 scripts/news.py --source reuters\npython3 scripts/news.py --source ap\npython3 scripts/news.py --source guardian\npython3 scripts/news.py --source aljazeera\npython3 scripts/news.py --source npr\npython3 scripts/news.py --source dw\n\nCommand: news by topic\n\nWhat it does: Fetch headlines filtered to a specific topic/keyword.\n\npython3 scripts/news.py --topic \"climate\"\npython3 scripts/news.py --source bbc --topic \"ukraine\"\n\nCommand: news with more items\n\nWhat it does: Control how many items per feed (default 8).\n\npython3 scripts/news.py --limit 20\n\nCommand: list sources\n\nWhat it does: Show all available feed sources and their categories.\n\npython3 scripts/news.py --list-sources\n\nAvailable Sources\nSource\tCategories\nbbc\ttop, world, business, tech, science, health\nreuters\ttop, world, business, tech, science, health\nap\ttop\nguardian\ttop, world, business, tech, science\naljazeera\ttop\nnpr\ttop\ndw\ttop\nWhen to Use\nUser asks for latest news, current events, headlines\nUser wants a news briefing or daily digest\nUser asks \"what's happening in the world\"\nUser asks about news on a specific topic\nUser asks for a morning briefing\nOutput Format\n\nReturns markdown with headlines, short descriptions, publication times, and links. Grouped by source."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/lknik/news-feeds",
    "publisherUrl": "https://clawhub.ai/lknik/news-feeds",
    "owner": "lknik",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/news-feeds",
    "downloadUrl": "https://openagent3.xyz/downloads/news-feeds",
    "agentUrl": "https://openagent3.xyz/skills/news-feeds/agent",
    "manifestUrl": "https://openagent3.xyz/skills/news-feeds/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/news-feeds/agent.md"
  }
}