macOS CLI tool to record microphone audio, screen video or screenshot, and camera video or photo from the terminal with device listing and output control.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install record或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install record⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/record/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: record description: macOS CLI tool for recording audio (microphone), screen (video/screenshot), and camera (video/photo) from the terminal. Use when the user or an AI agent needs to: (1) record microphone audio, (2) capture screen video or screenshot, (3) capture camera video or photo, (4) list available devices/displays/cameras, or any task involving audio/video/image capture on macOS via the command line. Trigger on keywords like: record, microphone, screen capture, screenshot, screen recording, camera, webcam, photo, audio capture. ---
A macOS command-line tool for recording audio, screen, and camera output. Designed for both human users and AI agents operating in a terminal.
Output file paths are printed to stdout. Status messages go to stderr, making the tool pipeline-friendly.
Always ask the user for explicit permission before running any recording command. Recording audio (microphone), screen, or camera captures sensitive data and may be unexpected. Before executing record audio, record screen, or record camera, confirm with the user that they intend to record, what will be captured, and the duration. Listing devices (--list-devices, --list-displays, --list-windows, --list-cameras) and taking screenshots (--screenshot) are less intrusive but should still be confirmed if not explicitly requested.
brew install atacan/tap/record
# Audio
record audio --duration 10 # Record 10s of audio
record audio --duration 5 --json # JSON output with file path
# Screen
record screen --duration 5 # Record screen for 5s
record screen --screenshot # Take a screenshot
record screen --screenshot --output /tmp/s.png
# Camera
record camera --duration 5 # Record webcam for 5s
record camera --photo # Take a photo
| Subcommand | Purpose | |---|---| | record audio | Record from microphone | | record screen | Record screen video or take a screenshot | | record camera | Record from webcam or take a photo |
Each subcommand has its own --help flag with full option details.
The tool prints the output file path to stdout. Capture it:
FILE=$(record audio --duration 5)
echo "Recorded to: $FILE"
All subcommands support --json to emit machine-readable JSON to stdout:
record audio --duration 5 --json
Without --duration, the tool waits for a keypress to stop (requires a real TTY). AI agents should always pass --duration to ensure the command terminates.
record audio --list-devices
record screen --list-displays
record screen --list-windows
record camera --list-cameras
Add --json for structured output.
record audio --duration 5 --output /tmp/recording.m4a
record screen --screenshot --output /tmp/screen.png --overwrite
Without --output, files are saved to a temporary directory.
record screen --duration 10 --audio system # system audio only
record screen --duration 10 --audio mic # microphone only
record screen --duration 10 --audio both # system + mic
record screen --screenshot --window "Safari"
record screen --duration 5 --display primary
The terminal app (Terminal, iTerm2, etc.) must have the relevant permission enabled in System Settings > Privacy & Security:
record audio and record camera --audiorecord screenrecord cameraIf a command fails or behaves unexpectedly, run:
record <subcommand> --help
The --help output always reflects the installed version and is the authoritative reference.
For full option listings and advanced usage:
安装 Record screen, microphone or camera from macOS terminal 后,可以对 AI 说这些话来触发它
Help me get started with Record screen, microphone or camera from macOS terminal
Explains what Record screen, microphone or camera from macOS terminal does, walks through the setup, and runs a quick demo based on your current project
Use Record screen, microphone or camera from macOS terminal to macOS CLI tool to record microphone audio, screen video or screensh...
Invokes Record screen, microphone or camera from macOS terminal with the right parameters and returns the result directly in the conversation
What can I do with Record screen, microphone or camera from macOS terminal in my design & creative workflow?
将技能文件夹放到 ~/.claude/skills/record/ 目录(个人级,所有项目可用),或 .claude/skills/record/(项目级)。重启 AI 客户端后,用 /record 主动调用,或让 AI 根据上下文自动发现并使用。
Record screen, microphone or camera from macOS terminal 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Record screen, microphone or camera from macOS terminal 可免费安装使用。请查阅仓库了解许可证信息。
macOS CLI tool to record microphone audio, screen video or screenshot, and camera video or photo from the terminal with device listing and output control.
Lists the top use cases for Record screen, microphone or camera from macOS terminal, with example commands for each scenario
Automate my design & creative tasks using Record screen, microphone or camera from macOS terminal
Identifies repetitive steps in your workflow and sets up Record screen, microphone or camera from macOS terminal to handle them automatically
Record screen, microphone or camera from macOS terminal 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。