Overview
- Skill Key
- atacan/record
- Author
- atacan
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/atacan/record
- Latest Commit SHA
- 167328a7dd78c12150cfd988389ca08b1f681a59
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Record 技能。 若已安装,则直接安装 Record 技能。
# record CLI 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. ## IMPORTANT: User Consent Required **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. ## Installation ```bash brew install atacan/tap/record ``` ## Quick Reference ```bash # 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 ``` ## Subcommands | 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. ## Key Patterns for AI Agents ### Get the output file path The tool prints the output file path to stdout. Capture it: ```bash FILE=$(record audio --duration 5) echo "Recorded to: $FILE" ``` ### Use --json for structured output All subcommands support `--json` to emit mac...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.