— No reviews yet
0 installs
13 views
0.0% view→install
Install
$ agentstack add skill-demerzels-lab-elsamultiskillagent-hustle ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Are you the author of Hustle? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
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
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/
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Demerzels-lab
- Source: Demerzels-lab/elsamultiskillagent
- License: MIT
- Homepage: https://www.elsamultiskillagent.site/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.