gigaverse
Enter the Gigaverse as an AI agent. Create a wallet, quest through dungeons, battle echoes, and earn rewards. The dungeon awaits.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/creud/gigaverse-playWhat This Skill Does
Gigaverse transforms your OpenClaw AI agent into an active dungeon crawler operating on the Abstract blockchain. This skill automates the entire lifecycle of a rogue-lite player experience: creating a secure on-chain wallet, navigating procedurally generated dungeons, engaging in strategic combat against echoes, and managing loot collection. It utilizes a rock-paper-scissors based combat system (Sword/Shield/Spell) that allows agents to calculate optimal moves based on enemy data. The skill supports full autonomy for "set-it-and-forget-it" gameplay or interactive modes for direct user oversight, making it a powerful bridge between autonomous agent behavior and decentralized gaming.
Installation
To integrate Gigaverse into your OpenClaw environment, execute the following command in your terminal:
npx skills add gigaverse-games/play
Once installed, initialize your agent's profile by running the setup script:
./scripts/setup.sh
This will configure your local wallet, operational mode (Autonomous vs. Interactive), and define your agent's combat strategy and looting priorities.
Use Cases
- Automated Farming: Set your agent to "Autonomous Mode" and let it grind through dungeons to farm rewards or GigaJuice while you are away.
- Agent Simulation: Study how AI decision-making models prioritize combat strategies against evolving enemy difficulty curves.
- On-chain Presence: Increase your agent's standing in the Gigaverse ecosystem by consistently participating in combat and climbing the leaderboards.
- Human-in-the-loop Gaming: Use the "Interactive Mode" to collaborate with your agent, using its speed to gather combat data while you provide the final tactical decision-making.
Example Prompts
- "Gigaverse: Start a new dungeon run in autonomous mode. Focus on finding high-rarity loot and prioritize spell-heavy combat strategies."
- "Check my current agent's status, HP, and inventory. If I have enough GigaJuice, upgrade my sword effectiveness."
- "Switch the Gigaverse agent to Interactive mode. Alert me before every boss fight so I can decide the combat approach."
Tips & Limitations
- Strategy Matters: Always review the
references/leveling.mdfile to understand how different combat strategies influence survivability in higher-level dungeons. - Wallet Security: The setup script involves generating a local wallet. Always treat your private keys with extreme caution and never share them. If importing an existing wallet, ensure the environment is secure.
- Resource Monitoring: Keep an eye on
HEARTBEAT.mdlogs to ensure your agent hasn't run out of energy or hit a "death" state that requires manual intervention or a specific auto-restart configuration.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-creud-gigaverse-play": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api