← 返回 Skills 市场
ningjingzhiyuande

Cls News Scraper

作者 ningjingzhiyuande · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1769
总下载
1
收藏
11
当前安装
1
版本数
在 OpenClaw 中安装
/install cls-news-scraper
功能描述
Extract real-time stock-positive market news from Cailian Press filtered by time, sector, and event type for catalyst identification.
使用说明 (SKILL.md)

cls-news-scraper

Use this skill to pull real-time market news from Cailian Press (CLS) and extract stock-positive catalysts.

Inputs

  • Time window (default: last 1 hour)
  • Sector filter (default: 新能源, 消费)
  • Event filter (default: 业绩预增, 重大合同, 政策扶持)

Procedure

  1. Collect latest CLS items from configured endpoint/source.
  2. Normalize fields: title, summary, ticker, company, published_at, source_url.
  3. Classify each item into event types.
  4. Keep only matched industries and event types.
  5. Output table rows for downstream scoring.

Output Schema

  • ticker
  • company
  • catalyst
  • source_url
  • timestamp
  • confidence
安全使用建议
This skill appears coherent and low-risk, but it's underspecified. Before installing or enabling it: (1) Ask where and how the "configured endpoint/source" is provided — you should know which URL or API the agent will contact. (2) If the CLS source requires credentials, supply them only through documented, secure env/config mechanisms and verify the skill declares them. (3) Be aware the agent may perform network requests — limit or supervise autonomous runs if you do not want the agent calling external endpoints without oversight. (4) Test the skill in a controlled environment and review any outputs for sensitive data before using them in production. If you need higher assurance, request the skill author to document the exact endpoint, authentication method, and expected data format.
功能分析
Type: OpenClaw Skill Name: cls-news-scraper Version: 1.0.0 The skill bundle consists only of metadata and a high-level description in `SKILL.md`. The `SKILL.md` outlines a procedure to collect real-time market news from Cailian Press (CLS) and extract catalysts, which aligns with the stated purpose of a news scraper. There are no instructions for data exfiltration, malicious execution, persistence, prompt injection against the agent, or any other indicators of intentional harmful behavior. The instruction to 'Collect latest CLS items from configured endpoint/source' is a necessary function for a scraper and does not specify malicious targets or unauthorized actions.
能力评估
Purpose & Capability
The name and instructions match: the skill says it will pull CLS (Cailian Press) market news and extract catalysts. It does not declare any unrelated binaries, credentials, or system paths. Minor inconsistency: the instructions refer to a "configured endpoint/source" but the skill provides no mechanism (env vars, config paths, or install) for where that endpoint is set.
Instruction Scope
The runtime steps are limited to collecting items, normalizing fields, classifying events, filtering, and outputting rows — all within the stated purpose. However the collection step is underspecified (could be a web-scrape, API call, or other source). That vagueness gives the agent discretion to access arbitrary external endpoints unless the platform or user supplies explicit configuration or constraints.
Install Mechanism
No install spec and no code files — instruction-only. This is low-risk because nothing is written to disk by the skill itself.
Credentials
The skill requests no environment variables or credentials, which is proportionate. One caveat: if the CLS source requires an API key or authenticated access, the SKILL.md does not declare how such credentials would be provided, which is an omission but not necessarily malicious.
Persistence & Privilege
always is false (default) and the skill does not request system-wide changes or persistent installation. The agent may invoke the skill autonomously (platform default), which is expected behavior for skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cls-news-scraper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cls-news-scraper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of cls-news-scraper. - Pulls real-time market news from Cailian Press (CLS). - Extracts and classifies stock-positive catalysts based on event and sector filters. - Outputs structured data: ticker, company, catalyst, source URL, timestamp, and confidence. - Designed for easy filtering and downstream scoring.
元数据
Slug cls-news-scraper
版本 1.0.0
许可证
累计安装 11
当前安装数 11
历史版本数 1
常见问题

Cls News Scraper 是什么?

Extract real-time stock-positive market news from Cailian Press filtered by time, sector, and event type for catalyst identification. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1769 次。

如何安装 Cls News Scraper?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cls-news-scraper」即可一键安装,无需额外配置。

Cls News Scraper 是免费的吗?

是的,Cls News Scraper 完全免费(开源免费),可自由下载、安装和使用。

Cls News Scraper 支持哪些平台?

Cls News Scraper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Cls News Scraper?

由 ningjingzhiyuande(@ningjingzhiyuande)开发并维护,当前版本 v1.0.0。

💬 留言讨论