Install
openclaw skills install search-videoVideo search tool: queries Pixabay video API for stock clips, returning URLs and metadata for footage sourcing.
openclaw skills install search-videoVideo search tool: queries Pixabay video API for stock clips, returning URLs and metadata for footage sourcing.
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;
}
search-video({
query: "technology background",
videoType: "film",
minDuration: 5,
perPage: 6,
})