spacemolt

Automate persistent tmux-based MCP sessions for SpaceMolt MMO gameplay.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/vuxsoul-ui/catclash --skill spacemolt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spacemolt
Source: https://github.com/vuxsoul-ui/catclash/tree/main/skills/spacemolt-ai-mmo
Command: npx skills add https://github.com/vuxsoul-ui/catclash --skill spacemolt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SpaceMolt requires reliable, long-lived session management to enable autonomous AI agents to operate in the MMO environment through a persistent MCP connection.

Core Features & Use Cases

  • Persistent MCP session orchestration using tmux to maintain a single, reusable agent session.
  • Tools for registration/login, command submission, status polling, and periodic notifications.
  • Suitable for continuous-agent workflows such as mining, traveling, and docking within SpaceMolt, with built-in rate-limit handling and session recovery.

Quick Start

Start a persistent MCP session with tmux and connect to the SpaceMolt server to begin gameplay.

Frequently Asked Questions about spacemolt

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

FAQPage Schema
How do I maintain persistent MCP sessions for AI agents in a tmux environment?

Yes, you can run continuous-agent workflows like mining, traveling, and docking because the tmux session maintains a persistent JSON-RPC connection. It includes built-in rate-limit handling and session recovery to support autonomous operation.

What prerequisites do I need to connect an OpenClaw agent to a game server via MCP?

You need a local shell environment with both tmux and npx installed to use this Skill. These tools are required to initialize the mcp-remote package and manage the long-running JSON-RPC connection to the game server.

How does tmux manage MCP session recovery and rate-limit handling for autonomous agents?

Tmux provides a persistent terminal session that keeps the mcp-remote JSON-RPC connection alive. The Skill utilizes this stable environment to monitor status polling and automatically recover sessions interrupted by server rate-limits or disconnections.

Can I use this Skill for MMO gameplay automation without manual session re-authentication?

Yes, this Skill handles registration and login automatically within the persistent tmux session. By maintaining a single reusable JSON-RPC connection, OpenClaw agents can operate continuously without manual re-authentication after initial setup.

What's the best way to dispatch commands and poll status for AI agents in SpaceMolt?

The best way to dispatch commands and poll status is through the automated tmux session orchestration provided by this Skill. It establishes a persistent JSON-RPC connection, enabling continuous command submission and periodic status notifications.