← Back to Skills Marketplace
make453

Eastmoney Stock.Bak

by make453 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
123
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install eastmoney-stock-bak
Description
查询东方财富股票数据,包括个股行情、涨跌幅、成交量等。用于回答股票相关问题。
README (SKILL.md)

东方财富股票查询

使用东方财富API获取股票数据。

支持的查询类型

  • 个股行情:股票代码、现价、涨跌、成交量、成交额
  • 涨跌幅排行:当日涨跌幅排名
  • 自选股查询:用户关注的股票信息

使用方式

直接问我股票相关问题,例如:

  • "600519现在多少钱?"(查询茅台股价)
  • "今天涨幅最高的股票"
  • "帮我查一下腾讯的股票"
  • "A股今天怎么样?"

注意事项

  • 支持A股、港股、美股
  • 港股代码加.HK,美股代码加.N
  • 数据有几分钟延迟
Usage Guidance
This skill appears to implement stock and sector queries and uses public Sina / Eastmoney endpoints, but exercise caution: (1) The codebase mixes data sources (Sina and Eastmoney) which is not documented in SKILL.md — confirm which API you prefer. (2) Several Python files perform network requests when the module is loaded (they call their main functions at the bottom). If the platform imports these files, they may make outbound HTTP calls immediately; prefer a skill that exposes explicit entry points without side-effectful top-level code. (3) There is a mismatch in owner metadata between registry info and _meta.json — that could be innocent (copy/paste) but reduces provenance. Recommended actions before installing: review the code yourself or run it in a sandboxed environment, remove or refactor top-level execution if you plan to import the package, and confirm the author/source. If you need stronger guarantees, ask the publisher for a clear source repository and a versioned release signed/hosted on a trusted site.
Capability Analysis
Type: OpenClaw Skill Name: eastmoney-stock-bak Version: 1.0.0 The skill bundle provides a set of Python scripts for querying Chinese stock market data, including individual stock quotes and sector rankings, using public APIs from Sina Finance (hq.sinajs.cn) and EastMoney (eastmoney.com). The code in scripts like stock.py and sector_rank.py follows standard patterns for HTTP requests and data parsing, and the documentation in SKILL.md accurately reflects the intended functionality without any signs of malicious instructions or prompt injection.
Capability Assessment
Purpose & Capability
The name/description say this uses 東方財富 (Eastmoney) APIs, and some scripts (sector_rank.py, sector_rank, etc.) call Eastmoney endpoints, but multiple key scripts (scripts/stock.py, analyze_603588.py, test_600323.py, hot_sectors.py) actually call Sina's hq.sinajs.cn endpoints. Functionality (fetching stock quotes, sector ranks, simple analysis) is consistent with the description, but the mixed/unnamed data sources and small metadata mismatch (registry ownerId vs _meta.json ownerId) are unexpected and reduce transparency.
Instruction Scope
SKILL.md instructions are limited to querying stock info and are scoped appropriately. However, several code files have side effects: many modules call their main functions at module load (e.g., analyze_603588.py, hot_sectors.py, hot_sectors_today.py, sector_rank.py, test_600323.py). That means importing or executing the package may immediately perform outbound HTTP requests and print data. There are no instructions to read local files or access environment variables, and the code does not exfiltrate data to unexpected endpoints — only to public finance APIs (sina/eastmoney). Still, auto-running network calls on import is surprising and can be a risk in some integration contexts.
Install Mechanism
No installer is provided (instruction-only / code files only). No downloads from arbitrary URLs, no package installs declared. package.json lists no dependencies. This is low install risk.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The external network calls are to public finance APIs (hq.sinajs.cn and push2.eastmoney.com) which fit the stated purpose. There are no hidden API keys or secret requirements.
Persistence & Privilege
Flags are normal: always:false and user-invocable:true. The skill does not request persistent system privileges or modify other skills' configs. Autonomous invocation is permitted by default but not combined with other high-risk items here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install eastmoney-stock-bak
  3. After installation, invoke the skill by name or use /eastmoney-stock-bak
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
eastmoney-stock-bak 1.0.0 初始版本发布: - 支持A股、港股、美股股票数据查询 - 提供个股行情、涨跌幅、成交量等信息 - 实现涨跌幅排行榜和自选股查询功能 - 指令简单,支持中文自然语言提问 - 数据更新延迟数分钟
Metadata
Slug eastmoney-stock-bak
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Eastmoney Stock.Bak?

查询东方财富股票数据,包括个股行情、涨跌幅、成交量等。用于回答股票相关问题。 It is an AI Agent Skill for Claude Code / OpenClaw, with 123 downloads so far.

How do I install Eastmoney Stock.Bak?

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

Is Eastmoney Stock.Bak free?

Yes, Eastmoney Stock.Bak is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Eastmoney Stock.Bak support?

Eastmoney Stock.Bak is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Eastmoney Stock.Bak?

It is built and maintained by make453 (@make453); the current version is v1.0.0.

💬 Comments