figureout

figureout is a skill for Claude Code from All-The-Vibes/ShowOff. It costs 167 tokens per session (2,228 once invoked), scanned A, original, MIT.

A skill for understanding a video from a public URL or local file by extracting representative frames and a timestamped transcript. It can then answer questions using the video and cite the relevant time.

In plain words
What is it for?
Use it to watch recordings, transcribe speech, summarize videos, inspect screen recordings, and answer questions about specific moments.
Why use it?
It turns a recording into searchable visual and spoken information, so the agent can explain what happened without relying on guesswork.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the showoff plugin — 2 skills shipped together

Good fit Use it to watch recordings, transcribe speech, summarize videos, inspect screen recordings, and answer questions about specific moments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/all-the-vibes/showoff/figureout
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add All-The-Vibes/ShowOff --skill figureout
Clone the repo
git clone --depth 1 https://github.com/All-The-Vibes/ShowOff

Made for: Claude Code.

Or install showoff, the plugin that ships this one along with the rest of its 2 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for figureout

README.md
[![agentmods](https://agentmods.dev/badge/skills/all-the-vibes/showoff/figureout/github.svg)](https://agentmods.dev/skills/all-the-vibes/showoff/figureout)
Your own site
<a href="https://agentmods.dev/skills/all-the-vibes/showoff/figureout"><img src="https://agentmods.dev/badge/skills/all-the-vibes/showoff/figureout/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for figureout

Your own site · 80×15
<a href="https://agentmods.dev/skills/all-the-vibes/showoff/figureout"><img src="https://agentmods.dev/badge/skills/all-the-vibes/showoff/figureout.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 167 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,228 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00167 $0.02228
Opus 5 $0.00084 $0.01114
Sonnet 5 $0.00033 $0.00446
Haiku 4.5 $0.00017 $0.00223

Measured 9d ago against content hash 7d6f0c8f707b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

figureout scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 8 executable files (scripts/config.mjs, scripts/figureout.mjs, scripts/frames.mjs, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/figureout/SKILL.md · 170 lines

How it starts

The opening of the file, as written. The whole thing — 170 lines — stays where its author put it; the contents beside it link to each section on GitHub.

!node "${CLAUDE_SKILL_DIR}/scripts/project-context.mjs"

figureout

Turn a public video URL or a local video file into representative frames plus a timestamped transcript, then answer grounded questions about it. You run the bundled Node scripts, Read every printed frame so you actually see the footage, and cite MM:SS timestamps for every claim. You never publish and never upload the video itself.

The injected line above prints a compact JSON snapshot of the current project: working directory, platform, whether ffmpeg, ffprobe, and yt-dlp resolve on PATH, the detected Whisper backend and whether a key is set, and any prior figureout-output\ runs. Read it first; it tells you whether setup is ready before you invoke the pipeline.

Setup preflight

Before the first run, sense readiness. Run:

node "${CLAUDE_SKILL_DIR}/scripts/setup.mjs" --json

Branch on the status field:

status value Meaning Action you take
ready Binaries present, and either captions-only use is fine or a Whisper key is set Proceed to invocation.
needs_install One or more of ffmpeg, ffprobe, yt-dlp missing from PATH Show the user the missing binaries and OS install hints from setup; do not invoke the pipeline until installed.
needs_key Binaries present but no Whisper key Proceed for caption-backed videos. If the target has no captions and the user wants a transcript, use AskUserQuestion to offer: set a key, or continue frames-only with --no-whisper.
needs_install_and_key Binaries missing and no key Resolve binaries first (see setup), then handle the key as in needs_key.

For a silent gate in a script, use --check, which prints nothing and sets the exit code: 0 ready, 2 missing binaries, 3 missing key, 4 both. To scaffold the config and print OS-specific install hints, run node "${CLAUDE_SKILL_DIR}/scripts/setup.mjs" install.

Read the full file on GitHub · 170 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 170 lines · 167 tokens per session scan A 7d6f0c8f707b

Subscribe to this mod's changes

figureout is a skill published in the GitHub repository All-The-Vibes/ShowOff (5 stars, last pushed 1mo ago), licensed MIT. It adds 167 tokens to every session and 2,228 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

verticals

AI-native vertical video engine with niche intelligence. Takes a one-line topic and a niche profile, and outputs a finished YouTube Short/Reel/TikTok with AI-generated b-roll, voiceover, burned-in captions, background music, and thumbnail. Supports multiple LLM providers (Claude, Gemini, GPT, Ollama), TTS providers…

rushindrasinha/youtube-shorts-pipeline · 93 tokens

pptx

Criar, editar e analisar apresentacoes PowerPoint (.pptx). Trigger quando usuario quer criar slides, pitch deck, editar apresentacao existente, extrair conteudo de .pptx.

andregusman-raiz/a-gusman-claude · 41 tokens

gerar-imagem

Gera ou edita imagens com IA via OpenAI gpt-image-1 (default, funcionando) ou Nano Banana/Gemini (aguarda billing). Use quando o usuário pedir para gerar, criar, desenhar ou editar imagem, ilustração, logo, ícone, mockup visual, asset gráfico, foto sintética ou variação de imagem existente.

andregusman-raiz/a-gusman-claude · 79 tokens

product-story-pptx

A structured workflow for creating and revising product presentation PowerPoint files with a planned story, visual layouts, editable diagrams, generated assets, and quality checks.

endearqb/endearqb-skills · 193 tokens

app-store-screenshots

Capture App Store / TestFlight screenshots from the iOS Simulator at native resolution, downscale to every required display size, and upload to App Store Connect via helm-asc. Use when asked to take/produce/refresh App Store screenshots, marketing screenshots, or screenshots for custom product pages.

patrickserrano/lacquer · 64 tokens

c-video

Download videos, extract audio, convert formats, and clip segments using yt-dlp and ffmpeg. Supports YouTube, Vimeo, and hundreds of other sites.

daxaur/openpaw · 38 tokens