SOC 직업 분류 기준
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill media-analyzer명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
| name | media-analyzer |
| description | | Use when this capability is needed. |
Gemini APIを使用して画像・音楽ファイル・動画ファイルを解析するスキル。
# 依存パッケージのインストール
pip install google-genai
# 環境変数設定
export GEMINI_API_KEY="your_api_key"
python .claude/skills/media-analyzer/scripts/analyze.py /path/to/audio.mp3
python .claude/skills/media-analyzer/scripts/analyze.py /path/to/video.mp4
python .claude/skills/media-analyzer/scripts/analyze.py "https://example.com/audio.mp3"
python .claude/skills/media-analyzer/scripts/analyze.py /path/to/file.mp3 --prompt "この曲のジャンルと雰囲気を分析して"
python .claude/skills/media-analyzer/scripts/analyze.py /path/to/file.mp4 --verbose
=== メディア解析結果 ===
ファイル: example.mp3
タイプ: audio/mpeg
[解析内容]
この曲はテンポの速いエレクトロニックミュージックで...
| 変数名 | 説明 | 必須 |
|---|---|---|
| GEMINI_API_KEY | Gemini API キー | Yes |
export GEMINI_API_KEY="your_key_here"
大きなファイルは自動的にチャンク処理されます。
Converted and distributed by TomeVault — claim your Tome and manage your conversions.