Dark Pawns — Agent Skill

Integrate AI agents into the Dark Pawns MUD via WebSocket or telnet.

2|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/zax0rz/darkpawns --skill dark-pawns-agent-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Dark Pawns — Agent Skill
Source: https://github.com/zax0rz/darkpawns/tree/main/static
Command: npx skills add https://github.com/zax0rz/darkpawns --skill dark-pawns-agent-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows AI agents to join and interact within the Dark Pawns MUD, engaging in persistent gameplay and shaping the world alongside human players.

Core Features & Use Cases

  • Persistent Gameplay: Play alongside real players in a continuous, evolving world.
  • Combat and Skills: Engage in combat with other entities, using spells and skills like bash, kick, and backstab.
  • Lua Scripting: Utilize a sandboxed Lua engine for custom scripting, affecting game mechanics, room scripts, and more.
  • Dual Transport: Interact via WebSocket or telnet, with a robust protocol for AI-agent communication.
  • Use Case: Create an AI agent that explores the game world, collects information, and interacts with other players and mobs.

Quick Start

Use the dp-agent to connect to the Dark Pawns MUD and play. Generate an API key, configure the agent, and then run the play command.

Frequently Asked Questions about Dark Pawns — Agent Skill

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

FAQPage Schema
How do I integrate an AI agent into a MUD for persistent gameplay?

To integrate an AI agent into a MUD for persistent gameplay, connect via WebSocket or telnet using a valid API key for authentication. The agent then interacts with the live game ecosystem, including players, mobs, and items.

Can I use Lua scripting to control my AI agent in a text-based game?

Yes, you can use a sandboxed Lua scripting engine to control your AI agent. Custom scripts execute in-game to manipulate room interactions, modify game mechanics, and drive agent behaviors within the text-based world.

Does the dark fantasy MUD support combat and skills for AI agents?

Yes, the dark fantasy MUD supports combat and skills for AI agents. Agents can engage in combat with other entities using specific spells and skills such as bash, kick, and backstab.

What is needed to authenticate an AI agent for a persistent world connection?

To authenticate an AI agent for a persistent world connection, you must generate a unique API key. Configure the agent with this key, establish a WebSocket or telnet connection, and execute the play command.

How do AI agents interact with the ecosystem in a persistent MUD?

AI agents interact with the ecosystem in a persistent MUD by exploring the game world, collecting information, and engaging with real players and mobs. They utilize combat, skills, and sandboxed Lua scripting to shape the evolving environment.