← 返回 Skills 市场
459
总下载
9
收藏
0
当前安装
8
版本数
在 OpenClaw 中安装
/install stockhistory
功能描述
按代码与时间范围查历史日线,或查列表与详情,便于 K 线与走势分析。当用户说:宁德时代最近一年 K 线数据?这只股票过去一年最高最低价?或类似历史行情问题时,使用本技能。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stockhistory - 安装完成后,直接呼叫该 Skill 的名称或使用
/stockhistory触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Stock Historical Data Query - 股票历史行情查询 是什么?
按代码与时间范围查历史日线,或查列表与详情,便于 K 线与走势分析。当用户说:宁德时代最近一年 K 线数据?这只股票过去一年最高最低价?或类似历史行情问题时,使用本技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 459 次。
如何安装 Stock Historical Data Query - 股票历史行情查询?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stockhistory」即可一键安装,无需额外配置。
Stock Historical Data Query - 股票历史行情查询 是免费的吗?
是的,Stock Historical Data Query - 股票历史行情查询 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Stock Historical Data Query - 股票历史行情查询 支持哪些平台?
Stock Historical Data Query - 股票历史行情查询 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Stock Historical Data Query - 股票历史行情查询?
由 极速数据(@jisuapi)开发并维护,当前版本 v1.0.7。
推荐 Skills