Audio search tool: searches Pixabay Music for royalty-free tracks, returning URLs and metadata for background music selection.
---
name: search-audio
version: 1.0.9
description: 'Audio search tool: searches Pixabay Music for royalty-free tracks, returning URLs and metadata for background music selection.'
metadata:
{
'openclaw': { 'systemPrompt': 'When invoking this skill, call the search-audio tool.' },
}
---
# search-audio
Audio search tool: searches Pixabay Music for royalty-free tracks, returning URLs and metadata for background music selection.
## Trigger Keywords
- search-audio
- pixabay music
- music search
## Usage
Invoke the `search-audio` tool with a structured input object.
```ts
{
query: string;
minDuration?: number;
maxDuration?: number;
perPage?: number;
}
```
## Notes
- Pixabay Music search works best with English mood or genre keywords.
- Return the most relevant track URLs and short metadata instead of raw payloads.
- If no result is found, suggest a broader keyword.
## Example
```ts
search-audio({
query: "upbeat corporate background",
minDuration: 30,
maxDuration: 120,
perPage: 5,
})
```
don't have the plugin yet? install it then click "run inline in claude" again.