Search Video

Data & APIs

Video search tool: queries Pixabay video API for stock clips, returning URLs and metadata for footage sourcing.

Install

openclaw skills install search-video

search-video

Video search tool: queries Pixabay video API for stock clips, returning URLs and metadata for footage sourcing.

Trigger Keywords

  • search-video
  • pixabay video
  • video search

Usage

Invoke the search-video tool with a structured input object.

{
  query: string;
  videoType?: "all" | "film" | "animation";
  category?: string;
  minDuration?: number;
  maxDuration?: number;
  page?: number;
  perPage?: number;
}

Notes

  • Pixabay performs best with English keywords.
  • Surface the best preview or source URLs plus short metadata.
  • If no result is found, suggest a broader keyword.

Example

search-video({
  query: "technology background",
  videoType: "film",
  minDuration: 5,
  perPage: 6,
})