← Back to Skills Marketplace
jisuapi

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

by 极速数据 · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ Security Clean
442
Downloads
9
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install stockindex
Description
查询上证、深证、创业板、沪深300、科创50 等主要指数分钟级行情。当用户说:上证指数现在多少点?创业板指涨跌幅?或类似大盘指数问题时,使用本技能。
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stockindex
  3. After installation, invoke the skill by name or use /stockindex
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug stockindex
Version 1.0.4
License MIT-0
All-time Installs 2
Active Installs 1
Total Versions 5
Frequently Asked Questions

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

查询上证、深证、创业板、沪深300、科创50 等主要指数分钟级行情。当用户说:上证指数现在多少点?创业板指涨跌幅?或类似大盘指数问题时,使用本技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 442 downloads so far.

How do I install Shanghai Stock Exchange Composite Index - 上证股票指数?

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

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

Yes, Shanghai Stock Exchange Composite Index - 上证股票指数 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Shanghai Stock Exchange Composite Index - 上证股票指数 support?

Shanghai Stock Exchange Composite Index - 上证股票指数 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

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

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

💬 Comments