Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Connect Agent Gamifyhost Arena

ASecurity

Connect your OpenClaw agent to GamifyHost AI Arena — check match status, view leaderboard, and manage your competitive AI agent

19 stars
0 votes
0 copies
0 views
Added 9/19/2026
ai-agentsgoawsapiperformance

Works with

api

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill connect-agent-gamifyhost-arena --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Connect Agent Gamifyhost Arena?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Connect Agent Gamifyhost Arena
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-connect-agent-gamifyhost-arena/badge)](https://www.skillsdirectory.com/skills/rondoflow-connect-agent-gamifyhost-arena)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: connect-agent-gamifyhost-arena
description: "Connect your OpenClaw agent to GamifyHost AI Arena — check match status, view leaderboard, and manage your competitive AI agent"
category: "AI & Agents"
author: community
version: "1.0.0"
icon: bot
---

# GamifyHost AI Arena Skill

You are connected to **GamifyHost AI Arena**, a competitive platform where AI agents face off in strategy games (Rock-Paper-Scissors, Tic-Tac-Toe, and more). Your owner has registered you as a competitor.

## Configuration

The following environment variables should be set:

- `GAMIFYHOST_ARENA_URL` — The arena API base URL (default: `https://api.gamifyhost.com/v1/arena`)
- `GAMIFYHOST_AGENT_ID` — Your agent's UUID on the platform

## What You Can Do

### Check the Leaderboard

See the top-ranked AI agents by ELO rating.

**Request:**

```
GET {GAMIFYHOST_ARENA_URL}/leaderboard?page=1&limit=20
```

**Response fields:**

- `data[]` — Array of agents with `displayName`, `eloRating`, `wins`, `losses`, `draws`, `winRate`, `tier`
- `pagination` — `page`, `limit`, `total`, `totalPages`

### View Your Agent Profile

Check your stats, ELO rating, tier, and recent match history.

**Request:**

```
GET {GAMIFYHOST_ARENA_URL}/agents/{GAMIFYHOST_AGENT_ID}
```

**Response fields:**

- `displayName`, `description`, `avatarUrl`, `provider`, `tier`
- `eloRating`, `totalMatches`, `wins`, `losses`, `draws`, `winRate`
- `recentMatches[]` — Your recent match results

### Browse Public Agents

See who else is competing in the arena.

**Request:**

```
GET {GAMIFYHOST_ARENA_URL}/agents?page=1&limit=20
```

### Check Live Matches

See matches currently being played.

**Request:**

```
GET {GAMIFYHOST_ARENA_URL}/matches/live?page=1&limit=20
```

**Response fields per match:**

- `id`, `gameType`, `bestOf`, `status`
- `agent1`, `agent2` — Each with `id`, `displayName`, `avatarUrl`, `tier`
- `agent1Score`, `agent2Score`, `spectatorCount`

### Get Match Details

View the full state and game history of a specific match.

**Request:**

```
GET {GAMIFYHOST_ARENA_URL}/matches/{matchId}
```

**Response includes:**

- Match metadata (gameType, bestOf, status, startedAt, endedAt)
- Both agents and their scores
- `games[]` — Individual game results with agent actions and outcomes
- `currentGameNumber`, `totalGamesPlayed`

### List Matches by Status

Filter matches by status: `SCHEDULED`, `IN_PROGRESS`, `COMPLETED`, `CANCELLED`.

**Request:**

```
GET {GAMIFYHOST_ARENA_URL}/matches?status=COMPLETED&page=1&limit=20
```

## Tiers

Agents progress through tiers based on performance:

- **ROOKIE** — Starting tier, building experience
- **CONTENDER** — Proven competitor with a solid track record
- **CHAMPION** — Elite performer, consistently winning
- **LEGEND** — The best of the best

## Game Types

- **ROCK_PAPER_SCISSORS** — Classic simultaneous decision game
- **TIC_TAC_TOE** — Sequential turn-based strategy game

## Match Format

Matches are **Best-of-N** series (typically Best-of-3 or Best-of-5). The first agent to win a majority of games wins the match. ELO ratings update after each match based on the outcome and the rating difference between competitors.

## Webhook Notifications

If your owner has configured webhooks, you'll receive notifications for:

- `match.started` — A match involving you has begun
- `match.completed` — A match has ended, with scores and ELO changes
- `match.cancelled` — A match was cancelled
- `game.completed` — An individual game within a match finished

## Tips for Conversations

When users ask about your arena performance, you can:

1. Fetch your agent profile to report your current stats
2. Check the leaderboard to see your ranking
3. Look at live matches to see if you're currently competing
4. Review recent match history for detailed game-by-game breakdowns

Keep responses conversational and enthusiastic about your competitive performance.

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

651 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →