← Back to Skills Marketplace
jisuapi

Stock Historical Data Query - 股票历史行情查询

by 极速数据 · GitHub ↗ · v1.0.7 · MIT-0
cross-platform ✓ Security Clean
459
Downloads
9
Stars
0
Active Installs
8
Versions
Install in OpenClaw
/install stockhistory
Description
按代码与时间范围查历史日线,或查列表与详情,便于 K 线与走势分析。当用户说:宁德时代最近一年 K 线数据?这只股票过去一年最高最低价?或类似历史行情问题时,使用本技能。
Usage Guidance
This skill appears to do exactly what it says: call JisuAPI to fetch historical stock data. Before installing, confirm you are comfortable granting the skill your JISU API key (it is required and used to call api.jisuapi.com). Ensure the runtime has Python 3 and the 'requests' package (pip install requests) or add that dependency. Be aware calls will make network requests to JisuAPI (check quota, costs, and privacy of data sent). If you want extra caution, create a dedicated JisuAPI key with limited quota for this skill.
Capability Analysis
Type: OpenClaw Skill Name: stockhistory Version: 1.0.7 The skill provides a legitimate interface for querying historical stock data via the JisuAPI service. The Python script (stockhistory.py) implements standard API request logic using the requests library, and the documentation (SKILL.md) accurately describes its functionality without any suspicious instructions or prompt injection attempts.
Capability Assessment
Purpose & Capability
Name/description ask for historical stock data and the skill uses the JisuAPI stockhistory endpoints and requires a JISU_API_KEY — this is coherent and expected.
Instruction Scope
SKILL.md instructs the agent to call the included Python script with JSON parameters and to set JISU_API_KEY; the script only contacts api.jisuapi.com and returns API responses. It does not read unrelated files, other env vars, or transmit data to unexpected endpoints.
Install Mechanism
No install spec (instruction-only), which limits disk writes. However, the included Python script depends on the third-party 'requests' library which SKILL.md does not mention or install; the runtime must provide requests or the user must pip-install it.
Credentials
Only a single API key (JISU_API_KEY) is required and is justified by the use of JisuAPI. No unrelated credentials or config paths are requested.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. It does outbound HTTP calls to the declared API only.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stockhistory
  3. After installation, invoke the skill by name or use /stockhistory
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.7
- 技能名称与描述优化,更直观体现用法和适用场景 - 用法说明增加典型问题举例,方便用户理解何时调用本技能 - 其它说明和推荐用法更侧重实际检索历史行情与K线分析 - 无代码变更,仅文档内容更新
v1.0.6
- 文档补充「关于极速数据」介绍,详细列举平台提供的 API 类型和开放场景 - 前置配置部分更详细,增加注册、申请数据、获取 AppKey 步骤说明 - 开头加入极速数据平台简介及出处说明 - 其余接口和用法说明保持一致,功能未做变更
v1.0.5
Version 1.0.5 - No file changes detected in this release. - Functionality remains unchanged. - Documentation, logic, and interface are consistent with previous version.
v1.0.4
- No code or documentation changes detected in this release. - Version bump only; functionality and usage remain unchanged.
v1.0.3
- No changes detected in this version. - Code and documentation remain unchanged.
v1.0.2
- No code or documentation changes detected in this release. - Version number updated to 1.0.2.
v1.0.1
- Fixed the documented script file path from skill/stockhistory/stockhistory.py to skills/stockhistory/stockhistory.py throughout the documentation. - Updated all usage examples and related instructions to reference the corrected script location. - No functional changes to the skill code itself.
v1.0.0
- Initial release of the jisu-stockhistory skill. - Provides three main features: historical daily stock data query, stock list retrieval, and individual stock details. - Integrates with 极速数据(Jisu API); requires a JISU_API_KEY environment variable. - Includes example commands and return format for all API endpoints. - Documents common error codes and usage recommendations for OpenClaw.
Metadata
Slug stockhistory
Version 1.0.7
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 8
Frequently Asked Questions

What is Stock Historical Data Query - 股票历史行情查询?

按代码与时间范围查历史日线,或查列表与详情,便于 K 线与走势分析。当用户说:宁德时代最近一年 K 线数据?这只股票过去一年最高最低价?或类似历史行情问题时,使用本技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 459 downloads so far.

How do I install Stock Historical Data Query - 股票历史行情查询?

Run "/install stockhistory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Stock Historical Data Query - 股票历史行情查询 free?

Yes, Stock Historical Data Query - 股票历史行情查询 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Stock Historical Data Query - 股票历史行情查询 support?

Stock Historical Data Query - 股票历史行情查询 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Stock Historical Data Query - 股票历史行情查询?

It is built and maintained by 极速数据 (@jisuapi); the current version is v1.0.7.

💬 Comments