A high-performance AI music generation skill that creates 30-second instrumental tracks using Google Lyria.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install google-lyria-integration
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 google-lyria-integration using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Lyria skill enables developers and creators to generate high-quality, 30-second instrumental music tracks directly within their AI agent environment. By leveraging the Google Lyria model via Vertex AI, this Openclaw Skills integration allows for precise control over genre, mood, instruments, and musical keys. It is specifically designed to streamline the creation of background audio for digital content creators and developers looking to automate media workflows.
This tool bridges the gap between text-based AI agents and high-fidelity audio production. Whether you need a lo-fi study beat or an epic cinematic transition, this skill provides a programmatic way to generate and iterate on musical ideas. It integrates seamlessly into the Openclaw Skills ecosystem to provide a standardized approach to AI-driven audio generation.
To get started with this music generation tool in your Openclaw Skills environment, follow these steps:
mkdir -p ~/.openclaw/workspace/lyria/generated_music
Ensure the gcloud CLI is installed and run:
gcloud auth login
gcloud auth print-access-token
Create ~/.openclaw/workspace/lyria/config.json with your project details:
{
"project_id": "your-project-id",
"location": "us-central1",
"bearer_token": "your-token-here",
"output_dir": "~/.openclaw/workspace/lyria/generated_music"
}
This skill manages data within a dedicated directory structure for the Openclaw Skills framework:
| Path | Description |
|---|---|
config.json |
Stores project ID, location, and the temporary bearer token. |
generated_music/ |
Directory containing all output .wav files. |
*.wav |
Audio files named via timestamp (e.g., music_20260302.wav) or custom names. |
All metadata regarding generation parameters is passed via the Lyria-002 API endpoint.
Loading
A CLI-based utility to convert Markdown files into high-quality, styled PDF documents using Pandoc and wkhtmltopdf.

A high-performance image generation skill that leverages the APIYI API to create visuals directly within your AI agent environment via text prompts.

A specialized OAuth assistant for authenticating ClawHub on headless servers without a graphical web browser.

A professional AI agent skill designed to discover, compare, and analyze video content across YouTube, TikTok, Instagram, and Twitter.

A streamlined utility for creating timestamped backups of critical OpenClaw configuration files, agents, and credentials.

A sophisticated tool for merging multiple images into professional PDF documents with automated orientation correction and OCR capabilities.








































