/install search-audio
\r \r
search-audio\r
\r Audio search tool: searches Pixabay Music for royalty-free tracks, returning URLs and metadata for background music selection.\r \r
Trigger Keywords\r
\r
- search-audio\r
- pixabay music\r
- music search\r \r
Usage\r
\r
Invoke the search-audio tool with a structured input object.\r
\r
{\r
query: string;\r
minDuration?: number;\r
maxDuration?: number;\r
perPage?: number;\r
}\r
```\r
\r
## Notes\r
\r
- Pixabay Music search works best with English mood or genre keywords.\r
- Return the most relevant track URLs and short metadata instead of raw payloads.\r
- If no result is found, suggest a broader keyword.\r
\r
## Example\r
\r
```ts\r
search-audio({\r
query: "upbeat corporate background",\r
minDuration: 30,\r
maxDuration: 120,\r
perPage: 5,\r
})\r
```\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install search-audio - After installation, invoke the skill by name or use
/search-audio - Provide required inputs per the skill's parameter spec and get structured output
What is Search Audio?
Audio search tool: searches Pixabay Music for royalty-free tracks, returning URLs and metadata for background music selection. It is an AI Agent Skill for Claude Code / OpenClaw, with 51 downloads so far.
How do I install Search Audio?
Run "/install search-audio" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Search Audio free?
Yes, Search Audio is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Search Audio support?
Search Audio is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Search Audio?
It is built and maintained by dlazy (@dlazyai); the current version is v1.0.0.