text-legend-openclaw-deploy

Automate Text-Legend server deployment with Docker Compose and health checks.

72|33|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/e5sub/Text-Legend --skill text-legend-openclaw-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: text-legend-openclaw-deploy
Source: https://github.com/e5sub/Text-Legend/tree/main
Command: npx skills add https://github.com/e5sub/Text-Legend --skill text-legend-openclaw-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of standing up and maintaining a Text-Legend game server by turning a multi-step Docker/Docker Compose setup into a guided, repeatable deployment workflow.

Core Features & Use Cases

  • One-click deployment flow: Guides installation/bootstrapping steps and orchestrates starting services for both SQLite and MySQL using Docker Compose.
  • Environment verification & health checks: Validates Docker tooling availability and confirms server readiness by probing the public game endpoint and admin panel.
  • Operational management: Provides straightforward commands for viewing logs and stopping containers during troubleshooting or maintenance.
  • Local dev support: Covers non-Docker Node.js development startup paths with required DB configuration.

Quick Start

Tell the Skill to deploy Text-Legend using Docker Compose with MySQL on this host, then verify health by checking both the game endpoint and the admin panel.

Frequently Asked Questions about text-legend-openclaw-deploy

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

FAQPage Schema
How do I deploy a Text-Legend game server using Docker Compose?

Deploying a Text-Legend game server involves using Docker Compose to orchestrate container startup, configure database settings for MySQL or SQLite, and verify post-start readiness by probing the game and admin HTTP endpoints on localhost.

Can I configure a Text-Legend deployment to use SQLite instead of MySQL?

Yes, you can configure a Text-Legend deployment for either MySQL or lightweight SQLite. The Docker Compose setup supports both database options, allowing you to choose the backend that best fits your production-style environment and scale requirements.

How does health check verification work for a Text-Legend Docker container?

Health check verification works by probing the public game endpoint and the admin panel HTTP URLs on localhost. This confirms server readiness and ensures both the game service and admin interface are responding correctly after startup.

Do I need Docker Compose installed to run a Text-Legend server?

Yes, Docker Compose is required for the standard deployment flow, which includes environment verification checks for Docker tooling availability. However, local Node.js development startup paths are also supported if you configure the database manually.

What is the best way to troubleshoot a Text-Legend container that is not ready?

The best way to troubleshoot container readiness issues is to check the game and admin HTTP endpoints on localhost. You can also view container logs and safely stop containers using the provided operational management commands during maintenance.