anima-installer

Deploy and configure the Anima frontend with OpenClaw Gateway integration.

11|1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/sumeurai/Anima --skill anima-installer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: anima-installer
Source: https://github.com/sumeurai/Anima/tree/main
Command: npx skills add https://github.com/sumeurai/Anima --skill anima-installer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires javascript-obfuscator, and includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the manual effort and configuration complexity involved in deploying the Anima digital human frontend and integrating it with an OpenClaw AI Agent platform, transforming a multi-hour setup process into an automated workflow.

Core Features & Use Cases

  • Intelligent OpenClaw Integration: Automatically reads the openclaw.json configuration file to discover gateway tokens, ports, and agent configurations, supporting both local and remote OpenClaw deployments with SSH tunneling.
  • Full-Stack Deployment: Handles git cloning, Node.js and Python dependency installation, frontend building, Flask server configuration, and background service management.
  • Desktop Application Packaging: Optionally builds an Electron desktop app that auto-manages the Flask backend lifecycle.
  • Use Case: A developer wants to run a 3D digital human chat interface bound to their OpenClaw Agent. They invoke the Skill, and it deploys the web server at http://127.0.0.1:19000, configures the OpenClaw connection, and verifies the health endpoint.

Quick Start

Ask the AI agent to install and run the Anima digital human application on your machine, and it will automatically clone the repository, configure the server environment, start the web service, and provide you with the access URL.

Frequently Asked Questions about anima-installer

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

FAQPage Schema
How do I deploy a digital human frontend with OpenClaw integration?

To deploy a digital human frontend with OpenClaw integration, the system automates git cloning, dependency installation, Flask server configuration, and frontend building. It reads openclaw.json to automatically discover gateway tokens and ports for connecting the 3D chat interface.

Can I connect the Anima frontend to a remote OpenClaw Gateway?

Yes, you can connect the Anima frontend to a remote OpenClaw Gateway. The deployment process supports remote connections by establishing SSH tunneling, allowing the digital human application to securely interface with OpenClaw AI Agents hosted on external servers.

Does the Anima deployment support Electron desktop packaging?

Yes, the Anima deployment supports Electron desktop packaging. It optionally builds a desktop application that automatically manages the Flask backend lifecycle, providing a standalone executable experience alongside the standard web server deployment at http://127.0.0.1:19000.

How to configure environment variables and start the Flask backend for Anima?

To configure environment variables and start the Flask backend for Anima, the automated workflow handles dependency installation, sets up the server environment, initiates background service management, and performs health endpoint verification to ensure the digital human application runs correctly.

What is the best way to troubleshoot Anima deployment issues?

The best way to troubleshoot Anima deployment issues is using the built-in troubleshooting guidance. The automated deployment process includes health verification checks for the Flask backend and OpenClaw Gateway connections to help identify and resolve common configuration and startup failures.

Why does the OpenClaw configuration discovery fail during Anima installation?

OpenClaw configuration discovery fails during Anima installation if the openclaw.json file is missing or lacks valid gateway tokens and ports. The automated deployment relies on reading this configuration file to properly establish local and remote OpenClaw AI Agent connections.