Communityv1.0.0

股票

该skill用于获取股票市场数据,包括实时行情、中文名称查询、键盘缩写转换、资金流向和日K线数据。使用thsdk库提供同花顺数据接口支持。支持自动将中文、缩写、短代码转换为thsdk所需的完整ths_code格式。当匹配到多只股票时,会返回候选列表供用户选择。如未安装thsdk,会自动安装。

2.5kdownloads1starsbensema
View on ClawHubBack to Skills

Skill Details

Slug
ths-financial-data
Latest Version
1.0.0
Author
bensema
Published
Mar 14, 2026
Updated
May 17, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for 股票.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

thes-financial-data 1.0.0 – Initial Release - Provides unified access to stock market data (A-share, HK, US) via the thsdk library. - Auto-installs and checks thsdk dependency (requires >= 1.7.14) with no user intervention. - Allows flexible stock code input (Chinese, short codes, abbreviations); auto-converts to complete ths_code. - Supports real-time quotes, stock info lookup, fund flow, daily K-line, and Wencai natural language queries. - Handles ambiguous or multi-result queries by prompting user selection when multiple matches are found. - Includes detailed code samples and workflow in documentation for rapid integration and usage.