{
  "schemaVersion": "1.0",
  "item": {
    "slug": "camera",
    "name": "Camera",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/therohitdas/camera",
    "canonicalUrl": "https://clawhub.ai/therohitdas/camera",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/camera",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=camera",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.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": "camera",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T08:49:16.088Z",
      "expiresAt": "2026-05-06T08:49:16.088Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=camera",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=camera",
        "contentDisposition": "attachment; filename=\"camera-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "camera"
      },
      "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/camera"
    },
    "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/camera",
    "agentPageUrl": "https://openagent3.xyz/skills/camera/agent",
    "manifestUrl": "https://openagent3.xyz/skills/camera/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/camera/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": "Available Cameras",
        "body": "CameraIndexPositionBest ForBrio 1000On external monitor, facing user directlyFront view, face shotsFaceTime HD1MacBook on right side, angled toward userSide/profile view"
      },
      {
        "title": "Capture Commands",
        "body": "Use -loglevel error to suppress ffmpeg spam. Always warm up for 5s (camera needs exposure adjustment)."
      },
      {
        "title": "Brio (front view)",
        "body": "ffmpeg -loglevel error -f avfoundation -framerate 30 -i \"0\" -t 5 -y /tmp/brio_warmup.mp4 && \\\nffmpeg -loglevel error -sseof -0.5 -i /tmp/brio_warmup.mp4 -frames:v 1 -update 1 -y /tmp/brio.jpg"
      },
      {
        "title": "FaceTime (side view)",
        "body": "Must use -pixel_format nv12 to avoid buffer errors.\n\nffmpeg -loglevel error -f avfoundation -pixel_format nv12 -framerate 30 -i \"1\" -t 5 -y /tmp/facetime_warmup.mp4 && \\\nffmpeg -loglevel error -sseof -0.5 -i /tmp/facetime_warmup.mp4 -frames:v 1 -update 1 -y /tmp/facetime.jpg"
      },
      {
        "title": "Both cameras (parallel)",
        "body": "Run both commands simultaneously for multi-angle shots."
      },
      {
        "title": "Output",
        "body": "Photos saved to /tmp/brio.jpg and /tmp/facetime.jpg\nWarmup videos in /tmp/*_warmup.mp4 (can be deleted)\nPhotos are ~80-100KB each"
      },
      {
        "title": "Gotchas",
        "body": "Close Photo Booth or other camera apps first (can conflict)\nFaceTime camera REQUIRES -pixel_format nv12 or it fails with buffer errors\n5s warmup is necessary for proper exposure"
      }
    ],
    "body": "Camera Skill\nAvailable Cameras\nCamera\tIndex\tPosition\tBest For\nBrio 100\t0\tOn external monitor, facing user directly\tFront view, face shots\nFaceTime HD\t1\tMacBook on right side, angled toward user\tSide/profile view\nCapture Commands\n\nUse -loglevel error to suppress ffmpeg spam. Always warm up for 5s (camera needs exposure adjustment).\n\nBrio (front view)\nffmpeg -loglevel error -f avfoundation -framerate 30 -i \"0\" -t 5 -y /tmp/brio_warmup.mp4 && \\\nffmpeg -loglevel error -sseof -0.5 -i /tmp/brio_warmup.mp4 -frames:v 1 -update 1 -y /tmp/brio.jpg\n\nFaceTime (side view)\n\nMust use -pixel_format nv12 to avoid buffer errors.\n\nffmpeg -loglevel error -f avfoundation -pixel_format nv12 -framerate 30 -i \"1\" -t 5 -y /tmp/facetime_warmup.mp4 && \\\nffmpeg -loglevel error -sseof -0.5 -i /tmp/facetime_warmup.mp4 -frames:v 1 -update 1 -y /tmp/facetime.jpg\n\nBoth cameras (parallel)\n\nRun both commands simultaneously for multi-angle shots.\n\nOutput\nPhotos saved to /tmp/brio.jpg and /tmp/facetime.jpg\nWarmup videos in /tmp/*_warmup.mp4 (can be deleted)\nPhotos are ~80-100KB each\nGotchas\nClose Photo Booth or other camera apps first (can conflict)\nFaceTime camera REQUIRES -pixel_format nv12 or it fails with buffer errors\n5s warmup is necessary for proper exposure"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/therohitdas/camera",
    "publisherUrl": "https://clawhub.ai/therohitdas/camera",
    "owner": "therohitdas",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/camera",
    "downloadUrl": "https://openagent3.xyz/downloads/camera",
    "agentUrl": "https://openagent3.xyz/skills/camera/agent",
    "manifestUrl": "https://openagent3.xyz/skills/camera/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/camera/agent.md"
  }
}