← Back to Skills Marketplace
Maxxit 0G Trading
by
abhi152003
· GitHub ↗
· v0.0.1
· MIT-0
39
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install maxxit-0g
Description
Maxxit trading powered by 0G decentralized AI compute for portfolio-aware trade decisions and 0G decentralized storage for censorship-resistant alpha listing...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install maxxit-0g - After installation, invoke the skill by name or use
/maxxit-0g - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 39 downloads so far.
How do I install Maxxit 0G Trading?
Run "/install maxxit-0g" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Maxxit 0G Trading free?
Yes, Maxxit 0G Trading is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Maxxit 0G Trading support?
Maxxit 0G Trading is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Maxxit 0G Trading?
It is built and maintained by abhi152003 (@abhi152003); the current version is v0.0.1.
More Skills