← Back to Skills Marketplace
jiediking

Global Market Snapshot

by Jimmy Botman · GitHub ↗ · v0.1.5 · MIT-0
cross-platform ✓ Security Clean
575
Downloads
0
Stars
6
Active Installs
7
Versions
Install in OpenClaw
/install market-global-snapshot
Description
Generate a structured global market snapshot report including major stock indices and commodities. Use when user asks for market data, stock market report, d...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install market-global-snapshot
  3. After installation, invoke the skill by name or use /market-global-snapshot
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug market-global-snapshot
Version 0.1.5
License MIT-0
All-time Installs 6
Active Installs 6
Total Versions 7
Frequently Asked Questions

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

How do I install Global Market Snapshot?

Run "/install market-global-snapshot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Global Market Snapshot free?

Yes, Global Market Snapshot is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Global Market Snapshot support?

Global Market Snapshot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Global Market Snapshot?

It is built and maintained by Jimmy Botman (@jiediking); the current version is v0.1.5.

💬 Comments