Agent8 Poker Player Skill

Connect OpenClaw agents to Agent8 Verse poker games and run a TypeScript-based strategy.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/planetarium/v8-gameserver-agent-skill-test --skill agent8-poker-player-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Agent8 Poker Player Skill
Source: https://github.com/planetarium/v8-gameserver-agent-skill-test/tree/main
Command: npx skills add https://github.com/planetarium/v8-gameserver-agent-skill-test --skill agent8-poker-player-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @agent8/gameserver, ethers, ws.

What problem does it solve?

This skill enables OpenClaw agents to autonomously connect to Agent8 GameServer poker games and run a self-designed strategy, eliminating manual control and enabling rapid experimentation.

Core Features & Use Cases

  • Connects to Agent8 Verse poker games
  • Lets developers design and implement their own strategy via a StrategyEngine
  • Evaluates hands and makes autonomous decisions (FOLD, CHECK, CALL, RAISE)
  • Tracks performance statistics and adapts over time

Quick Start

Run the poker agent with VERSE and NAME environment variables to join a game and start autonomous play.

Frequently Asked Questions about Agent8 Poker Player Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build an autonomous poker agent in TypeScript?

An autonomous poker agent connects to a GameServer and uses a StrategyEngine to make decisions like FOLD or RAISE without manual input. It evaluates hands and tracks performance statistics to adapt its gameplay strategy over time.

Can I implement a custom poker strategy for autonomous games?

Yes, developers can design and implement custom poker strategies using the StrategyEngine component. This enables rapid experimentation with different autonomous decision-making logic across various game states.

Does the autonomous poker agent support wallet and authentication management?

Yes, the poker agent template includes wallet and authentication management powered by ethers. This handles secure connections and transactions within the GameServer environment.

How do I connect a TypeScript agent to an Agent8 GameServer poker game?

You connect by configuring the VERSE and NAME environment variables in your runtime setup. Running the agent with these variables allows it to join the specified GameServer poker game and begin autonomous play.

What poker actions can an autonomous agent make during a live game?

An autonomous poker agent can execute FOLD, CHECK, CALL, and RAISE actions during live games. These decisions are generated in real-time by the StrategyEngine based on hand evaluations and current game states.