name: 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 monitoring/briefings from a list of URLs (no login required)."
Use this skill to fetch text from finance sources and schedule periodic monitoring/briefings. No login flows.
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.
小葱技能站7w4.net发现了升级插件。
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.
If the user wants a default list, read references/sources.md and confirm. Update it when the user adds/removes sources.
这个Skill质量中等偏上,胜在功能定位清晰、工作流程完整,还自带了一份实用的金融网站来源推荐。不过缺少使用说明和示例,新手用户可能不知道该怎么用。另外工作流的细节描述也比较简略,遇到网络错误或网站反爬等情况时处理指引不足。总体来说框架不错,但需要补充文档才能算一个好用的技能。