Use when you have a written implementation plan to execute in a separate session with review checkpoints
0
0
# Install this skill:
npx skills add 6tizer/alpha-senses --skill "audio-analyzer"
Install specific skill from multi-skill repository
# Description
将音频转换为文字并分析情绪和生成内容摘要
# SKILL.md
name: audio-analyzer
description: 将音频转换为文字并分析情绪和生成内容摘要
license: MIT
metadata:
version: 1.0.0
author: 6tizer
category: audio
updated: 2026-02-21
AudioAnalyzer
将音频转换为文字并分析情绪和生成内容摘要
环境变量
FAL_KEY:fal.ai API Key
安装
pip install -r requirements.txt
使用
python run.py --audio <音频路径或URL> [--lang auto] [--output ./transcript.md] [--emotion]
示例
python run.py --audio ./recording.mp3
python run.py --audio ./meeting.wav --lang zh --emotion
python run.py --audio "https://example.com/audio.mp3" --output ./report.md
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Amp
Antigravity
Claude Code
Clawdbot
Codex
Cursor
Droid
Gemini CLI
GitHub Copilot
Goose
Kilo Code
Kiro CLI
OpenCode
Roo Code
Trae
Windsurf
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.