Home / luqtest / big-a-chovy · daily-stock-analysis/SKILL.md · GitHub

daily-stock-analysis skillA

daily-stock-analysis is agent-read markdown (skill) from luqtest/big-a-chovy: 获取并校验 A 股实时行情,运行超短、趋势、低吸和观察池筛选,生成候选报告与原始量化字段。只负责发现层,不承担最终买卖、仓位或持仓裁决。.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Daily Stock Analysis · 筛选与报告发现层

## 职责边界

本工具是筛选工具之一,只负责行情获取、指标计算、候选筛选、报告生成和筛选状态保存;**不负责最终买入、卖出、仓位、持仓或真实仓权限裁决**。

权威层级固定为:

1. `盘中` skill:用户实际使用的决策入口和沟通流程;
2. 根目录 `选股框架.md`:交易规则、参数、否决条件和待验证状态的唯一权威;
3. `决策记录/YYYYMMDD.md`:实际执行、持仓和 T+1 状态的唯一记录;
4. 本目录:筛选和数据发现层,输出只作为 `盘中` 的输入。

如果用户提出买卖、持仓、仓位或复盘问题,本工具只提供带时间戳的筛选证据,并由 `盘中` skill 按《选股框架.md》完成裁决。若请求包含“继续看筛选”“今日信号”“能否买”或其他决策意图,生成报告后不得停在发现层,必须继续交给 `盘中` 做双仓分层裁决;本工具的发现层边界不等于整次请求只能输出筛选结果。

## 支持的筛选模式

1. **低吸超短线**:寻找仍在可交易买区、接近 VWAP/支撑且未明显追高的候选;
2. **低吸短线趋势**:筛选均线结构和趋势条件,输出趋势候选;
3. **严格超短线**:输出原始短线动能筛选结果;
4. **严格趋势**:输出原始趋势筛选结果;
5. **明日观察池**:输出触发价、支撑区、失效位和追高提示,作为观察数据,不代表可买;
6. **双池交集/状态机**:保存筛选状态和候选变化,状态本身不等于交易许可。

各模式必须独立运行,不能把不同模式的阈值或结果混合。详细筛选条件见 `references/screeners.md`。

## 运行入口

在项目根目录执行:

```bash
python3 daily-stock-analysis/scripts/a_share_daily_screen.py --mode all --format md
python3 daily-stock-analysis/scripts/a_share_daily_screen.py --mode low watchlist --format md
python3 daily-stock-analysis/scripts/a_share_daily_screen.py --mode strict low --format json --save /tmp/a_share_screen.json
python3 daily-stock-analysis/scripts/a_share_daily_screen.py --mode all --skip-announcements
```
…

Read the whole file at its exact version.

How to install

Latest version
mdr add luqtest/big-a-chovy/daily-stock-analysis@git:20260910.b338fb3
Exact content
mdr add luqtest/big-a-chovy/daily-stock-analysis@sha256:eac175c9c8bb0a7d

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_wezq3zaque3ojx27.svg)](https://markdownregistry.com/a/art_wezq3zaque3ojx27)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260910.b338fb3 latest2026-09-10 b338fb3 4,277 BA view · diff
git:20260830.d63cc922026-08-30 d63cc92 4,024 BA view · diff
git:20260824.b21a6b32026-08-24 b21a6b3 11,829 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4277 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

luqtest/big-a-chovy · 254 stars · license none · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_wezq3zaque3ojx27
GET https://markdownregistry.com/api/v1/resolve?ref=luqtest/big-a-chovy/daily-stock-analysis
GET https://markdownregistry.com/api/v1/blob/eac175c9c8bb0a7d16cd99efda9ae5f5ac2d6942022afbbfc662cdfc16a35e00

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from luqtest/big-a-chovy

AGENTS.md agents
luqtest/big-a-chovy · AGENTS.md
git:20260910.b338fb3 · audit A · 254 stars
CLAUDE.md claude
luqtest/big-a-chovy · CLAUDE.md
git:20260910.b338fb3 · audit A · 254 stars
盘中 skill
luqtest/big-a-chovy · skills/盘中/SKILL.md · 在本股票工作区读取筛选报告、盘问候选与持仓、记录实际或模拟操作并复盘。用于“盘中”“看盘”“继续看筛选”“ggp”“盘问某股”及报告买卖操作;不自动下单。
git:20260910.b338fb3 · audit A · 254 stars

Every file in luqtest/big-a-chovy

Browse by kind, by grade A, or by owner.