Skills Public

v1.0.0

查询股票实时行情。支持 A 股/港股/美股。使用方式:直接说股票代码或名称(如"贵州茅台股价"、"600519"、"腾讯控股"、"BABA")

0· 269·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for jianweig200-commits/skills-public.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Skills Public" (jianweig200-commits/skills-public) from ClawHub.
Skill page: https://clawhub.ai/jianweig200-commits/skills-public
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install jianweig200-commits/skills-public

ClawHub CLI

Package manager switcher

npx clawhub@latest install skills-public
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk971d247pnb7q6e2bxmjqdsjnx82hw8k
269downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

股票查询技能

查询股票实时行情数据。

使用方法

自然语言查询

直接告诉我要查询的股票:

  • "贵州茅台股价多少"
  • "查一下 600519"
  • "腾讯控股今天涨跌如何"
  • "BABA 美股行情"

我会自动

  1. 识别股票代码/名称
  2. 使用网络搜索获取实时行情
  3. 整理返回:当前价、涨跌幅、最高/最低、成交量等

支持的市场

市场示例说明
A 股贵州茅台、600519、平安银行沪深股市
港股腾讯控股、0700、阿里巴巴 -S香港交易所
美股BABA、AAPL、TSLA纳斯达克/纽交所

输出信息

  • 股票名称和代码
  • 当前价格
  • 涨跌幅度和百分比
  • 最高价/最低价
  • 今开/昨收
  • 成交量/成交额
  • 总市值 (如可获取)

数据来源

使用网络搜索获取实时股票数据,确保信息准确可靠。

注意事项

  1. 股市交易时间外显示最后成交价
  2. 美股数据可能有 15 分钟延迟
  3. 港股/A 股为实时数据 (交易时间内)
  4. 如遇数据获取失败,会提示重试

相关命令

# 手动查询 (备用)
python /root/.openclaw/workspace/skills/stock-query/scripts/stock_query.py <代码>

Comments

Loading comments...