← Back to Skills Marketplace
warriorfan

Finance Web Monitor

by warriorfan · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
341
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install finance-web-monitor
Description
Monitor and summarize finance websites for fund-investing support. Use when user asks to fetch finance site text, track changes, or schedule periodic monitor...
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install finance-web-monitor
  3. After installation, invoke the skill by name or use /finance-web-monitor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug finance-web-monitor
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 341 downloads so far.

How do I install Finance Web Monitor?

Run "/install finance-web-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Finance Web Monitor free?

Yes, Finance Web Monitor is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Finance Web Monitor support?

Finance Web Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Finance Web Monitor?

It is built and maintained by warriorfan (@warriorfan); the current version is v1.0.0.

💬 Comments