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

@theneoai/openclaw-plugin-minimax-multimedia

v1.0.0

Published

OpenClaw plugin for MiniMax multimedia generation

Readme

OpenClaw MiniMax Multimedia Plugin

OpenClaw plugin for generating images, videos, music, and speech using MiniMax AI models.

Installation

  1. Clone or copy this plugin to your OpenClaw plugins directory
  2. Run npm install in the plugin directory
  3. Run npm run build to compile TypeScript
  4. Configure your API key in OpenClaw settings

Configuration

Add to your ~/.openclaw/openclaw.json:

{
  "plugins": {
    "load": {
      "paths": ["/path/to/openclaw-plugin-minimax-multimedia"]
    }
  },
  "pluginsConfig": {
    "openclaw-plugin-minimax-multimedia": {
      "apiKey": "your-minimax-api-key",
      "baseUrl": "https://api.minimaxi.com",
      "defaultModel": {
        "image": "image-01",
        "video": "MiniMax-Hailuo-02",
        "music": "music-2.5+",
        "speech": "speech-2.8-hd"
      }
    }
  }
}

Available Tools

Image Generation

  • minimax_image_text2img - Generate images from text prompts
  • minimax_image_img2img - Transform existing images with AI

Video Generation

  • minimax_video_text2video - Generate videos from text descriptions
  • minimax_video_img2video - Animate static images into videos
  • minimax_video_subject2video - Create videos with subject tracking

Music Generation

  • minimax_music_generate - Generate music with optional lyrics

Speech Synthesis

  • minimax_speech_synthesize - Convert text to natural speech
  • minimax_speech_voice_clone - Clone voice from audio samples

Task Management

  • minimax_task_query - Query status of async generation tasks

Usage Examples

Generate an image

Tool: minimax_image_text2img
Prompt: A serene mountain landscape at sunset
Model: image-01
Aspect_Ratio: 16:9

Generate a video

Tool: minimax_video_text2video
Prompt: A flowing river through a forest
Model: MiniMax-Hailuo-02
Duration: 6

Generate music

Tool: minimax_music_generate
Prompt: Upbeat electronic dance music
Lyrics: (optional) Your song lyrics here

Synthesize speech

Tool: minimax_speech_synthesize
Text: Hello, welcome to our service
Model: speech-2.8-hd
Voice: male-qn-qingse

Query task status

Tool: minimax_task_query
Task_Id: your-task-id-here

Development

npm install     # Install dependencies
npm run build  # Compile TypeScript
npm test       # Run tests

API Reference

This plugin uses the MiniMax API. For more information, visit MiniMax Platform.