← 返回 Skills 市场
Finbot A股数据工具
作者
zhubohan190601-crypto
· GitHub ↗
· v1.0.0
· MIT-0
39
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install finbot-stock
功能描述
A股市场数据工具 — 实时行情、板块扫描、收盘简报、多因子选股。数据源:新浪财经(零成本,无需API Key)。不构成投资建议。
使用说明 (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
安全使用建议
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install finbot-stock - 安装完成后,直接呼叫该 Skill 的名称或使用
/finbot-stock触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首发:实时行情+收盘简报+板块扫描+选股筛选
元数据
常见问题
Finbot A股数据工具 是什么?
A股市场数据工具 — 实时行情、板块扫描、收盘简报、多因子选股。数据源:新浪财经(零成本,无需API Key)。不构成投资建议。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 39 次。
如何安装 Finbot A股数据工具?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install finbot-stock」即可一键安装,无需额外配置。
Finbot A股数据工具 是免费的吗?
是的,Finbot A股数据工具 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Finbot A股数据工具 支持哪些平台?
Finbot A股数据工具 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Finbot A股数据工具?
由 zhubohan190601-crypto(@zhubohan190601-crypto)开发并维护,当前版本 v1.0.0。
推荐 Skills