← 返回 Skills 市场
54
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install search-video
功能描述
Video search tool: queries Pixabay video API for stock clips, returning URLs and metadata for footage sourcing.
使用说明 (SKILL.md)
\r \r
search-video\r
\r Video search tool: queries Pixabay video API for stock clips, returning URLs and metadata for footage sourcing.\r \r
Trigger Keywords\r
\r
- search-video\r
- pixabay video\r
- video search\r \r
Usage\r
\r
Invoke the search-video tool with a structured input object.\r
\r
{\r
query: string;\r
videoType?: "all" | "film" | "animation";\r
category?: string;\r
minDuration?: number;\r
maxDuration?: number;\r
page?: number;\r
perPage?: number;\r
}\r
```\r
\r
## Notes\r
\r
- Pixabay performs best with English keywords.\r
- Surface the best preview or source URLs plus short metadata.\r
- If no result is found, suggest a broader keyword.\r
\r
## Example\r
\r
```ts\r
search-video({\r
query: "technology background",\r
videoType: "film",\r
minDuration: 5,\r
perPage: 6,\r
})\r
```\r
安全使用建议
Safe to install as a lightweight stock-video search skill. Users who want tighter activation control may want to narrow the trigger from generic "video search" to an explicit Pixabay or stock-footage phrase.
能力评估
Purpose & Capability
The stated purpose is to call a search-video tool for Pixabay video lookups and return URLs plus metadata, which matches the artifact content.
Instruction Scope
The trigger phrase "video search" is broad and could activate for generic requests, but the instructions remain limited to video search and do not request unrelated authority.
Install Mechanism
The package contains only SKILL.md and SKILL-cn.md; there are no scripts, dependencies, install hooks, or package-manager actions.
Credentials
The skill implies outbound search requests to Pixabay through the named tool, which is proportionate for video search; it does not request local file access, secrets, or account mutation.
Persistence & Privilege
No persistence, background execution, privilege escalation, local indexing, credential storage, or destructive behavior is described.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install search-video - 安装完成后,直接呼叫该 Skill 的名称或使用
/search-video触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the search-video skill.
- Enables video searches via the Pixabay video API.
- Returns URLs and metadata for stock footage sourcing.
- Supports filters by video type, category, duration, and pagination.
- Includes usage examples and recommended best practices for keyword searches.
元数据
常见问题
Search Video 是什么?
Video search tool: queries Pixabay video API for stock clips, returning URLs and metadata for footage sourcing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 54 次。
如何安装 Search Video?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install search-video」即可一键安装,无需额外配置。
Search Video 是免费的吗?
是的,Search Video 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Search Video 支持哪些平台?
Search Video 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Search Video?
由 dlazy(@dlazyai)开发并维护,当前版本 v1.0.0。
推荐 Skills