npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@prometheusavatar/openclaw-plugin

v0.9.0

Published

Prometheus Avatar plugin for OpenClaw — Live2D body with TTS, lip-sync, emotion, plus AAA image generation (gpt-image-1) for marketplace skin previews

Downloads

83

Readme

🔥 Prometheus Avatar — OpenClaw Plugin

Give your OpenClaw agent a Live2D avatar with real-time lip-sync, emotion, TTS — plus AAA image generation (gpt-image-1 backed) for marketplace skin previews.

npm License: MIT OpenClaw

🚀 Install

openclaw plugins install @prometheusavatar/openclaw-plugin

✨ What it does

This plugin bridges OpenClaw agent events to the Prometheus Avatar SDK, giving your AI agent a visual body and the ability to create marketplace assets:

  • 🎭 Live2D Avatar — Renders a Live2D model in your agent's UI
  • 🗣️ Text-to-Speech — Agent messages spoken aloud with lip-sync
  • 😊 Emotion Detection — Text sentiment drives expressions (happy / sad / angry / surprised / thinking)
  • 🎨 AAA Image Generation (NEW v0.9) — Generate game-store-tier skin preview cards directly from your agent conversation, backed by OpenAI GPT Image 2 (gpt-image-1)
  • 🛒 Marketplace Asset Pipeline — Generate thumbnails + deploy assets without leaving the agent loop

⚙️ Configuration

Add to your openclaw.config.json:

{
  "plugins": {
    "prometheus-avatar": {
      "avatarId": "haru",
      "ttsProvider": "web-speech",
      "enableLipSync": true,
      "enableEmotion": true
    }
  }
}

| Option | Type | Default | Description | |--------|------|---------|-------------| | avatarId | string | — | Avatar model ID from Prometheus Marketplace | | modelUrl | string | Haru (default) | Direct URL to a .model3.json file | | ttsProvider | string | "web-speech" | TTS provider: web-speech / elevenlabs / azure / sherpa-onnx | | ttsVoice | string | — | Voice name or ID | | enableLipSync | boolean | true | Audio-driven lip synchronization | | enableEmotion | boolean | true | Emotion analysis from text |

🛠️ Agent Tools (3)

When your OpenClaw agent has tool-use enabled, the plugin registers 3 creator tools:

| Tool | Description | |------|-------------| | prometheus_generate_image_pro | NEW v0.9 Generate AAA-quality images via gpt-image-1 (skin preview cards, posters, UI mocks). Genshin / Overwatch / WoW shop card tier. 9 style presets · BYOK OpenAI · Free quota · Pro Credits. | | prometheus_generate_thumbnail | Generate marketplace asset thumbnails (legacy FLUX route — kept for backward compat) | | prometheus_deploy_asset | Deploy new assets (voices, skins, effects) to the Marketplace |

Example: Generate a skin preview card

User: "Generate a cyberpunk anime girl skin in AAA Genshin Impact shop card tier"

Agent (via prometheus_generate_image_pro):
  {
    style: "cyberpunk",
    taskType: "aaa_skin",
    size: "1024x1536",
    quality: "high",
    prompt: "3D cel-shaded engine render, anime girl with neon hair and tech visor, slight elevated 3/4 hero pose, glossy game-art materials, clean dark studio backdrop with subtle radial gradient, cyan / magenta rim lighting, NOT flat 2D illustration, Genshin Impact / Overwatch shop preview tier, production-ready AAA skin preview card."
  }

Returns 1024×1536 base64 image (or publicUrl when upload: true) — ready to ship to the marketplace.

💡 Twin Prompt-Is-The-Ceiling rule: Recommend ≥100-word prompts with explicit AAA benchmark named (Genshin / Overwatch / WoW / Pixar / Studio Ghibli). Lazy short prompts produce mediocre output — the model can render anything if you describe it precisely.

📡 Events

| Listens to | Emits | |------------|-------| | agent:message → speaks + animates | avatar:speak | | agent:thinking → thinking expression | avatar:emotion | | agent:error → surprised expression | avatar:ready |

🌍 Ecosystem

🔗 Links

📄 License

MIT © Myths Labs