← 返回 Skills 市场
haohanyang92

A股基本面筛选

作者 haohanyang92 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
3023
总下载
1
收藏
17
当前安装
1
版本数
在 OpenClaw 中安装
/install a-stock-fundamental-screening
功能描述
用财务指标快速排除垃圾股,找到有基本面支撑的标的。用于A股基本面选股。
使用说明 (SKILL.md)

基本面筛选 Skill

核心能力

用财务指标快速排除垃圾股,找到有基本面支撑的标的。

筛选规则

成长股筛选

  • 连续3年营收增速 ≥ 30%
  • 净利润增速 ≥ 25%
  • ROE ≥ 15%

价值股筛选

  • 市盈率(PE)< 行业均值
  • 股息率 ≥ 3%
  • 资产负债率 ≤ 50%

避雷规则(直接排除)

  • ST股
  • 近1年业绩亏损超50%
  • 大股东减持比例 ≥ 5%

短线交易基本面检查

即使是短线题材股,也要检查:

  1. 是否有减持
  2. 是否亏损
  3. 是否有黑天鹅风险

避免踩中"黑天鹅"。

数据获取

调用 akshare-stock 获取:

  • 财务报表数据
  • 股东增减持数据
  • 市盈率、股息率等估值数据

触发场景

  • "这个股票基本面好吗"
  • "能买吗会st吗"
  • "有什么风险"
  • "财务数据怎么样"
安全使用建议
This skill appears coherent, but take these practical precautions before installing: 1) Confirm the runtime has the akshare package (or add an explicit install) — the SKILL.md expects it but doesn't install it. 2) akshare fetches market data over the network; verify data sources and legal/usage constraints for your environment. 3) Treat outputs as decision-support only—backtest the filters on historical data before trading real money. 4) Because the skill is from an unknown source, consider testing it in a sandboxed agent instance and review any network activity before enabling in production. 5) No credentials are requested, so there is no obvious secret-exfiltration risk, but verify your agent's network permissions if you want to restrict external requests.
功能分析
Type: OpenClaw Skill Name: a-stock-fundamental-screening Version: 1.0.0 The skill bundle provides standard instructions for an AI agent to perform fundamental stock screening for the A-share market using financial metrics like ROE, PE, and revenue growth. It references the legitimate 'akshare-stock' library for data retrieval and contains no evidence of malicious intent, data exfiltration, or harmful execution logic in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name, description and runtime instructions all describe A‑share fundamental screening and the filtering rules match that purpose (growth/ value/avoidance rules).
Instruction Scope
SKILL.md instructs the agent to call 'akshare-stock' for financial, shareholder and valuation data — scope is appropriate for the task but the skill does not declare how akshare is provided or any fallback if it is absent. Instructions do not ask for unrelated files, secrets, or system access.
Install Mechanism
There is no install spec (instruction-only). This keeps disk/write risk low, but the skill implicitly depends on the akshare library being available in runtime; that dependency is not declared or installed by the skill.
Credentials
The skill declares no environment variables, credentials, or config paths. The absence of secret requests is proportional to its stated purpose.
Persistence & Privilege
always is false and the skill does not request elevated persistence or modify other skills/config. Autonomous invocation is allowed (platform default) but not combined with other red flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install a-stock-fundamental-screening
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /a-stock-fundamental-screening 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — quickly screen A-shares by fundamental indicators to filter out poor-quality stocks. - Supports both growth and value stock selection criteria based on revenue/profit growth, ROE, PE ratio, dividend yield, and leverage. - Includes "risk exclusion" rules to avoid ST stocks, major losses, and high shareholder reductions. - Provides a basic check for short-term trading to detect loss, reduction, or black swan risk. - Integrates akshare-stock for acquiring financial, shareholder, and valuation data. - Covers common usage scenarios such as checking stock fundamentals, risk warnings, and financial health.
元数据
Slug a-stock-fundamental-screening
版本 1.0.0
许可证 MIT-0
累计安装 17
当前安装数 17
历史版本数 1
常见问题

A股基本面筛选 是什么?

用财务指标快速排除垃圾股,找到有基本面支撑的标的。用于A股基本面选股。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3023 次。

如何安装 A股基本面筛选?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install a-stock-fundamental-screening」即可一键安装,无需额外配置。

A股基本面筛选 是免费的吗?

是的,A股基本面筛选 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

A股基本面筛选 支持哪些平台?

A股基本面筛选 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 A股基本面筛选?

由 haohanyang92(@haohanyang92)开发并维护,当前版本 v1.0.0。

💬 留言讨论