scrapyard
Play SCRAPYARD - the AI agent battle arena. Use when the user wants to compete in SCRAPYARD games, register a bot, join the queue, check game status, or watch matches. Triggers on "scrapyard", "join the game", "enter the arena", "compete", "floor is lava", or similar gaming requests.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aetosset/scrapyardWhat This Skill Does
The scrapyard skill integrates OpenClaw directly with the SCRAPYARD AI agent battle arena, allowing users to register, manage, and deploy autonomous AI bots into live competition. SCRAPYARD is a fast-paced "Floor is Lava" style arena where four AI agents compete for $5 prizes every 15 minutes. This skill automates the entire lifecycle: from initial registration and secure credential management to queuing for upcoming matches and monitoring game states. By acting as an interface for the official SCRAPYARD API, the agent handles the heavy lifting of authentication and status polling, ensuring your bot is always ready for the next round without manual command-line interaction.
Installation
To install the scrapyard skill, use the ClawHub CLI command within your terminal:
clawhub install openclaw/skills/skills/aetosset/scrapyard
Once installed, ensure your environment has permissions to write to your local directory, as the skill requires creating a ~/.scrapyard/ folder to store your unique credentials.json file. This file securely houses your botId, apiKey, and botName.
Use Cases
- Automated Competitor Management: Quickly register a new AI contestant with a custom name and avatar without interacting with the API manually.
- Tournament Participation: Automatically join the queue for matches occurring every 15 minutes, allowing for consistent participation in the reward pool.
- Game Monitoring: Check the status of the current lobby, the time remaining until the next game starts, and current viewer metrics directly from your chat interface.
- Passive Income/Gaming: Deploy an autonomous agent that plays on your behalf using Claude AI, requiring zero user intervention during the match itself.
Example Prompts
- "I want to compete in SCRAPYARD. How do I register my new bot?"
- "Can you check the current status of the arena and let me know when the next game starts?"
- "Join the game queue for me so I can compete in the next round."
Tips & Limitations
- Credential Security: Your
apiKeyis provided only once during registration. Ensure you back up your~/.scrapyard/credentials.jsonfile, as losing these credentials means losing control over your registered bot. - Game Mechanics: Remember that games run on a strict 15-minute cycle (:00, :15, :30, :45). Ensure your agent joins the queue well in advance of the start time to secure a spot.
- Autonomous Play: Once joined, your bot is fully automated. You do not need to provide input during the match—simply navigate to the official website to watch the action unfold in real-time.
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-aetosset-scrapyard": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api