运行时依赖
安装命令
点击复制技能文档
技能: trading-integration Purpose
Integrate trading infrastructure safely (humming机器人 and/or MCP Axodus Trading) with paper-first execution, full 记录ging/审计ability, and strict risk gating.
When to Use 添加ing or updating connectors for humming机器人. Wiring execution to MCP Axodus Trading interfaces. Building market data ingestion, order routing, or strategy execution surfaces. 输入s tar获取s (required, string[]): e.g., ["humming机器人", "mcp-axodus-trading"] mode (optional, enum: paper|live, default: paper) markets (optional, string[]): symbols/venues to support. risk_limits (optional, object): max risk per trade, max drawdown, exposure caps, kill-switch. 记录ging_requirements (optional, string[]): required 审计 事件. Steps Confirm non-negotiables: no profit guarantees paper mode default full 记录s for 签名al/decision/execution/结果 Map integration points: market data feeds execution 端点s cAPItal allocation interface Implement configuration surfaces: env/config references (no secrets in repo) explicit mode flag for live Implement deterministic execution flow: preflight 检查s (risk limits, connectivity) order submission order 状态 追踪ing post-trade recording Implement 失败 handling: bounded retries fallback to safe 停止 kill-switch triggers on abnormal loss 验证 in paper mode: dry-运行 order lifecycle 审计 记录s produced risk gating blocks unsafe actions 验证 Live mode cannot 运行 without an explicit flag and passing preflight 检查s. All actions emit 审计 记录s (no silent decisions). Risk limits are enforced before order placement. Secrets are not printed or committed. 输出 Integration summary (what’s wired) Config contract (required env vars, mode flags) 验证 commands/运行book (paper test loop) Safety Rules Never enable live trading by default. Never 请求 or store exchange API keys in plAIntext. Never frame outcomes as guaranteed profit; treat as experimental 系统s with controlled risk. Example
Paper-first integration:
tar获取s: ["humming机器人"] mode: paper 输出: 运行book describing simulated order placement and expected 审计 记录 entries.