一键导入
camera-snapshot
Take a photo using the system camera with imagesnap. Supports custom filename and automatic dependency management.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Take a photo using the system camera with imagesnap. Supports custom filename and automatic dependency management.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Record audio from the system microphone using ffmpeg. Supports custom duration, filename, and automatic dependency management.
Record video from the system camera using ffmpeg. Supports custom duration, 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 | camera-snapshot |
| description | Take a photo using the system camera with imagesnap. Supports custom filename and automatic dependency management. |
Take a photo using the system camera and save as JPEG.
Use when the user asks to take a photo, capture a picture, or take a snapshot.
| Feature | Description |
|---|---|
| Camera snapshot | Uses system FaceTime HD Camera |
| Custom filename | Supports custom output filename |
| JPG output | High-quality JPEG |
| Auto-send | Sends photo to chat after capture |
| Permission check | Detects camera permission automatically |
| Dependency check | Installs imagesnap if missing |
Take a photo
Take a picture, save as selfie.jpg
brew install imagesnap)camera-snapshot/
├── SKILL.md # Skill definition
└── take_photo.sh # Photo capture script