openclaw-public-news-library

Organize and index OpenClaw public news data into a queryable library.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenClaw 公共新闻库技能解决了将新闻条目集中管理、去重治理、以及通过关键词驱动的新闻检索与原文链接管理的痛点,并提供与价格分析流程的联动能力,以提升新闻发现、决策和站点展示的效率。

Core Features & Use Cases

  • 新闻库治理与写入:将新闻条目按关键词分组、包含摘要、原文链接、来源与发布时间等元数据,支持幂等写入。
  • 查询与展示联动:提供公开查询端点,将新闻动态页面数据与新闻库联动展示,支持去重与快速检索。
  • 与价格分析联动:在写入新闻后触发联合分析,输出关键结论并用于价格时间序列的可追溯判断。
  • 数据质量与安全:遵循数据质量规则,包含来源校验、发布时间处理、以及错误与异常回报。

Quick Start

Configure OPENCLAW_NEWS_DATABASE_URL and post a sample news item to the library to validate the end-to-end flow.

Frequently Asked Questions about openclaw-public-news-library

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

FAQPage Schema
How do I organize and index news data into a queryable library with deduplication?

To organize news data into a queryable library, group entries by keyword, include metadata like source and publish time, and enforce data quality rules for deduplication. This supports idempotent writes and fast retrieval for front-end dashboards.

How do I link news ingestion workflows with price analysis?

Link news ingestion with price analysis by writing news items to trigger a joint analysis workflow. This outputs key conclusions for traceable judgments against price time series data.

What database configurations are needed for setting up a public news library?

Setting up a public news library requires configuring the OPENCLAW_NEWS_DATABASE_URL environment variable and validating the end-to-end flow by posting a sample news item with provenance and URL validation.

Does the news library support keyword-driven monitoring and dynamic front-end display?

Yes, the news library supports keyword-driven news intake and provides public query endpoints to dynamically link library data with front-end news dashboard displays for monitoring.

How is data quality and access control enforced when onboarding news items?

Data quality and access control are enforced through source validation, publish time processing, error reporting, and API key authentication during the safe onboarding of news items.