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.