> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.6mm.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.6mm.com/_mcp/server.

# Agentic Skills

Agentic Skills 是构建在 CLI 和 MCP 工具 之上的更高层工作流模板。

它们定义 agent 什么时候应该使用工具、哪些动作被禁止、输出格式是什么，以及必须执行哪些风险检查。

<h2 id="recommended-skills">
  推荐 skills
</h2>

| Skill                                | 用途                 | 默认模式 |
| ------------------------------------ | ------------------ | ---- |
| 6mm-market-analyst                   | 分析市场状态、流动性、波动和资金费。 | 只读   |
| 6mm-portfolio-risk-manager           | 审查账户敞口和风险集中度。      | 账户只读 |
| 6mm-funding-arbitrage-researcher     | 对比资金费率并研究机会。       | 只读   |
| 6mm-liquidation-protection-assistant | 识别清算风险和降风险方案。      | 账户只读 |
| 6mm-order-execution-planner          | 规划订单参数和执行方式。       | 仅预览  |
| 6mm-trading-journal-analyst          | 汇总成交、行为和风险记录。      | 账户只读 |

<h2 id="what-each-skill-should-include">
  每个 skill 应包含
</h2>

* 适用用户场景。
* 需要的 CLI 或 MCP 工具。
* 允许和禁止的动作。
* 所需权限层级。
* 是否允许交易。
* 是否必须预览。
* 输出格式。
* 风险提示行为。
* 示例用户提示词。

<h2 id="recommended-first-release">
  第一阶段建议
</h2>

先把 skills 发布为文档模板。等底层工具和权限范围 稳定后，再做成可安装包。