ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Xiaoding Stock

Skill by asterisk622

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/asterisk622/xiaoding-stock
Or

Stock Skill - 股票查询

获取A股、港股、美股的实时行情数据。

支持的市场

  • A股: 上海/深圳股票(使用新浪财经接口)
  • 港股: 港股股票(使用新浪财经接口)
  • 美股: 美股股票(使用新浪财经接口)

使用方式

# 查询A股股票(自动识别沪深市场)
stock 600519  # 贵州茅台
stock 000001  # 平安银行
stock 300750  # 宁德时代

# 查询港股
stock 00700  # 腾讯控股

# 查询美股
stock AAPL   # 苹果
stock MSFT   # 微软

输出格式

返回股票的:

  • 当前价格
  • 涨跌幅
  • 涨跌额
  • 开盘价
  • 最高价
  • 最低价
  • 成交量
  • 成交额
  • 换手率

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-asterisk622-xiaoding-stock": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.