← Back to Skills Marketplace
dlazyai

Search Audio

by dlazy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
51
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install search-audio
Description
Audio search tool: searches Pixabay Music for royalty-free tracks, returning URLs and metadata for background music selection.
README (SKILL.md)

\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
Usage Guidance
Before installing, expect the skill to send your music search terms and filters to the search-audio/Pixabay Music integration and return track links and metadata. Avoid entering sensitive private text as search terms, but no special security concerns were found in the provided artifacts.
Capability Assessment
Purpose & Capability
The stated purpose is to search Pixabay Music for royalty-free audio and return URLs plus short metadata; the documented input fields and notes match that purpose.
Instruction Scope
Runtime instructions are limited to invoking the search-audio tool with a structured query and optional duration/result filters.
Install Mechanism
The artifact contains only Markdown skill documentation in English and Chinese, with no scripts, dependencies, package installers, or executable components.
Credentials
Expected network use to a music search provider is proportionate to the skill purpose; no local file access, credentials, broad indexing, or unrelated data flows are described.
Persistence & Privilege
No persistence, background execution, privilege escalation, account mutation, or session/profile use is present in the artifacts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install search-audio
  3. After installation, invoke the skill by name or use /search-audio
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of search-audio skill. - Search Pixabay Music for royalty-free audio tracks using keywords. - Returns track URLs and essential metadata for easy background music selection. - Supports filtering by duration and number of results per search. - Provides usage notes and example input for quick integration. - Suggests broader search terms if no suitable tracks are found.
Metadata
Slug search-audio
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

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.

💬 Comments