← 返回 Skills 市场
jiediking

Global Market Snapshot

作者 Jimmy Botman · GitHub ↗ · v0.1.5 · MIT-0
cross-platform ✓ 安全检测通过
575
总下载
0
收藏
6
当前安装
7
版本数
在 OpenClaw 中安装
/install market-global-snapshot
功能描述
Generate a structured global market snapshot report including major stock indices and commodities. Use when user asks for market data, stock market report, d...
安全使用建议
This skill is coherent and low-risk: it only fetches public market pages (Yahoo, Sina, and expects caller-side Trading Economics scraping) and returns raw text/JSON for the caller to parse. Before installing, consider: 1) the agent (or your environment) will run a shell script that issues network requests — ensure you trust outbound connections to the documented endpoints; 2) the script assumes curl is available and will use iconv if present for GB2312→UTF-8 decoding; 3) the caller must implement parsing and should validate and sanitize remote responses (don't blindly trust returned text/JSON); 4) be aware of rate limits and Terms of Service for the scraped sites; and 5) run or review the script in a sandbox if you want to verify behavior. No secrets are required by this skill.
功能分析
Type: OpenClaw Skill Name: market-global-snapshot Version: 0.1.5 The skill is a legitimate tool for fetching and reporting global market data from Yahoo Finance, Sina Finance, and Trading Economics. The shell script `scripts/fetch_market.sh` uses `curl` to retrieve raw data and includes basic safeguards like variable quoting to prevent command injection. The instructions in `SKILL.md` are consistent with the stated purpose of generating market reports and do not contain any malicious directives or attempts at data exfiltration.
能力评估
Purpose & Capability
Name/description match the behavior: the included helper script and SKILL.md both focus on fetching raw market payloads from Yahoo Finance and Sina Finance for China tickers; Trading Economics is mentioned as a caller-side fallback. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md confines the helper to raw fetch responsibilities and instructs the caller to parse/compute/fallback to Trading Economics. It does not ask the agent to read unrelated files or environment variables. The only external interactions are HTTP GETs to the documented finance endpoints.
Install Mechanism
No install spec; the skill is instruction-only with a small shell helper that will be executed if invoked. No third-party downloads, archives, or unusual install locations are present.
Credentials
The skill does not request environment variables, credentials, or config paths. The helper uses curl and optionally iconv (falls back to cat), which is proportional to URL fetching and decoding GB2312 responses.
Persistence & Privilege
always is false and the skill does not modify other skills or system configuration. Autonomous invocation is allowed (platform default) but does not combine with broad privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install market-global-snapshot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /market-global-snapshot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.5
Updated to use Yahoo Finance API with proper close price calculations
v0.1.4
- Removed the file `.clawhub/origin.json` from the repository. - No user-facing features or output changes; internal metadata cleanup only.
v0.1.3
Version 0.1.3 - Added example market snapshot evaluations at evals/evals.json for testing skill output. - Added scripts/fetch_market.sh to automate fetching market data from primary and fallback sources.
v0.1.2
- Added Sina Finance as a fallback data source for the STAR Market Composite index if Yahoo Finance fails. - Updated fallback order and instructions to clarify that Trading Economics is now used for most indices, while Sina Finance is specifically used for the STAR Market Composite. - Included precise details on how to query and parse data from Sina Finance for the STAR Market Composite. - No changes to output format or primary ticker selection.
v0.1.1
Fixed skill name in output format
v0.2.0
Updated skill name to market-global-snapshot
v0.1.0
Initial preview release - stock indices and commodities
元数据
Slug market-global-snapshot
版本 0.1.5
许可证 MIT-0
累计安装 6
当前安装数 6
历史版本数 7
常见问题

Global Market Snapshot 是什么?

Generate a structured global market snapshot report including major stock indices and commodities. Use when user asks for market data, stock market report, d... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 575 次。

如何安装 Global Market Snapshot?

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

Global Market Snapshot 是免费的吗?

是的,Global Market Snapshot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Global Market Snapshot 支持哪些平台?

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

谁开发了 Global Market Snapshot?

由 Jimmy Botman(@jiediking)开发并维护,当前版本 v0.1.5。

💬 留言讨论