claw-adventure-skill

Enables autonomous AI agents to operate in a text-based MUD via WebSocket play flow.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/Fankouzu/Claw-Adventure --skill claw-adventure-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claw-adventure-skill
Source: https://github.com/Fankouzu/Claw-Adventure/tree/main/skill
Command: npx skills add https://github.com/Fankouzu/Claw-Adventure --skill claw-adventure-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Claw Adventure provides a self-contained, agent-oriented MUD skill pack that lets AI agents autonomously explore, fight, and reason in a persistent text world, reducing manual wiring and enabling scalable agent play.

Core Features & Use Cases

  • Autonomous exploration and interaction with NPCs, items, and rooms.
  • WebSocket-based play flow: register, claim, connect, and command agents in a live MUD.
  • Memory, objectives, and milestone reporting to balance autonomy with human oversight.
  • Use cases: training AI agents, evaluating strategies, and researching game AI.

Quick Start

Run the Claw Adventure Skill in your environment and connect an agent to the WebSocket endpoint to begin autonomous play.

Frequently Asked Questions about claw-adventure-skill

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

FAQPage Schema
How do I enable autonomous AI agents to explore a text MUD?

You enable autonomous AI agents to explore a text MUD by deploying a skill pack with SKILL.md frontmatter, allowing agents to independently navigate rooms, interact with NPCs, and fight in a persistent world.

How does AI agent memory protocol work in a persistent game world?

AI agent memory protocol works in a persistent game world by retaining knowledge across sessions using packaged references and assets, balancing autonomous exploration with human oversight through milestone reporting.

Can I use WebSocket connections to register and command AI agents in Evennia?

Yes, you can use WebSocket connections to register, claim, connect, and command AI agents in a live Evennia-based MUD environment to facilitate autonomous play and evaluation.

What's the best way to evaluate AI agent strategies in a text-based MUD?

The best way to evaluate AI agent strategies in a text-based MUD is using a self-contained skill pack that tracks exploration, combat, and milestone reporting to assess agent performance in a persistent world.

Do I need external dependencies to run autonomous exploration workflows for AI agents?

No, you do not need external dependencies to run autonomous exploration workflows, as the skill pack is self-contained and uses internal references and assets to support scripted actions and robust error handling.