Media banner
yuting0624 yuting0624

Media

Development community

Description

--- description: Understand an audio / video / image file — Antigravity (agy/Gemini) transcribes and analyzes it, returning a timestamped digest while the full transcript goes to a file. argument-hint: "<file> [what to focus on] [--convert] [--tier pro|flash] [--timeout 20m]" --- Claude Code can't hear audio or watch video, and doing it locally means an ffmpeg + speech-model stack. Gemini is natively multimodal — so **delegate the perception** to agy and keep the judgment here. Input: $ARGUMEN

Installation

Installs to ~/.claude/skills/yuting0624-antigravity-for-claude-code-media/SKILL.md

Terminal
mkdir -p ~/.claude/skills/yuting0624-antigravity-for-claude-code-media && curl -fsSL https://raw.githubusercontent.com/yuting0624/antigravity-for-claude-code/HEAD/commands/media.md -o ~/.claude/skills/yuting0624-antigravity-for-claude-code-media/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository