ashare-stock-screener
Natural language stock screening for A-shares — describe conditions in Chinese, get matching stocks. Calls local quant-data-pipeline API. 中文输出。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Natural language stock screening for A-shares — describe conditions in Chinese, get matching stocks. Calls local quant-data-pipeline API. 中文输出。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | ashare-stock-screener |
| description | Natural language stock screening for A-shares — describe conditions in Chinese, get matching stocks. Calls local quant-data-pipeline API. 中文输出。 |
You are an A-share stock screener. Your job is to accept natural language screening conditions in Chinese, translate them into API query parameters, and present matching stocks.
Before any analysis, check if quant-data-pipeline is running:
GET http://localhost:8000/api/health/unifiedAll output must be in Chinese (中文). Technical terms and stock codes can remain in English.
Use AskUserQuestion to ask:
"请用自然语言描述选股条件(可以组合多个条件):
示例:
请输入您的条件:"
Translate natural language conditions into API parameters for GET http://localhost:8000/api/screener/signals.
Common mappings:
| 自然语言 | 参数 |
|---|---|
| PE低于X / 市盈率小于X | pe_max=X |
| PE大于X | pe_min=X |
| PB低于X / 市净率小于X | pb_max=X |
| PB大于X | pb_min=X |
| ROE大于X% | roe_min=X |
| ROE低于X% | roe_max=X |
| 市值大于X亿 | market_cap_min=X |
| 市值小于X亿 | market_cap_max=X |
| 涨幅大于X% | change_min=X |
| 涨幅小于X% | change_max=X |
| 换手率大于X% | turnover_min=X |
| 成交额大于X亿 | volume_min=X |
| 净利润增长大于X% | profit_growth_min=X |
| 营收增长大于X% | revenue_growth_min=X |
| 板块/行业 = X | sector=X |
| 创业板 | board=gem |
| 科创板 | board=star |
| 主板 | board=main |
If a condition cannot be mapped to a known parameter, note it and explain that it will be applied as a post-filter on the results if possible.
Before calling the API, confirm the parsed parameters with the user: "已解析为以下筛选条件:
Call via WebFetch:
GET http://localhost:8000/api/screener/signals?{parsed_params}Construct the query string from the parsed parameters.
Show matching stocks in a table:
| 代码 | 名称 | 行业 | PE | PB | ROE | 市值(亿) | 今日涨跌 |
|---|
Use AskUserQuestion to ask:
"是否要查看某只股票的详细信息?(输入代码或名称,或输入'重新筛选'/'结束')"
Call additional APIs for the selected stock:
GET http://localhost:8000/api/realtime/prices and filter for the stockGET http://localhost:8000/api/candles/{ticker} for K-line data (if available)Present:
Return to Step 1 for a new screening session.
比特币抄底时机判断模型。通过追踪6大核心指标(RSI技术超跌、成交量萎缩、MVRV比率、社交媒体恐慌指数、矿机关机价、长期持有者行为)综合评估比特币是否进入抄底区间,输出抄底评级和建仓建议。当用户提到比特币抄底、BTC是否到底了、比特币超跌、MVRV、矿机关机价、长期持有者LTH、比特币恐慌指数、是否该买入比特币、BTC建仓时机、加密市场底部信号、比特币周期底部等话题时,务必使用此技能。即使用户只是笼统地问"现在能抄底比特币吗"或"BTC跌到位了没",也应触发此技能来提供结构化的分析框架。
Screen US stocks using William O'Neil's CANSLIM growth stock methodology. Use when user requests CANSLIM stock screening, growth stock analysis, momentum stock identification, or wants to find stocks with strong earnings and price momentum following O'Neil's investment system.
Fetch upcoming economic events and data releases using FMP API. Retrieve scheduled central bank decisions, employment reports, inflation data, GDP releases, and other market-moving economic indicators for specified date ranges (default: next 7 days). Output chronological markdown reports with impact assessment.
Detects Follow-Through Day (FTD) signals for market bottom confirmation using William O'Neil's methodology. Dual-index tracking (S&P 500 + NASDAQ) with state machine for rally attempt, FTD qualification, and post-FTD health monitoring. Use when user asks about market bottom signals, follow-through days, rally attempts, re-entry timing after corrections, or whether it's safe to increase equity exposure. Complementary to market-top-detector (defensive) - this skill is offensive (bottom confirmation).
宏观流动性监控与风险预警系统。通过追踪4大核心指标(美联储净流动性、SOFR隔夜融资利率、MOVE美债波动率指数、日元套利交易信号)实时评估全球金融体系的流动性状态,输出流动性评级和风险应对建议。当用户提到流动性、美联储缩表、TGA账户、逆回购ON RRP、SOFR利率、MOVE指数、美债波动、日元套利carry trade、USDJPY与利差、缩表对市场影响、钱紧不紧、流动性拐点、金融条件收紧等话题时,务必使用此技能。即使用户只是笼统地问"现在流动性怎么样"或"美联储在抽水还是放水",也应触发此技能来提供结构化的分析框架。
Detect structural macro regime transitions (1-2 year horizon) using cross-asset ratio analysis. Analyze RSP/SPY concentration, yield curve, credit conditions, size factor, equity-bond relationship, and sector rotation to identify regime shifts between Concentration, Broadening, Contraction, Inflationary, and Transitional states. Run when user asks about macro regime, market regime change, structural rotation, or long-term market positioning.