← 返回 Skills 市场
185
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-heat-rank-py
功能描述
[Python版本] 获取A股股票实时热度排名TOP50。聚合问财、雪球、东方财富三大平台人气榜单。适用场景:用户询问A股热门股票、股票热度排名、股票人气排名、市场关注度排行、热门股票榜单、最受关注股票、实时股票排名、今日热门股。关键词:A股热度、股票热度排名、人气排名、热门股票、股票人气榜、关注度排行、热门股、...
安全使用建议
This skill appears to do what it says (aggregate popularity lists and compute a composite TOP50), but there are two practical concerns you should address before installing or running it: 1) The Python metadata omits a required Node.js dependency even though main.py runs the included lib/hexin_v.js with 'node'—ensure Node.js is installed and available on PATH. 2) lib/hexin_v.js is heavily obfuscated and requires Node modules (jsdom, Canvas) and possibly native build tools; review that JS carefully for hidden endpoints or behavior and run the skill in an isolated environment (container/VM) if you plan to execute it. Recommended actions: inspect the full hexin_v.js contents, ask the publisher to add explicit install steps for Node/npm (including npm install for jsdom/canvas and any native deps), and verify network targets and scraping legality/ToS for iwencai/xueqiu/eastmoney. If you cannot audit the obfuscated JS, avoid running it on sensitive systems.
功能分析
Type: OpenClaw Skill
Name: stock-heat-rank-py
Version: 1.0.0
The skill bundle contains a heavily obfuscated JavaScript file (`lib/hexin_v.js`) which is executed by the main Python script (`main.py`) using `subprocess.run`. This JS file appears to be a signature generator for bypassing anti-bot protections on the Wencai financial platform, a common but risky practice. While the Python code itself is straightforward and lacks clear malicious intent (such as credential theft or data exfiltration), the use of extreme obfuscation and the execution of an external runtime (Node.js) to process a 'black box' script makes the bundle suspicious according to security best practices.
能力评估
Purpose & Capability
The skill's files (main.py + lib/hexin_v.js) implement aggregation of Wencai, Xueqiu, and Eastmoney as described. However, SKILL metadata declared no required binaries while SKILL.md and main.py call 'node' to run the included hexin_v.js; that Node requirement is not declared in the registry metadata, which is an inconsistency.
Instruction Scope
The runtime instructions stay within the stated purpose: fetch lists from three platforms and compute a composite ranking. However, the SKILL.md and main.py instruct running an included, heavily-obfuscated JS (hexin_v.js) to generate Hexin-V signatures; that JS itself requires jsdom and Canvas (native bindings) and will be executed with subprocess.run('node', ...). Executing opaque third-party JS expands the runtime scope and reduces auditability.
Install Mechanism
There is no install spec for Node/npm dependencies. hexin_v.js requires modules (jsdom and Canvas) that are not installed by pip and may need npm installs and native build tools; SKILL.md only mentions 'Node.js' but provides no npm install steps. Including and executing an obfuscated JS blob without clear dependency/install instructions is a risk and operational gap.
Credentials
The skill declares no environment variables or credentials and main.py does not require secrets to operate. Network access to the three public sites is expected and proportionate to the stated purpose.
Persistence & Privilege
The skill does not request elevated/persistent privileges (always:false) and does not declare modifying other skills or global agent settings. Autonomous invocation is allowed by default but is not combined with unusual privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stock-heat-rank-py - 安装完成后,直接呼叫该 Skill 的名称或使用
/stock-heat-rank-py触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
A股实时热度排名TOP50 v1.0.0
- Initial release of Python version for A-share real-time heat ranking (TOP50).
- Aggregates stock popularity rankings from Wencai, Xueqiu, and Eastmoney platforms.
- Outputs composite heat score with unified ranking and clear field descriptions.
- Supports installing dependencies and running directly from command line with optional parameters.
- Provides transparent calculation method for composite heat algorithm.
元数据
常见问题
A股实时热度排名TOP50 是什么?
[Python版本] 获取A股股票实时热度排名TOP50。聚合问财、雪球、东方财富三大平台人气榜单。适用场景:用户询问A股热门股票、股票热度排名、股票人气排名、市场关注度排行、热门股票榜单、最受关注股票、实时股票排名、今日热门股。关键词:A股热度、股票热度排名、人气排名、热门股票、股票人气榜、关注度排行、热门股、... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 185 次。
如何安装 A股实时热度排名TOP50?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-heat-rank-py」即可一键安装,无需额外配置。
A股实时热度排名TOP50 是免费的吗?
是的,A股实时热度排名TOP50 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
A股实时热度排名TOP50 支持哪些平台?
A股实时热度排名TOP50 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 A股实时热度排名TOP50?
由 n1e(@n1e)开发并维护,当前版本 v1.0.0。
推荐 Skills