hustle
⚠Review·Scanned 2/17/2026
This skill documents the Hustle arbitrage engine for game-market monitoring, automation, and vault-based credential management (hustle/engine/vault.py, .vault/secrets.json). It instructs running commands like python3 arc-raiders/monitor.py, accessing/storing secrets in .vault/secrets.json, and references external endpoints such as https://polygon-rpc.com.
from clawhub.ai·vc9d2f47·26.8 KB·0 installs
Scanned from 1.0.0 at c9d2f47 · Transparency log ↗
$ vett add clawhub.ai/0xnagato/hustleReview findings below
Hustle Operations
This skill provides access to the Hustle engine for game arbitrage and financial operations.
Capabilities
- Vault Management: Access secure credentials for arbitrage accounts.
- Market Intelligence: automation scripts for price checking.
- Payout Pipeline: Manage GUNZ wallet and Odealo integration.
Tools
hustle_vault
Access the secure vault to retrieve or store credentials. Usage:
python3 /Users/lowkey/Desktop/game-compare/hustle/engine/vault.py --action retrieve --key <key_name>
hustle_status
Check the status of arbitrage bots and listeners. Usage:
# Check running processes for hustle engine
ps aux | grep hustle
Workflows
1. Initialize Session
Before starting arbitrage tasks:
- Ensure
.vault/secrets.jsonis accessible. - Load
ACTIVE_IDENTITYfrom vault. - Check
gunz_walletconnectivity.
2. Captcha Handling
If a captcha is encountered during web automation:
- Pause execution.
- Alert the user or use the
captcha-solverskill (if available). - If manual intervention is needed, use
browser_subagentto wait for user input.
Resources
- Codebase:
/Users/lowkey/Desktop/game-compare/hustle/ - Config:
/Users/lowkey/Desktop/game-compare/.vault/