← Back to Skills Marketplace
zhubohan190601-crypto

Finbot A股数据工具

by zhubohan190601-crypto · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
39
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install finbot-stock
Description
A股市场数据工具 — 实时行情、板块扫描、收盘简报、多因子选股。数据源:新浪财经(零成本,无需API Key)。不构成投资建议。
README (SKILL.md)

finbot-stock — A股市场数据工具

一键获取A股实时行情、板块扫描、收盘简报和多因子选股评分。

数据源

新浪财经免费行情接口。零成本,无需 API Key。

用法

实时行情(单只)

python3 {baseDir}/scripts/fetcher.py

默认测试平安银行(000001),修改 __main__ 中的 code 参数即可。

批量行情

在 Python 中调用:

from scripts.fetcher import fetch_batch
results = fetch_batch(["000001","000002","600519","300750"])

市场扫描

python3 {baseDir}/scripts/analyzer.py --scan

输出:各板块涨跌排名、异动提醒、成交额TOP。

收盘简报

python3 {baseDir}/scripts/analyzer.py --report

生成 Markdown 格式的每日市场简报,包含板块表现、异动监控。

输出示例

📊 阿不 市场扫描 | 2026-06-02
============================================================
📍 科技 (10只)
   🔴 寒武纪(688256): 1300.0 +5.01%
   🔴 立讯精密(002475): 74.0 +4.65%

💰 成交额TOP
   立讯精密: ¥167.48亿  4.65%
   宁德时代: ¥167.19亿  3.28%

合规声明

本工具仅提供市场数据整理与展示,不构成任何投资建议。所有数据来源于公开免费接口,使用时请自行核实。投资有风险,决策需自主。

依赖

  • Python 3.8+
  • 无需第三方包(仅使用标准库 urllib、json、csv、re)

授权

MIT

Usage Guidance
Before installing, treat this as a public market-data helper rather than investment advice. Expect it to contact Sina Finance and to create local Markdown reports or optional CSV snapshots; also note that the advertised multi-factor selection feature appears incomplete.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The scripts fetch public A-share market data from Sina and format scans/reports, which matches the stated purpose. The advertised multi-factor stock selection is not actually implemented, which is a product accuracy issue rather than evidence of malicious behavior.
Instruction Scope
Runtime instructions are user-invoked commands for fetching, scanning, and reporting; there is no evidence of hidden automatic execution, prompt manipulation, destructive actions, or credential handling.
Install Mechanism
The artifact contains a markdown skill file and two Python scripts using only the standard library; no package install hooks, dependency scripts, or privileged setup behavior were found.
Credentials
Outbound network access to Sina Finance is expected for a market-data tool and is disclosed. Local file writes are limited to generated reports and optional CSV snapshots of public market data, though exact output paths are not fully documented.
Persistence & Privilege
Persistence is limited to user-triggered report/snapshot files under the skill directory; there is no background service, privilege escalation, broad local indexing, session-store access, or credential persistence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install finbot-stock
  3. After installation, invoke the skill by name or use /finbot-stock
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首发:实时行情+收盘简报+板块扫描+选股筛选
Metadata
Slug finbot-stock
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Finbot A股数据工具?

A股市场数据工具 — 实时行情、板块扫描、收盘简报、多因子选股。数据源:新浪财经(零成本,无需API Key)。不构成投资建议。 It is an AI Agent Skill for Claude Code / OpenClaw, with 39 downloads so far.

How do I install Finbot A股数据工具?

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

Is Finbot A股数据工具 free?

Yes, Finbot A股数据工具 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Finbot A股数据工具 support?

Finbot A股数据工具 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Finbot A股数据工具?

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

💬 Comments