원클릭으로
audio-recorder
Record audio from the system microphone using ffmpeg. Supports custom duration, filename, and automatic dependency management.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Record audio from the system microphone using ffmpeg. Supports custom duration, filename, and automatic dependency management.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Record video from the system camera using ffmpeg. Supports custom duration, filename, and automatic dependency management.
Take a photo using the system camera with imagesnap. Supports custom filename and automatic dependency management.
Run SonarQube code quality checks and generate actionable reports. Use when users ask to install/configure/use SonarScanner for NPM (`@sonar/scan`), run project scans, fetch scan results via SonarQube Web API, and analyze code quality, defects, and prioritized remediation suggestions.
| name | audio-recorder |
| description | Record audio from the system microphone using ffmpeg. Supports custom duration, filename, and automatic dependency management. |
Record audio from the system microphone and save as high-quality MP3.
Use when the user asks to record audio, capture voice, or start microphone recording.
| Feature | Description |
|---|---|
| Microphone recording | Uses system default microphone via avfoundation |
| Custom duration | Default 30 seconds, configurable |
| Custom filename | Supports custom output filename |
| MP3 output | 192kbps high-quality MP3 |
| Auto-send | Sends recording to chat after completion |
| Permission check | Detects microphone permission automatically |
| Dependency check | Installs ffmpeg if missing |
Record audio for 10 seconds
Record a 60-second clip, save as meeting_notes.mp3
brew install ffmpeg)audio-recorder/
├── SKILL.md # Skill definition
└── record_audio.sh # Recording script