← Back to Skills Marketplace
dlazyai

Search Video

by dlazy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
54
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install search-video
Description
Video search tool: queries Pixabay video API for stock clips, returning URLs and metadata for footage sourcing.
README (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
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install search-video
  3. After installation, invoke the skill by name or use /search-video
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug search-video
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

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.

💬 Comments