← 返回 Skills 市场
Skills Public
作者
jianweig200-commits
· GitHub ↗
· v1.0.0
291
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skills-public
功能描述
查询股票实时行情。支持 A 股/港股/美股。使用方式:直接说股票代码或名称(如"贵州茅台股价"、"600519"、"腾讯控股"、"BABA")
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skills-public - 安装完成后,直接呼叫该 Skill 的名称或使用
/skills-public触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Skills Public 是什么?
查询股票实时行情。支持 A 股/港股/美股。使用方式:直接说股票代码或名称(如"贵州茅台股价"、"600519"、"腾讯控股"、"BABA"). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 291 次。
如何安装 Skills Public?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skills-public」即可一键安装,无需额外配置。
Skills Public 是免费的吗?
是的,Skills Public 完全免费(开源免费),可自由下载、安装和使用。
Skills Public 支持哪些平台?
Skills Public 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skills Public?
由 jianweig200-commits(@jianweig200-commits)开发并维护,当前版本 v1.0.0。
推荐 Skills