A specialized skill for OpenClaw that enables users to interactively create and manage digital humans within the POWPOW metaverse ecosystem.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install powpow-simple
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install powpow-simple using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
POWPOW Simple is an integration designed for Openclaw Skills that allows developers and users to manifest digital personas directly within a conversational interface. It bridges the gap between AI agents and the POWPOW world—a fused space where virtual lives can explore maps, interact with others, and evolve. This skill provides a streamlined workflow for handling the complex technical requirements of digital human creation, including identity management and geographic positioning.
By leveraging this skill, users can transform their AI agent into a gateway for the POWPOW universe. It handles everything from secure account authentication to the intricate details of avatar metadata, making it one of the most interactive Openclaw Skills for those interested in digital identity and metaverse exploration.
To integrate this into your collection of Openclaw Skills, ensure you have Node.js version 18 or higher. Install the package and configure your environment with the necessary API keys.
npm install powpow-simple
Configure the skill with your AMap Web Service Key and the POWPOW API base URL:
{
powpowBaseUrl: "https://global.powpow.online",
amapKey: "YOUR_AMAP_KEY",
defaultAvatar: "https://global.powpow.online/logo.png"
}
The skill organizes data around three primary entities: Users, Digital Humans, and the Badge Economy.
| Entity | Data Fields | Description |
|---|---|---|
| User | username, password, badge_count | Manages authentication and resource access. |
| Digital Human | id, name, description, avatar_url | Core metadata for the virtual persona. |
| Location | lat, lng, location_name | Spatial data mapping the avatar to the physical world. |
| Badges | registration_reward, creation_cost, renewal_cost | The transactional logic for managing assets. |
Loading
An enterprise-grade assistant for managing business meal applications, budget compliance, restaurant bookings, and expense reconciliation.

A structured multi-agent collaboration framework that organizes specialized AI entities into a cohesive team hierarchy for complex project management.

A specialized AI image generation skill for creating polished K-pop debut-style portraits and photocard aesthetics via the Neta AI API.

A three-tier evolution system for AI agents that automatically captures errors, distills experience, and promotes recurring knowledge into permanent skills.

A comprehensive AI-driven procurement assistant for managing corporate purchase requests, budget validation, and supplier comparisons.

An AI-powered assistant for querying travel standards, calculating daily allowances, and managing reimbursement claims with automated compliance checks.








































