CtrlK
BlogDocsLog inGet started
Tessl Logo

hustle

ZeroEx Hustle: Arbitrage Intelligence & Operations Engine. Manage vaults, payouts, and game automation monitoring.

57

Quality

45%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./public/skills/0xnagato/hustle/SKILL.md
SKILL.md
Quality
Evals
Security

Hustle Operations

This skill provides access to the Hustle engine for game arbitrage and financial operations.

Capabilities

  1. Vault Management: Access secure credentials for arbitrage accounts.
  2. Market Intelligence: automation scripts for price checking.
  3. 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:

  1. Ensure .vault/secrets.json is accessible.
  2. Load ACTIVE_IDENTITY from vault.
  3. Check gunz_wallet connectivity.

2. Captcha Handling

If a captcha is encountered during web automation:

  1. Pause execution.
  2. Alert the user or use the captcha-solver skill (if available).
  3. If manual intervention is needed, use browser_subagent to wait for user input.

Resources

  • Codebase: /Users/lowkey/Desktop/game-compare/hustle/
  • Config: /Users/lowkey/Desktop/game-compare/.vault/
Repository
Demerzels-lab/elsamultiskillagent
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.