ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Vibeclip

Skill by gblockchainnetwork

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/gblockchainnetwork/vibeclip
Or

name: vibeclip description: Generate AI music videos from melody audio + photo + prompt. Local Ollama (llama3.2:1b/phi3:mini) for scene desc, FFmpeg for morph/zoompan + waveform sync. Node/Express webapp, VPS deploy ready (port 3000). Demo: cd video-app && node index.js. Revenue SaaS: credits/ETH payments. metadata: openclaw: requires: bins: [node, ollama, ffmpeg] install: - id: ollama-models kind: exec command: ollama pull llama3.2:1b phi3:mini

VibeClip Skill

Usage

POST /generate {audio, photo, prompt} → video.mp4

Revenue Ready

  • 0$ API costs.
  • Add ETH payments to wallet.

Metadata

Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-gblockchainnetwork-vibeclip": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.