财经新闻深度分析技能

ReviewAudited by ClawScan on May 10, 2026.

Overview

No credential theft or destructive behavior is shown, but the skill should be reviewed because its finance-advice claims and visible placeholder fetching code could make users over-trust incomplete analysis.

Review before installing. Use it as informational research only, verify original links and source counts, do not rely on it for trades, enable cron jobs only intentionally, and avoid entering sensitive portfolio details unless you are comfortable with local storage.

Findings (6)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A user could rely on a report that appears data-driven but may not actually have fetched the claimed sources.

Why it was flagged

The visible core fetchers are placeholders or empty, while the skill is presented as a professional 12+ source finance-news analyzer. In an investment context, unsupported or incomplete data collection can cause users to over-trust generated reports.

Skill content
def fetch_cls_news(...): ... # 这里返回模拟数据结构 ... return news_list ... def fetch_wallstreet_news(...): ... return news_list ... # ... 其他源 ... return []
Recommendation

Verify that all fetchers are implemented before relying on outputs; require explicit source counts, timestamps, and clear no-data warnings, and do not let the agent fill gaps with guesses.

What this means

Users may treat the output as personalized investment advice even though the skill says it is informational.

Why it was flagged

The documentation both disclaims stock recommendations and advertises action-oriented investment guidance, which can blur the boundary between informational analysis and financial advice.

Skill content
专业级财经新闻聚合与分析,为投资决策提供信息优势 ... 投资建议 ... 谨慎/关注/回避 ... 不荐股: 只提供信息,不做买卖建议
Recommendation

Treat results as research only, verify against original sources, and avoid making trades solely from this skill’s recommendations.

What this means

The agent may contact multiple public finance sites and ingest page content when the skill is used.

Why it was flagged

The skill expects browser/API access to external websites. This is central to its purpose, but fetched web content should be treated as untrusted input.

Skill content
选择数据源(默认 12 源) → 并行抓取(浏览器/API) ... browser.open(url="https://www.cls.cn/telegraph")
Recommendation

Use only sources you trust, keep original links in the report, and verify major claims with multiple sources.

What this means

The skill may keep running on a schedule and producing reports until the cron job is removed.

Why it was flagged

The documentation includes user-directed cron setup for recurring briefings. This is disclosed and scoped, but it creates persistent automated activity if the user enables it.

Skill content
openclaw cron add --name "财经早报" --schedule "0 8 * * 1-5" --payload "systemEvent:finance-news --brief"
Recommendation

Only add scheduled jobs intentionally, document how to disable them, and review generated reports before acting on them.

What this means

Local files may reveal watched stocks, generated reports, or portfolio-like information, and stale cached data may affect future briefings.

Why it was flagged

The skill stores reports and raw-data caches locally and advertises portfolio tracking. This is purpose-aligned, but stored financial interests or holdings can be sensitive and cached content can influence later analysis.

Skill content
finance-news/ ├── reports/ # 简报存档 ├── cache/ # 原始数据缓存 ... openclaw finance-news --portfolio-add "宁德时代 1000 股"
Recommendation

Avoid entering sensitive holdings unless needed, keep storage paths private, and provide or use a clear cache/report cleanup process.

What this means

Users have less provenance information for deciding whether to trust the skill publisher.

Why it was flagged

The artifacts are visible, but the upstream provenance is limited. There is no automatic remote installer shown, so this is a review note rather than a security concern.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Recommendation

Review the included files before use and install any optional dependencies manually from trusted sources.