a-share-tradable-picks

a-share-tradable-picks is a skill for Codex from minguncle/a-share-agent-skills. It costs 100 tokens per session (1,257 once invoked), scanned A, original, MIT.

A guide for finding A-share stocks that can still realistically be bought during the current trading session. A-shares are stocks traded on mainland Chinese stock exchanges.

In plain words
What is it for?
Use it for same-day requests such as finding currently tradable top stocks, using market breadth, sector money flow, news, policy events, and technical signals.
Why use it?
It filters out stocks that are locked at their daily price limit or otherwise difficult to enter, so a market list is less likely to contain unavailable choices.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it for same-day requests such as finding currently tradable top stocks, using market breadth, sector money flow, news, policy events, and technical signals.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/minguncle/a-share-agent-skills/a-share-tradable-picks
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add minguncle/a-share-agent-skills --skill a-share-tradable-picks
Clone the repo
git clone --depth 1 https://github.com/minguncle/a-share-agent-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for a-share-tradable-picks

README.md
[![agentmods](https://agentmods.dev/badge/skills/minguncle/a-share-agent-skills/a-share-tradable-picks/github.svg)](https://agentmods.dev/skills/minguncle/a-share-agent-skills/a-share-tradable-picks)
Your own site
<a href="https://agentmods.dev/skills/minguncle/a-share-agent-skills/a-share-tradable-picks"><img src="https://agentmods.dev/badge/skills/minguncle/a-share-agent-skills/a-share-tradable-picks/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for a-share-tradable-picks

Your own site · 80×15
<a href="https://agentmods.dev/skills/minguncle/a-share-agent-skills/a-share-tradable-picks"><img src="https://agentmods.dev/badge/skills/minguncle/a-share-agent-skills/a-share-tradable-picks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,257 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00100 $0.01257
Opus 5 $0.00050 $0.00629
Sonnet 5 $0.00020 $0.00251
Haiku 4.5 $0.00010 $0.00126

Measured 10d ago against content hash 4884b31740db, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

a-share-tradable-picks scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/enhanced/a-share-tradable-picks/SKILL.md · 155 lines

How it starts

The opening of the file, as written. The whole thing — 155 lines — stays where its author put it; the contents beside it link to each section on GitHub.

A-Share Tradable Picks

Use this skill when the user wants a same-day A-share stock list that is still tradable at the current moment.

Do not use this skill for:

  • holdings triage from a portfolio screenshot
  • long-horizon macro allocation without a same-day market anchor
  • simple recaps of already selected stocks

Core Goal

Turn a broad same-day market scan into two buckets:

  • Top名单: stocks that are still practically enterable now
  • 仅供参考: leaders that may be strong, but are涨停、一字、封单明显、或当前性价比过差

The point is to avoid recommending names that are already effectively unavailable.

Default Workflow

1. Anchor The Time

  • State the review date and intraday time.
  • Re-check data if the turn lasts long enough that the market structure may have changed.

2. Read The Market Before Picking Stocks

Default order:

  1. https://data.eastmoney.com/bkzj/hy.html
  2. https://kuaixun.eastmoney.com/
  3. https://www.jin10.com/live
  4. official policy pages if a live catalyst clearly points to one
  5. https://data.eastmoney.com/report/industry.jshtml only when sell-side heat helps explain the tape

Always separate:

  • index tone
  • breadth
  • sector money flow
  • news and policy catalysts

3. Build The Sector Shortlist

Keep sectors only when at least two of the following are true:

  • live catalyst exists
  • money flow is strong now
  • technical structure is supportive in leading names

Prefer sectors that have both current flow and a policy or earnings-quality anchor.

4. Build A Candidate Pool

Pull single-stock snapshots with any reliable quote API, MCP, or browser-backed source and prefer names with:

  • 5/20/60 day structure not broken
  • current price still away from hard lock boards
  • main flow not obviously collapsing
  • enough liquidity for practical entry

5. Apply Hard Exclusion Rules

Do not place a stock in the main Top list when any of these are true:

  • current session is涨停 or near a hard lock board
  • one-price lock or明显封单,实际难成交
  • ST or similar high-friction name unless the user explicitly accepts that style
  • only attractive because of headlines, while the sector money flow is weak

Read the full file on GitHub · 155 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 155 lines · 100 tokens per session scan A 4884b31740db

Subscribe to this mod's changes

a-share-tradable-picks is a skill published in the GitHub repository minguncle/a-share-agent-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 100 tokens to every session and 1,257 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

sector-rotation

An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.

HKUDS/Vibe-Trading · 39 tokens

strategy-pivot-designer

Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.

tradermonty/claude-trading-skills · 28 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

chenhao-limit-up

A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.

questflowai/investorskills · 44 tokens

trading-risk-gate

Unified pre-trade safety gate: Ruin check (Law #1), ergodicity audit, and win-rate dominance validation. Absorbs: ergodicity-check, law-of-ruin, win-rate-dominance.

winstonkoh87/Athena-Public · 53 tokens

furusato

A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.

kazukinagata/shinkoku · 102 tokens