← 返回 Skills 市场
warriorfan

Finance Web Monitor

作者 warriorfan · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
341
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install finance-web-monitor
功能描述
Monitor and summarize finance websites for fund-investing support. Use when user asks to fetch finance site text, track changes, or schedule periodic monitor...
使用说明 (SKILL.md)

Finance Web Monitor Skill

Use this skill to fetch text from finance sources and schedule periodic monitoring/briefings. No login flows.

Core workflow

  1. Confirm scope

    • Ask for URL list if not provided.
    • Ask for cadence/time window (e.g., daily 08:30, weekdays only).
    • Ask for output format (short brief vs. detailed) and risk preference.
  2. Fetch & extract

    • Use web_fetch with extractMode: "text" and a reasonable maxChars.
    • If a site blocks raw fetch, report it and ask for an API/alternate source.
  3. Summarize

    • Produce a concise market overview + key headlines + fund-related takeaways.
    • Emphasize risk controls for稳健偏好.
  4. Change monitoring

    • Save a small rolling snapshot in workspace (e.g., /home/claw/.openclaw/workspace/finance-monitor/state.json).
    • On next run, compare new text with previous snapshot and report changes only.
  5. Scheduling

    • Use cron to schedule daily briefings; include “reminder/briefing” wording in payload.
    • For one-off “check now”, run immediately without cron.

Suggested source list

If the user wants a default list, read references/sources.md and confirm. Update it when the user adds/removes sources.

安全使用建议
Before installing, confirm these operational details: 1) Will the agent be allowed to write to /home/claw/.openclaw/workspace/... and is that the correct, expected workspace on your platform? Prefer a workspace-relative or platform-provided storage API rather than a hard-coded absolute path. 2) The skill instructs using cron — ask how scheduling will be implemented and whether the agent will modify the system crontab; prefer platform scheduler APIs or explicit user approval before creating cron entries. 3) The skill fetches remote site text (network I/O); review the list of target URLs (references/sources.md) for compliance with site terms and privacy concerns. 4) Confirm the agent's network and filesystem permissions: if the agent can execute shell commands or modify crontab, that raises the blast radius — only grant the minimum needed. 5) If you accept this skill, require explicit consent for any persistent scheduling or long-term storage and verify where snapshots are stored and for how long. These checks will reduce the risk that the skill silently gains persistent system privileges or stores sensitive data.
功能分析
Type: OpenClaw Skill Name: finance-web-monitor Version: 1.0.0 The finance-web-monitor skill is designed to fetch, summarize, and track changes on legitimate financial websites. It uses standard functionalities such as web_fetch for data retrieval, cron for scheduling periodic updates, and local workspace storage for state management, all of which are consistent with its stated purpose in SKILL.md. The provided source list in references/sources.md contains well-known financial portals (e.g., Eastmoney, Sina, CSRC), and no indicators of malicious intent, data exfiltration, or harmful prompt injection were identified.
能力评估
Purpose & Capability
Name/description align with instructions: fetch text from finance URLs, summarize, track changes, and schedule periodic checks. Provided source list matches the finance-monitor purpose.
Instruction Scope
Runtime instructions tell the agent to use web_fetch (extract text) and to persist rolling snapshots to an absolute workspace path (/home/claw/.openclaw/workspace/finance-monitor/state.json). They also instruct using cron to schedule daily briefings. Those are concrete file-system and system-scheduling actions beyond simple fetch-and-summarize; they imply write access and system modification that the skill metadata does not declare.
Install Mechanism
Instruction-only skill with no install spec or code files. Lowest install risk — nothing will be downloaded or installed by the skill bundle itself.
Credentials
The skill declares no environment variables or external credentials (appropriate). However, it references a specific absolute workspace path for persistence; that implicit file access and potential data retention should be confirmed with the platform (what permissions are available, where data is stored, retention policy).
Persistence & Privilege
The skill asks to schedule recurring jobs via cron (system crontab) and to save state to disk. While always:false (not force-enabled), these instructions enable persistent behavior and modification of system scheduling if the agent has permission. The skill does not document or request explicit scheduling permissions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install finance-web-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /finance-web-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
finance-web-monitor 1.0.0 – Initial release - Monitor and summarize finance websites for fund-investing support. - Schedule periodic monitoring or run one-off checks from user-defined or default URL lists (no login required). - Fetch and extract site text; summarize into market overview, key headlines, and fund insights with risk emphasis as requested. - Detect and report changes across monitoring periods using workspace state snapshots. - Use cron for automated scheduling; support immediate briefings on demand.
元数据
Slug finance-web-monitor
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Finance Web Monitor 是什么?

Monitor and summarize finance websites for fund-investing support. Use when user asks to fetch finance site text, track changes, or schedule periodic monitor... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 341 次。

如何安装 Finance Web Monitor?

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

Finance Web Monitor 是免费的吗?

是的,Finance Web Monitor 完全免费(开源免费),可自由下载、安装和使用。

Finance Web Monitor 支持哪些平台?

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

谁开发了 Finance Web Monitor?

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

💬 留言讨论