{
  "schemaVersion": "1.0",
  "item": {
    "slug": "record",
    "name": "Record screen, microphone or camera from macOS terminal",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/atacan/record",
    "canonicalUrl": "https://clawhub.ai/atacan/record",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/record",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=record",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/camera.md",
      "references/audio.md",
      "references/screen.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "record",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T00:35:16.257Z",
      "expiresAt": "2026-05-15T00:35:16.257Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=record",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=record",
        "contentDisposition": "attachment; filename=\"record-0.2.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "record"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/record"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/record",
    "agentPageUrl": "https://openagent3.xyz/skills/record/agent",
    "manifestUrl": "https://openagent3.xyz/skills/record/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/record/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "record CLI",
        "body": "A macOS command-line tool for recording audio, screen, and camera output. Designed for both human users and AI agents operating in a terminal.\n\nOutput file paths are printed to stdout. Status messages go to stderr, making the tool pipeline-friendly."
      },
      {
        "title": "IMPORTANT: User Consent Required",
        "body": "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."
      },
      {
        "title": "Installation",
        "body": "brew install atacan/tap/record"
      },
      {
        "title": "Quick Reference",
        "body": "# Audio\nrecord audio --duration 10                    # Record 10s of audio\nrecord audio --duration 5 --json              # JSON output with file path\n\n# Screen\nrecord screen --duration 5                    # Record screen for 5s\nrecord screen --screenshot                    # Take a screenshot\nrecord screen --screenshot --output /tmp/s.png\n\n# Camera\nrecord camera --duration 5                    # Record webcam for 5s\nrecord camera --photo                         # Take a photo"
      },
      {
        "title": "Subcommands",
        "body": "SubcommandPurposerecord audioRecord from microphonerecord screenRecord screen video or take a screenshotrecord cameraRecord from webcam or take a photo\n\nEach subcommand has its own --help flag with full option details."
      },
      {
        "title": "Get the output file path",
        "body": "The tool prints the output file path to stdout. Capture it:\n\nFILE=$(record audio --duration 5)\necho \"Recorded to: $FILE\""
      },
      {
        "title": "Use --json for structured output",
        "body": "All subcommands support --json to emit machine-readable JSON to stdout:\n\nrecord audio --duration 5 --json"
      },
      {
        "title": "Use --duration for non-interactive recording",
        "body": "Without --duration, the tool waits for a keypress to stop (requires a real TTY). AI agents should always pass --duration <seconds> to ensure the command terminates."
      },
      {
        "title": "List available devices",
        "body": "record audio --list-devices\nrecord screen --list-displays\nrecord screen --list-windows\nrecord camera --list-cameras\n\nAdd --json for structured output."
      },
      {
        "title": "Control output location",
        "body": "record audio --duration 5 --output /tmp/recording.m4a\nrecord screen --screenshot --output /tmp/screen.png --overwrite\n\nWithout --output, files are saved to a temporary directory."
      },
      {
        "title": "Screen recording with audio",
        "body": "record screen --duration 10 --audio system    # system audio only\nrecord screen --duration 10 --audio mic       # microphone only\nrecord screen --duration 10 --audio both      # system + mic"
      },
      {
        "title": "Capture a specific window or display",
        "body": "record screen --screenshot --window \"Safari\"\nrecord screen --duration 5 --display primary"
      },
      {
        "title": "macOS Permissions",
        "body": "The terminal app (Terminal, iTerm2, etc.) must have the relevant permission enabled in System Settings > Privacy & Security:\n\nMicrophone - for record audio and record camera --audio\nScreen Recording - for record screen\nCamera - for record camera"
      },
      {
        "title": "Troubleshooting",
        "body": "If a command fails or behaves unexpectedly, run:\n\nrecord <subcommand> --help\n\nThe --help output always reflects the installed version and is the authoritative reference."
      },
      {
        "title": "Detailed Command References",
        "body": "For full option listings and advanced usage:\n\nAudio: See references/audio.md\nScreen: See references/screen.md\nCamera: See references/camera.md"
      }
    ],
    "body": "record CLI\n\nA macOS command-line tool for recording audio, screen, and camera output. Designed for both human users and AI agents operating in a terminal.\n\nOutput file paths are printed to stdout. Status messages go to stderr, making the tool pipeline-friendly.\n\nIMPORTANT: User Consent Required\n\nAlways 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.\n\nInstallation\nbrew install atacan/tap/record\n\nQuick Reference\n# Audio\nrecord audio --duration 10                    # Record 10s of audio\nrecord audio --duration 5 --json              # JSON output with file path\n\n# Screen\nrecord screen --duration 5                    # Record screen for 5s\nrecord screen --screenshot                    # Take a screenshot\nrecord screen --screenshot --output /tmp/s.png\n\n# Camera\nrecord camera --duration 5                    # Record webcam for 5s\nrecord camera --photo                         # Take a photo\n\nSubcommands\nSubcommand\tPurpose\nrecord audio\tRecord from microphone\nrecord screen\tRecord screen video or take a screenshot\nrecord camera\tRecord from webcam or take a photo\n\nEach subcommand has its own --help flag with full option details.\n\nKey Patterns for AI Agents\nGet the output file path\n\nThe tool prints the output file path to stdout. Capture it:\n\nFILE=$(record audio --duration 5)\necho \"Recorded to: $FILE\"\n\nUse --json for structured output\n\nAll subcommands support --json to emit machine-readable JSON to stdout:\n\nrecord audio --duration 5 --json\n\nUse --duration for non-interactive recording\n\nWithout --duration, the tool waits for a keypress to stop (requires a real TTY). AI agents should always pass --duration <seconds> to ensure the command terminates.\n\nList available devices\nrecord audio --list-devices\nrecord screen --list-displays\nrecord screen --list-windows\nrecord camera --list-cameras\n\n\nAdd --json for structured output.\n\nControl output location\nrecord audio --duration 5 --output /tmp/recording.m4a\nrecord screen --screenshot --output /tmp/screen.png --overwrite\n\n\nWithout --output, files are saved to a temporary directory.\n\nScreen recording with audio\nrecord screen --duration 10 --audio system    # system audio only\nrecord screen --duration 10 --audio mic       # microphone only\nrecord screen --duration 10 --audio both      # system + mic\n\nCapture a specific window or display\nrecord screen --screenshot --window \"Safari\"\nrecord screen --duration 5 --display primary\n\nmacOS Permissions\n\nThe terminal app (Terminal, iTerm2, etc.) must have the relevant permission enabled in System Settings > Privacy & Security:\n\nMicrophone - for record audio and record camera --audio\nScreen Recording - for record screen\nCamera - for record camera\nTroubleshooting\n\nIf a command fails or behaves unexpectedly, run:\n\nrecord <subcommand> --help\n\n\nThe --help output always reflects the installed version and is the authoritative reference.\n\nDetailed Command References\n\nFor full option listings and advanced usage:\n\nAudio: See references/audio.md\nScreen: See references/screen.md\nCamera: See references/camera.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/atacan/record",
    "publisherUrl": "https://clawhub.ai/atacan/record",
    "owner": "atacan",
    "version": "0.2.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/record",
    "downloadUrl": "https://openagent3.xyz/downloads/record",
    "agentUrl": "https://openagent3.xyz/skills/record/agent",
    "manifestUrl": "https://openagent3.xyz/skills/record/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/record/agent.md"
  }
}