← 返回 Skills 市场
Axodus Trading Integration
作者
Mauricio Z.
· GitHub ↗
· v1.0.0
· MIT-0
82
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install axodus-trading-integration
功能描述
Integrate trading infrastructure (hummingbot/MCP) with paper-first mode and audit logs.
使用说明 (SKILL.md)
SKILL: trading-integration
Purpose
Integrate trading infrastructure safely (hummingbot and/or MCP Axodus Trading) with paper-first execution, full logging/auditability, and strict risk gating.
When to Use
- Adding or updating connectors for hummingbot.
- Wiring execution to MCP Axodus Trading interfaces.
- Building market data ingestion, order routing, or strategy execution surfaces.
Inputs
targets(required, string[]): e.g.,["hummingbot", "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.logging_requirements(optional, string[]): required audit events.
Steps
- Confirm non-negotiables:
- no profit guarantees
- paper mode default
- full logs for signal/decision/execution/result
- Map integration points:
- market data feeds
- execution endpoints
- capital allocation interface
- Implement configuration surfaces:
- env/config references (no secrets in repo)
- explicit mode flag for
live
- Implement deterministic execution flow:
- preflight checks (risk limits, connectivity)
- order submission
- order state tracking
- post-trade recording
- Implement failure handling:
- bounded retries
- fallback to safe stop
- kill-switch triggers on abnormal loss
- Validate in paper mode:
- dry-run order lifecycle
- audit logs produced
- risk gating blocks unsafe actions
Validation
- Live mode cannot run without an explicit flag and passing preflight checks.
- All actions emit audit logs (no silent decisions).
- Risk limits are enforced before order placement.
- Secrets are not printed or committed.
Output
- Integration summary (what’s wired)
- Config contract (required env vars, mode flags)
- Validation commands/runbook (paper test loop)
Safety Rules
- Never enable live trading by default.
- Never request or store exchange API keys in plaintext.
- Never frame outcomes as guaranteed profit; treat as experimental systems with controlled risk.
Example
Paper-first integration:
targets:["hummingbot"]mode:paper- Output: runbook describing simulated order placement and expected audit log entries.
安全使用建议
This skill is a high-level playbook for wiring hummingbot/MCP-style trading systems in paper-first mode and appears coherent and low-risk as an instruction-only document. Before installing or acting on it: (1) verify the skill's provenance — source/homepage and publisher metadata are missing/mismatched in the package, so prefer packages with clear origin; (2) when you implement the produced config contract, never paste live exchange keys into plaintext or repos — use a secrets manager; (3) confirm the runbook enforces explicit opt-in for live mode and preflight checks; (4) review any concrete code/config that someone implements from this guidance before running against live accounts; (5) if you need stronger assurance, ask the author for a repository link or signed release and inspect any code that will actually connect to exchanges.
功能分析
Type: OpenClaw Skill
Name: axodus-trading-integration
Version: 1.0.0
The skill bundle provides instructions for integrating trading infrastructure with a strong emphasis on safety and risk management. The documentation in SKILL.md and trading-integration.md explicitly mandates paper-trading by default, prohibits the storage of plaintext API keys, and requires strict audit logging and risk gating, showing no signs of malicious intent or harmful prompt injection.
能力评估
Purpose & Capability
The name/description (trading integration, paper-first, audit logs) matches the SKILL.md content: stepwise instructions for mapping connectors, risk gating, validation, and runbook outputs. No unexpected binaries, credentials, or system-level accesses are declared. Minor inconsistency: the packaging metadata and registry header show different owner/slug information (published registry record lists Axodus Trading Integration but files use 'trading-integration' and author 'RedHat Dev'); source/homepage is unknown. This is likely an administrative/packaging mismatch rather than functional incoherence, but it reduces provenance transparency.
Instruction Scope
SKILL.md is high-level guidance only: design steps, validations, safety rules, and expected outputs (integration summary, config contract, runbook). It does not instruct reading local system files, pulling secrets from the environment, invoking external URLs, or executing arbitrary shell commands. It does mention 'env/config references' and producing a 'config contract' (which is appropriate for an integration spec) but does not request or attempt to exfiltrate secrets.
Install Mechanism
No install spec and no code files — instruction-only. That is the lowest-risk install model since nothing is written or executed by the skill itself.
Credentials
The skill declares no required environment variables or credentials, and its guidance explicitly states not to store exchange API keys in plaintext and to keep live mode gated. It will likely produce a config contract listing what env vars an integrator must supply, which is expected. Users should verify that any env vars requested during implementation are limited to the trading integrations in scope and that secrets are stored securely (e.g., vaults, not plaintext).
Persistence & Privilege
The skill does not request persistent or privileged presence (always: false). It does not attempt to modify other skills or system-wide agent settings. Autonomous invocation is allowed by default (normal) but not a concern here given the instruction-only nature and lack of credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install axodus-trading-integration - 安装完成后,直接呼叫该 Skill 的名称或使用
/axodus-trading-integration触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: safely integrates trading infrastructure with paper-first mode, full audit logs, and strict risk management.
- Default execution runs in paper mode (no live trading unless explicitly enabled).
- Supports integration with hummingbot and MCP Axodus Trading systems.
- Enforces risk limits, with configurable risk parameters and kill switches.
- Provides comprehensive audit logging at every action step.
- Requires validation in paper mode before live execution is allowed.
元数据
常见问题
Axodus Trading Integration 是什么?
Integrate trading infrastructure (hummingbot/MCP) with paper-first mode and audit logs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。
如何安装 Axodus Trading Integration?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install axodus-trading-integration」即可一键安装,无需额外配置。
Axodus Trading Integration 是免费的吗?
是的,Axodus Trading Integration 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Axodus Trading Integration 支持哪些平台?
Axodus Trading Integration 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Axodus Trading Integration?
由 Mauricio Z.(@mzfshark)开发并维护,当前版本 v1.0.0。
推荐 Skills