openclaw-news-publisher

Collect keyword-driven news, structure reports, and publish to inbound APIs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/maniac1um/openclaw_news_publisher --skill openclaw-news-publisher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-news-publisher
Source: https://github.com/maniac1um/openclaw_news_publisher/tree/main/.cursor/skills/openclaw-news-publisher-enhanced
Command: npx skills add https://github.com/maniac1um/openclaw_news_publisher --skill openclaw-news-publisher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aiohttp, and includes scripts (resource) components.

What problem does it solve?

OpenClaw News Publisher Skill automates keyword-driven news collection, structures results into schema-compliant reports, and posts them to inbound APIs while polling for status.

Core Features & Use Cases

  • Automated discovery of news sources based on user keywords and seed seeds.
  • Whitelist management with dynamic maintenance and per-source statistics for quality control.
  • End-to-end publishing workflow: fetch, render to structured JSON, and publish to portal APIs; optional price monitoring via OpenClaw.

Quick Start

输入关键词后,技能将自动发现新闻源、抓取并生成结构化报告并发布到门户。

Frequently Asked Questions about openclaw-news-publisher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate keyword-driven news collection and publishing to a public portal?

You can automate news publishing by using keyword-driven source discovery to fetch articles, render them into structured JSON reports, and post them to inbound APIs. The workflow handles polling for status and supports idempotent POSTs with proper request IDs.

How does whitelist management work for automated news source discovery?

Whitelist management provides dynamic maintenance and per-source statistics for quality control during news source discovery. It relies on a JSON configuration file for resilience, ensuring only validated sources contribute to your structured reports.

Can I monitor prices alongside structured news report publishing?

Price monitoring is supported as an optional feature within the structured news publishing workflow. It enables you to fetch and publish trend reports that include pricing data to public portals via inbound APIs.

Do I need aiohttp to run the OpenClaw News Publisher scripts?

Yes, aiohttp is a required dependency for running the automation scripts. The skill relies on scripts and tools directories to execute end-to-end workflows including source discovery, fetching, and posting to inbound APIs.

What is the best way to ensure idempotent POSTs when publishing structured news reports?

The best way to ensure idempotent POSTs is to use proper request IDs when submitting schema-compliant reports to inbound APIs. The publishing workflow polls for status, preventing duplicate submissions and maintaining data integrity.