← 返回 Skills 市场
abhi152003

Maxxit 0G Trading

作者 abhi152003 · GitHub ↗ · v0.0.1 · MIT-0
cross-platform ⚠ suspicious
39
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install maxxit-0g
功能描述
Maxxit trading powered by 0G decentralized AI compute for portfolio-aware trade decisions and 0G decentralized storage for censorship-resistant alpha listing...
安全使用建议
What to check before installing/using this skill: - Metadata mismatches: SKILL.md and the Python code require MAXXIT_API_KEY and MAXXIT_API_URL but the registry metadata reports no required env or primary credential — assume the skill needs those secrets. Do not provide your MAXXIT API key unless you trust the Maxxit service and this package. - Verify disableModelInvocation: SKILL.md sets disableModelInvocation: true but the registry shows false. Ask the publisher which behavior is authoritative (do you want the agent to call LLMs/autonomously or not?). - Inspect and run in isolation: the package contains executable strategy scripts that will call external APIs and can open/close real positions. Run in a sandbox or test account (and/or with a limited-permission API key) before using with real funds. - Review the update instruction: SKILL.md tells the agent to run 'npx clawhub@latest install maxxit-0g --force' to update — that action downloads remote code. Only run it if you trust the source, and consider pinning versions or reviewing the package before execution. - Check file paths and state: scripts write state/log files; note the hardcoded BASE_DIR (/home/ubuntu/.openclaw/workspace) vs other scripts using current working directory. Ensure this is acceptable in your environment. - Confirm endpoints: MAXXIT_API_URL used by the code should be the official endpoint you trust (https://maxxit.ai is mentioned). Validate the domain independently and avoid using keys with broad permissions. If you want, I can: (a) list every place in the code that reads/writes files or network endpoints, (b) extract the exact API paths the scripts call, or (c) produce a checklist to safely run these scripts in a test environment.
功能分析
Type: OpenClaw Skill Name: maxxit-0g Version: 0.0.1 The maxxit-0g skill bundle is a comprehensive trading suite for decentralized exchanges (Ostium, Aster, Avantis) and Indian equities (Zerodha). It includes Python strategy scripts (e.g., breakout-strategy.py, taker-strategy.py) that fetch market data from Binance and execute trades via the Maxxit API. The SKILL.md provides detailed, safety-oriented instructions for the AI agent, including mandatory pre-flight checklists and multi-step workflows for financial operations. While the skill handles sensitive API keys and executes financial transactions, all behaviors are strictly aligned with its stated purpose of automated trading and market research, with no evidence of data exfiltration, malicious persistence, or harmful prompt injection.
能力标签
cryptorequires-walletcan-make-purchasesrequires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The skill's name/description (trading via Maxxit + 0G) matches the code: strategy scripts fetch Binance klines, compute signals, and call Maxxit programmatic endpoints to read balances/positions and open/close trades. Required runtime data (MAXXIT_API_URL and MAXXIT_API_KEY) and Binance public APIs are coherent with a trading skill.
Instruction Scope
SKILL.md contains explicit routing rules and 'never hallucinate' API parameter rules that constrain actions (good). It also instructs using npx clawhub@latest install ... to update the skill (this would download remote code when run). The SKILL.md metadata sets disableModelInvocation: true (agent shouldn't invoke the model for decisions), but the registry-level disable-model-invocation flag is false — a behavioral mismatch that could change how the agent behaves at runtime.
Install Mechanism
The package contains Python strategy files (no explicit install spec). The only install/update command documented is an npx clawhub command (pulls code from the network when used). That is a normal update mechanism but means an updater/invoker could download and run remote code if they follow the SKILL.md update instruction — a moderate operational risk if you don't trust the source.
Credentials
The SKILL.md and the scripts require MAXXIT_API_KEY and MAXXIT_API_URL (and strategy_common uses MAXXIT_API_KEY as the primary credential), which are appropriate for a programmatic trading integration. However, the skill registry metadata at the top of the report lists 'Required env vars: none' and 'Primary credential: none' (a clear mismatch). Also SKILL.md lists 'curl' in metadata.bins but the shipped Python code uses the requests library rather than curl. These metadata mismatches reduce transparency about what secrets you'd need to provide.
Persistence & Privilege
The skill does not request always:true (no forced global presence) and does not modify other skills. One noteworthy point: several scripts write state/log files to the OpenClaw workspace; strategy_common uses a hardcoded BASE_DIR = /home/ubuntu/.openclaw/workspace while some scripts use os.getcwd() — inconsistent paths could cause state/log files to appear in different locations. Also, the SKILL.md's disableModelInvocation true vs registry false is a capability/behavior mismatch to be resolved before trusting autonomous behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install maxxit-0g
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /maxxit-0g 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
maxxit-0g v0.0.1 – Initial Release - Launches Maxxit trading skill powered by 0G decentralized AI compute and storage for portfolio-aware trade automation and censorship-resistant alpha listings. - Provides API-driven DEX trading (Ostium, Aster, Avantis), lazy trading workflows, copy-trading, and alpha (signal) marketplace features. - Includes multiple Python trading strategy scripts for automated trading, with clear invocation examples. - Implements strict workflow, parameter sourcing, and DEX routing rules for secure, accurate trade execution. - Requires API credentials (MAXXIT_API_KEY, MAXXIT_API_URL) and enforces OpenClaw security environment setup.
元数据
Slug maxxit-0g
版本 0.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Maxxit 0G Trading 是什么?

Maxxit trading powered by 0G decentralized AI compute for portfolio-aware trade decisions and 0G decentralized storage for censorship-resistant alpha listing... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 39 次。

如何安装 Maxxit 0G Trading?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install maxxit-0g」即可一键安装,无需额外配置。

Maxxit 0G Trading 是免费的吗?

是的,Maxxit 0G Trading 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Maxxit 0G Trading 支持哪些平台?

Maxxit 0G Trading 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Maxxit 0G Trading?

由 abhi152003(@abhi152003)开发并维护,当前版本 v0.0.1。

💬 留言讨论