← 返回 Skills 市场
jisuapi

Shanghai Stock Exchange Composite Index - 上证股票指数

作者 极速数据 · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ 安全检测通过
442
总下载
9
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install stockindex
功能描述
查询上证、深证、创业板、沪深300、科创50 等主要指数分钟级行情。当用户说:上证指数现在多少点?创业板指涨跌幅?或类似大盘指数问题时,使用本技能。
安全使用建议
This skill appears to do what it says: call JisuAPI to fetch minute-level stock-index data and print the JSON result. Before installing, (1) ensure you trust JisuAPI and understand its pricing/limits and privacy policy, (2) protect your JISU_API_KEY (treat it like a secret and do not share it), (3) ensure the runtime has Python 3 and the 'requests' library installed (pip install requests) since the script depends on it, and (4) verify network access to https://api.jisuapi.com. If you need stronger guarantees, review the included stockindex.py yourself — it is short and straightforward (it only reads JISU_API_KEY and performs an HTTPS GET).
功能分析
Type: OpenClaw Skill Name: stockindex Version: 1.0.4 The skill is a straightforward implementation for querying stock market indices via the JisuAPI service. The Python script (stockindex.py) correctly handles environment variables for the API key and makes standard GET requests to the official provider endpoint (api.jisuapi.com) without any signs of data exfiltration, obfuscation, or malicious execution.
能力评估
Purpose & Capability
Name/description, required JISU_API_KEY, and the network calls to api.jisuapi.com are coherent for a JisuAPI-based stock-index skill. Minor inconsistency: the Python script uses the third-party 'requests' library but the metadata and SKILL.md only require 'python3' and do not mention installing 'requests' as a runtime dependency.
Instruction Scope
SKILL.md instructs the agent to set JISU_API_KEY and run the provided script; the instructions do not request unrelated files, secrets, or system state. The script only reads the declared JISU_API_KEY and performs an HTTPS request to the documented API.
Install Mechanism
There is no install spec (instruction-only install), which keeps risk low. Note: a code file is included but no install steps are provided; users must ensure Python and the 'requests' package are available in the environment before running the script.
Credentials
Only JISU_API_KEY is required and is the primary credential for the JisuAPI service; no other credentials, config paths, or unrelated environment variables are requested or accessed.
Persistence & Privilege
The skill does not request permanent presence (always is false), does not modify other skills or system-wide settings, and has no special persistence or privileged installation behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stockindex
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stockindex 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- Updated skill name and description to clarify coverage of major indices and typical usage scenarios. - Enhanced description with example queries for improved user guidance. - No changes to code or functionality.
v1.0.3
- 文档补充了极速数据(JisuAPI)平台介绍及使用说明 - 增加了 API Key 获取与配置详细流程 - 加入对极速数据各类API、特色和接入流程的全面说明 - 推荐用法与返回示例未作调整,技能调用方式保持不变 - 仅文档优化,无代码或功能变更
v1.0.2
- No file changes detected in this release. - Version bump only; no new features, fixes, or documentation updates.
v1.0.1
- Updated the documented script path from skill/stockindex/stockindex.py to skills/stockindex/stockindex.py. - Adjusted usage examples and instructions to match the new directory structure.
v1.0.0
- Initial release of jisu-stockindex skill. - Provides real-time minute-level data for major Chinese stock indices (e.g., 上证指数, 深证成指, 创业板指, 沪深300, 上证50, 科创50, B股指数). - Simple CLI usage: fetch all indices and trends with a single command. - Requires JISU_API_KEY environment variable for authentication. - Includes detailed output field explanations and common error codes.
元数据
Slug stockindex
版本 1.0.4
许可证 MIT-0
累计安装 2
当前安装数 1
历史版本数 5
常见问题

Shanghai Stock Exchange Composite Index - 上证股票指数 是什么?

查询上证、深证、创业板、沪深300、科创50 等主要指数分钟级行情。当用户说:上证指数现在多少点?创业板指涨跌幅?或类似大盘指数问题时,使用本技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 442 次。

如何安装 Shanghai Stock Exchange Composite Index - 上证股票指数?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install stockindex」即可一键安装,无需额外配置。

Shanghai Stock Exchange Composite Index - 上证股票指数 是免费的吗?

是的,Shanghai Stock Exchange Composite Index - 上证股票指数 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Shanghai Stock Exchange Composite Index - 上证股票指数 支持哪些平台?

Shanghai Stock Exchange Composite Index - 上证股票指数 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Shanghai Stock Exchange Composite Index - 上证股票指数?

由 极速数据(@jisuapi)开发并维护,当前版本 v1.0.4。

💬 留言讨论