← 返回 Skills 市场
51
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install search-audio
功能描述
Audio search tool: searches Pixabay Music for royalty-free tracks, returning URLs and metadata for background music selection.
使用说明 (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
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install search-audio - 安装完成后,直接呼叫该 Skill 的名称或使用
/search-audio触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Search Audio 是什么?
Audio search tool: searches Pixabay Music for royalty-free tracks, returning URLs and metadata for background music selection. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 51 次。
如何安装 Search Audio?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install search-audio」即可一键安装,无需额外配置。
Search Audio 是免费的吗?
是的,Search Audio 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Search Audio 支持哪些平台?
Search Audio 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Search Audio?
由 dlazy(@dlazyai)开发并维护,当前版本 v1.0.0。
推荐 Skills