← Back to Skills Marketplace
make453

Eastmoney Stock.Bak2

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

东方财富股票查询

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

支持的查询类型

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

使用方式

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

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

注意事项

  • 支持A股、港股、美股
  • 港股代码加.HK,美股代码加.N
  • 数据有几分钟延迟
Usage Guidance
This skill generally does what it claims (fetch stock and sector data from public APIs), but be aware of a few things before installing: - Inconsistency: SKILL.md advertises 'Eastmoney' while many scripts call Sina's hq.sinajs.cn. Multiple data sources may be fine but ask the author which endpoints are canonical. - Automatic network activity: Several Python files execute data-fetching functions at module import time (they call get_*() at the bottom). That can cause unexpected outbound HTTP requests and console output when the skill is loaded. If you run this in an environment where network calls must be controlled or audited, run it in a sandbox first or request the maintainer to wrap those calls under if __name__ == '__main__'. - Missing dependency declaration: The code uses the 'requests' Python package but package.json lists no dependencies and the skill metadata declares no required binaries. Ensure the runtime provides Python and requests, or the skill may fail. - Metadata mismatch: _meta.json ownerId differs from the registry owner id in the provided metadata. This could be a benign packaging issue but is worth checking with the publisher for authenticity. If you need to proceed: inspect/run the code in a sandboxed environment (no secrets present), or ask the author to remove global-side-effect calls and to document the exact endpoints used and any dependency requirements.
Capability Analysis
Type: OpenClaw Skill Name: eastmoney-stock-bak2 Version: 1.0.0 The skill bundle provides tools for querying and analyzing Chinese stock market data using public APIs from Sina Finance (hq.sinajs.cn) and Eastmoney (push2.eastmoney.com). The Python scripts, such as scripts/stock.py and scripts/sector_rank.py, implement standard data fetching and parsing logic consistent with the stated purpose in SKILL.md. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
Capability Assessment
Purpose & Capability
Name/description say 'Eastmoney' but the code uses both EastMoney (push2.eastmoney.com) and Sina (hq.sinajs.cn) APIs; that can be legitimate (multiple data sources) but is an inconsistency the author should justify. The included scripts and outputs align with stock/sector queries and the declared purpose overall.
Instruction Scope
Several Python files (analyze_603588.py, hot_sectors.py, hot_sectors_today.py, sector_rank.py, test_600323.py) call their network-fetching functions at module-global scope (they invoke get_*() when the file is loaded). That means importing these modules could immediately make outbound HTTP requests and produce prints/side effects. SKILL.md doesn't warn about automatic network activity on import; instructions are otherwise scoped to stock queries and public APIs.
Install Mechanism
No install spec or downloads; the skill is instruction/code-only. Nothing is fetched from third‑party release URLs or executed during install. However, the code relies on the Python 'requests' library even though package.json lists no dependencies and the skill declares no required binaries; that may cause runtime failures but not an install-time supply-chain risk.
Credentials
The skill requests no environment variables, no credentials, and accesses only public HTTP endpoints. There are no obvious attempts to read local config paths or secrets. Network access is required for its stated purpose and is proportional.
Persistence & Privilege
Skill flags are default (not always: true). It does not request persistent system-wide privileges or attempt to modify other skills. The primary concern is modules that auto-run network calls on import (side effects), not elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install eastmoney-stock-bak2
  3. After installation, invoke the skill by name or use /eastmoney-stock-bak2
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release with support for querying stock data via Eastmoney, including real-time prices, percentage changes, trading volume, and amount. - Enables ranking queries such as daily top gainers/losers. - Supports custom watchlists for tracking selected stocks. - Handles queries for A-shares, Hong Kong stocks (.HK), and US stocks (.N). - Provides guidance and examples for typical usage scenarios.
Metadata
Slug eastmoney-stock-bak2
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Eastmoney Stock.Bak2?

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

How do I install Eastmoney Stock.Bak2?

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

Is Eastmoney Stock.Bak2 free?

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

Which platforms does Eastmoney Stock.Bak2 support?

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

Who created Eastmoney Stock.Bak2?

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

💬 Comments