/install search-video
\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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install search-video - After installation, invoke the skill by name or use
/search-video - Provide required inputs per the skill's parameter spec and get structured output
What is Search Video?
Video search tool: queries Pixabay video API for stock clips, returning URLs and metadata for footage sourcing. It is an AI Agent Skill for Claude Code / OpenClaw, with 54 downloads so far.
How do I install Search Video?
Run "/install search-video" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Search Video free?
Yes, Search Video is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Search Video support?
Search Video is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Search Video?
It is built and maintained by dlazy (@dlazyai); the current version is v1.0.0.