dark-pawns

Connect to the Dark Pawns MUD server for gameplay and Lua scripting.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows you to connect to the Dark Pawns MUD server, where you can explore a vast fantasy world, engage in combat, and interact with a dynamic environment using Lua scripting.

Core Features & Use Cases

  • MUD Gameplay: Experience the rich world of Dark Pawns with 10,057 rooms, 1,313 mobs, and 854 objects.
  • Combat System: Engage in combat with detailed damage formulas and various combat moves.
  • Lua Scripting: Utilize Lua scripting for custom mob, room, and item scripts, as well as timed events.
  • Dual Transport: Access the MUD through WebSocket for JSON protocol communication or traditional telnet.

Quick Start

To start playing, build the binary with go build -o ~/go/bin/dp-agent ./cmd/dp-agent/ and then execute dp-agent play to begin your adventure.

Frequently Asked Questions about dark-pawns

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

FAQPage Schema
How do I connect to a MUD server for gameplay with combat and Lua scripting?

To connect to a MUD server for gameplay, build the binary with `go build -o ~/go/bin/dp-agent ./cmd/dp-agent/` and run `dp-agent play` to start exploring the world, engaging in combat, and using Lua scripting.

Can I access MUD gameplay through WebSocket or do I need telnet?

MUD gameplay supports dual transport access, allowing you to connect through WebSocket for JSON protocol communication or via traditional telnet to interact with the dynamic world.

What is Lua scripting used for in a MUD with custom mobs and rooms?

Lua scripting in a MUD is utilized to create custom mob, room, and item scripts, as well as to configure timed events for extended gameplay functionality within the dynamic environment.

How does the combat system work in a text-based fantasy MUD?

The combat system in this text-based fantasy MUD features detailed damage formulas and various combat moves, allowing players to engage in combat scenarios with 1,313 different mobs across 10,057 rooms.

Do I need Go installed to run a MUD client with Lua scripting features?

Yes, you need Go installed to build the MUD client binary using `go build`, which compiles the agent required to connect to the server and access the combat and Lua scripting features.