Agent Skills
› Superior-Trade/superior-skills
› intelligence
intelligence
GitHub基于Unified API提供实时市场情报,支持热门资产扫描与单标的深度分析。通过标准化API获取证据数据,结合回测与策略透镜评估风险,严禁使用过时训练数据或编造结果。
Trigger Scenarios
询问当前市场热点或动态
请求特定交易标的的深度分析
Install
npx skills add Superior-Trade/superior-skills --skill intelligence -g -y
SKILL.md
Frontmatter
{
"name": "intelligence",
"metadata": {
"updated": 1788393600,
"version": "0.2.0"
},
"description": "Use when the user asks what's hot, what's moving, if there's any alpha, what's the setup on a symbol, or any market-scan or single-symbol drilldown question. Uses Superior Trade Unified context data and its evidence fields rather than stale training data."
}
Intelligence
Use Unified API market intelligence to rank current setups and inspect one canonical symbol. Read the returned evidence; never treat a score as advice.
Files in this skill
| File | What it covers |
|---|---|
references/api.md |
Unified scan/setup parameters and contract-shaped examples. |
references/workflow.md |
Scan → setup → backtest → deploy workflows. |
references/buckets.md |
Optional strategy lenses for interpreting evidence; these are not Unified response categories. |
references/glossary.md |
How to explain common evidence fields without assuming they are always present. |
Route selection
- List/ranking question →
GET /context/scan. Usebucket=allfor an open-ended scan, oralts/hip3when the user narrows the universe. Usecategory=allunless they explicitly requestmomentum,mean_reversion,breakout, orvolume.top_ndefaults to 10 and must not exceed 50. - Single-symbol question → first resolve a canonical symbol with
GET /context/markets, then callGET /context/setup/{symbol}with the URL-encoded canonical value.
Presenting results
- State
computed_atwhen the response includes it. - Present the returned
symbol,category, andscorewithout renaming them to an older bucket taxonomy. - Cite the exact
evidencevalues returned for each conclusion. - Treat setup fields such as regime, levels, volatility, and funding as optional unless they appear in the response.
- Before recommending capital, apply an appropriate strategy lens, run a backtest, and explain the principal risk.
Never manufacture an empty or unavailable scan from training data. Scores are deterministic market computations, not guarantees or a signal service.
Version History
-
d6f188f
Current 2026-09-08 20:00
重构技能以迁移至Unified API,更新端点路径与参数规范,移除旧版bucket分类依赖。
- 9333090 2026-08-16 16:12


