kuavi-vqa

star 3

Answer multiple-choice questions about video content using embeddings

apicurius By apicurius schedule Updated 2/21/2026

name: kuavi-vqa description: Answer multiple-choice questions about video content using embeddings argument-hint: -- | [| choice3] [| choice4] disable-model-invocation: true

Parse $ARGUMENTS:

  • Text before -- is the question
  • Text after -- is a pipe-separated list of choices

Example: What color is the car? -- red | blue | green | black

Call kuavi_discriminative_vqa with:

  • question: the parsed question text (trimmed)
  • candidates: list of parsed choices (each trimmed)

Present the answer with confidence scores for each candidate.

Install via CLI
npx skills add https://github.com/apicurius/VideoRLM --skill kuavi-vqa
Repository Details
star Stars 3
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator