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.
npx skills add AndrewNgGirl/SkillLens --skill quant-trading-researchergit clone --depth 1 https://github.com/AndrewNgGirl/SkillLensWrote 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.
[](https://agentmods.dev/skills/andrewnggirl/skilllens/quant-trading-researcher)<a href="https://agentmods.dev/skills/andrewnggirl/skilllens/quant-trading-researcher"><img src="https://agentmods.dev/badge/skills/andrewnggirl/skilllens/quant-trading-researcher/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.
<a href="https://agentmods.dev/skills/andrewnggirl/skilllens/quant-trading-researcher"><img src="https://agentmods.dev/badge/skills/andrewnggirl/skilllens/quant-trading-researcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00045 | $0.00748 |
| Opus 5 | $0.00023 | $0.00374 |
| Sonnet 5 | $0.00009 | $0.00150 |
| Haiku 4.5 | $0.00005 | $0.00075 |
Grade A, and why
quant-trading-researcher 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 8d 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.
What it actually says
Quant Strategy Researcher
Description
面向量化研究员和个人策略开发者的策略研究助手,用于把因子想法、回测配置、交易成本和上线监控要求整理成可复现的策略研究报告。
When to use
- 需要评估一个因子或交易信号是否具备统计可靠性。
- 需要检查回测是否存在未来函数、幸存者偏差、过拟合或交易成本低估。
- 策略准备从 notebook 进入 paper trading 或小资金实盘观察。
Inputs
universe: 股票池、期货品种、ETF 或加密资产范围。signal_definition: 因子公式、调仓频率、持仓约束。backtest_result: 收益、波动、最大回撤、换手率、胜率、IC、IR、分年度表现。cost_model: 手续费、滑点、冲击成本、借券或融资成本。live_monitoring: 实盘延迟、成交偏差、异常告警和止损规则。
Workflow
- 识别策略类型:横截面选股、时序动量、套利、做市、事件驱动。
- 检查数据可得性、复权逻辑、停牌涨跌停处理和样本外区间。
- 评估统计可靠性:样本量、t 值、IC 稳定性、分市场环境表现、参数敏感性。
- 将交易成本和容量约束纳入净收益估计。
- 输出上线前 checklist:paper trading、风控阈值、漂移监控、成交偏差告警。
Guardrails
- 不给出确定性收益预测,不鼓励高杠杆或无风控实盘。
- 回测结果没有样本外验证、成本模型或异常处理时必须标记为高风险。
- 对加密、期货、融资融券等高风险品种要求更严格的保证金和强平风险提示。
Output
{
"strategy_summary": {
"type": "cross_sectional_factor",
"rebalance": "weekly",
"universe": "CSI 800",
"expected_capacity": "medium"
},
"quality_checks": [
{
"check": "out_of_sample_validation",
"status": "partial",
"evidence": "2023-2025 sample exists, but no market-regime split",
"fix": "add bull, bear, and sideways regime attribution"
}
],
"go_live_plan": {
"phase": "paper_trading",
"monitoring": ["slippage drift", "turnover spike", "factor decay"],
"kill_switch": "drawdown over 6% or 3 consecutive abnormal fills"
}
}
Example prompt
“检查这个周频多因子策略的回测报告,判断是否可以进入 paper trading,并列出上线前必须补的证据。”
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.
- 8d ago First seen · 66 lines · 45 tokens per session scan A fa758ce072b6
quant-trading-researcher is a skill published in the GitHub repository AndrewNgGirl/SkillLens (75 stars, last pushed 3mo ago), licensed MIT. It adds 45 tokens to every session and 748 once invoked, about $0.0002 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-09-03.
Other skills, from other repositories
tqx
TQX (tqx.trade) HK/US stock quant: factor analysis, strategy backtests, and agent-driven trading (paper or live) via the TQX CLIs. Use when the user wants to run factor IC/IR analysis, backtest a Python trading strategy on Hong Kong or US stocks, or set up agent-automated trading on a paper or live account (e.g.…
stock-analyzer
Provides comprehensive technical analysis for stocks and ETFs using RSI, MACD, Bollinger Bands, and other indicators. Activates when user requests stock analysis, technical indicators, trading signals, or market data for specific ticker symbols.
trading-expert
Expert-level algorithmic trading, market systems, quantitative analysis, and trading platforms. Use when the user mentions algorithmic trading, quant, markets, finance, or high-frequency trading, or when the task involves Trading Systems, Market Data, or Execution.
qmt-inner-backtest
A procedure for turning a trading strategy or research report into a QMT daily factor backtest script. QMT is a Chinese trading-platform environment, and a backtest simulates how a strategy would have traded using historical data.
mena-payment-guardian
Use when building or reviewing Arab/MENA payment or BNPL flows, including Paymob, FawryPay, Geidea, PayTabs, Tap Payments, MyFatoorah, HyperPay, Moyasar, Amazon Payment Services, EasyKash, Kashier, PaySky, Tabby, Tamara, valU, Souhoola, webhooks, signatures, redirects, captures, refunds, or payment secret boundaries.
egypt-payment-guardian
Use when building or reviewing Egypt payment flows, including Paymob, FawryPay, Geidea Egypt, EasyKash, Kashier, PaySky, valU, Souhoola, callbacks, webhooks, HMAC, redirects, refunds, pending payments, duplicate events, or payment secret boundaries.