← Back to Skills Marketplace
Skills Public
by
jianweig200-commits
· GitHub ↗
· v1.0.0
291
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install skills-public
Description
查询股票实时行情。支持 A 股/港股/美股。使用方式:直接说股票代码或名称(如"贵州茅台股价"、"600519"、"腾讯控股"、"BABA")
Usage Guidance
This skill is coherent and lightweight: it builds a web-search query for the agent to fetch stock quotes and does not ask for credentials or install code. Before enabling it, consider that it requires the agent to perform network searches (so results depend on the agent's web access and search tool); some data sources (e.g., certain US quotes) may be delayed as noted. The SKILL.md includes a hard-coded example path for manual invocation — that’s informational and may not match your environment. If you operate in a restricted environment, confirm you are comfortable allowing the agent web access for live data; otherwise the skill is low-risk.
Capability Analysis
Type: OpenClaw Skill
Name: skills-public
Version: 1.0.0
The skill bundle is a legitimate tool for querying stock market data across A-share, Hong Kong, and US markets. It consists of a simple Python script (scripts/stock_query.py) that formats search queries for the agent to use with a web search tool and documentation (references/stock-api.md) for public financial APIs. No malicious behavior, data exfiltration, or prompt injection attempts were found.
Capability Assessment
Purpose & Capability
Name/description (stock quote lookup) match the SKILL.md and the included script: both describe identifying a symbol and obtaining realtime data via web search or public stock APIs. Required resources and declared metadata are minimal and appropriate for this purpose.
Instruction Scope
Runtime instructions ask the agent to identify a symbol and perform network searches to fetch quotes. The provided script only formats a search query and outputs a JSON 'web_search' action (it does not itself fetch remote data or read other system files). SKILL.md contains an example absolute path to the script (for manual invocation) — that's a usability note rather than a security requirement.
Install Mechanism
No install spec; this is an instruction-only skill with a small helper script. Nothing is downloaded or written to disk by an installer, which minimizes installation risk.
Credentials
The skill requests no environment variables, credentials, or config paths. The referenced APIs (Sina, Tencent) are public and the SKILL.md notes that some sources do not require API keys; no unexplained secrets are requested.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system privileges. disable-model-invocation is false (agent can call it autonomously), which is the platform default and expected for this kind of skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skills-public - After installation, invoke the skill by name or use
/skills-public - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of stock-query skill:
- Supports real-time stock quote queries for A-shares, Hong Kong stocks, and US stocks.
- Allows natural language searches by stock name or code (e.g., "600519", "BABA", "腾讯控股").
- Returns key data: price, price change, highs/lows, volume, value, and market cap (if available).
- Data fetched via web search for accuracy.
- Notes on market types, data delays, and usage tips provided.
Metadata
Frequently Asked Questions
What is Skills Public?
查询股票实时行情。支持 A 股/港股/美股。使用方式:直接说股票代码或名称(如"贵州茅台股价"、"600519"、"腾讯控股"、"BABA"). It is an AI Agent Skill for Claude Code / OpenClaw, with 291 downloads so far.
How do I install Skills Public?
Run "/install skills-public" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skills Public free?
Yes, Skills Public is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Skills Public support?
Skills Public is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skills Public?
It is built and maintained by jianweig200-commits (@jianweig200-commits); the current version is v1.0.0.
More Skills