claude/skills/gemini-audio-transcriber/SKILL.md
Gemini 2.0 Flash APIを使用して音声ファイル(m4a, mp3, wav等)を日本語で文字起こしするスキル。講義録音や音声メモの書き起こしに使用。
npx skillsauth add kazuph/dotfiles gemini-audio-transcriberInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
scripts/transcribe_audio.py - 音声文字起こしスクリプト# 基本的な文字起こし
uv run --with google-genai \
.claude/skills/gemini-audio-transcriber/scripts/transcribe_audio.py \
"/path/to/audio.m4a" \
--output transcript.md
# 出力形式を指定(text/md)
uv run --with google-genai \
.claude/skills/gemini-audio-transcriber/scripts/transcribe_audio.py \
"/path/to/audio.m4a" \
--output transcript.md \
--format md
GEMINI_API_KEY(.claude/skills/gemini-icon-creator/.env または環境変数)tools
X (Twitter) API read-only CLI. Bookmarks retrieval, tweet search, engagement analytics (likes/RT aggregation), mentions, user lookup. Use when: reading X bookmarks, searching tweets, aggregating likes/retweets, checking mentions, looking up users. Triggers: bookmark, bookmarks, X search, Twitter search, likes count, RT count, engagement, tweet analytics.
testing
単体テスト方針の要約。Kiro流で使うときは本文を必ず参照・展開する。
tools
Send prompts to other AI CLIs (Codex, Claude Code) running in sibling tmux panes and receive results back. Use this skill when the user asks to send a question or task to Codex or another Claude Code instance in a tmux pane. Handles pane discovery, CLI startup if needed, prompt delivery with proper Enter timing, delivery verification, and result return via tmux send-keys.
data-ai
TAKT ピースエンジン。Agent Team を使ったマルチエージェントオーケストレーション。ピースYAMLワークフローに従ってマルチエージェントを実行する。