{
  "schemaVersion": "1.0",
  "item": {
    "slug": "aoi-demo-clip-maker",
    "name": "AOI Demo Clip Maker",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/edmonddantesj/aoi-demo-clip-maker",
    "canonicalUrl": "https://clawhub.ai/edmonddantesj/aoi-demo-clip-maker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/aoi-demo-clip-maker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aoi-demo-clip-maker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "package.json",
      "skill.js"
    ],
    "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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/aoi-demo-clip-maker"
    },
    "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/aoi-demo-clip-maker",
    "agentPageUrl": "https://openagent3.xyz/skills/aoi-demo-clip-maker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aoi-demo-clip-maker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aoi-demo-clip-maker/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": "AOI Demo Clip Maker (macOS)",
        "body": "S-DNA: AOI-2026-0215-SDNA-CLIP01"
      },
      {
        "title": "What this is",
        "body": "A terminal-only (public-safe) utility skill to create hackathon demo clips on macOS.\n\nIt wraps ffmpeg/ffprobe to:\n\nlist capture devices (avfoundation)\nrecord a screen for N seconds\ncrop the top bar (menu/title)\ntrim clips\nuse simple presets"
      },
      {
        "title": "What this is NOT",
        "body": "No YouTube upload\nNo form submission\nNo external posting\nNo secret handling"
      },
      {
        "title": "Requirements",
        "body": "macOS\nffmpeg and ffprobe installed\nScreen Recording permission granted to your terminal app"
      },
      {
        "title": "1) List devices (avfoundation)",
        "body": "aoi-clip devices"
      },
      {
        "title": "2) Record (screen capture)",
        "body": "# pixel_format auto-fallback is enabled by default\n# (tries: uyvy422 → nv12 → yuyv422 → 0rgb → bgr0)\naoi-clip record --out tempo_demo_raw.mp4 --duration 15 --fps 30 --screen \"Capture screen 0\"\n\n# optionally force a specific pixel format\n# aoi-clip record --out tempo_demo_raw.mp4 --duration 15 --fps 30 --screen \"Capture screen 0\" --pixel uyvy422"
      },
      {
        "title": "3) Crop top bar",
        "body": "# explicit crop\naoi-clip crop --in tempo_demo_raw.mp4 --out tempo_demo_crop.mp4 --top 150\n\n# auto-recommend top crop based on video height (still applies crop, but chooses a value)\naoi-clip crop --in tempo_demo_raw.mp4 --out tempo_demo_crop.mp4 --top auto"
      },
      {
        "title": "4) Trim",
        "body": "aoi-clip trim --in tempo_demo_crop.mp4 --out tempo_demo_15s.mp4 --from 0 --to 15"
      },
      {
        "title": "5) Preset: terminal",
        "body": "aoi-clip preset terminal --out demo.mp4"
      },
      {
        "title": "Security / Audit posture",
        "body": "This skill runs local ffmpeg/ffprobe only, using a strict allowlist of binaries and arguments."
      },
      {
        "title": "Release governance (public)",
        "body": "We publish AOI skills for free and keep improving them. Every release must pass our Security Gate and include an auditable changelog. We do not ship updates that weaken security or licensing clarity. Repeated violations trigger progressive restrictions (warnings → publish pause → archive)."
      },
      {
        "title": "Support",
        "body": "Issues / bugs / requests: https://github.com/edmonddantesj/aoi-skills/issues\nPlease include the skill slug: aoi-demo-clip-maker"
      },
      {
        "title": "License",
        "body": "MIT"
      }
    ],
    "body": "AOI Demo Clip Maker (macOS)\n\nS-DNA: AOI-2026-0215-SDNA-CLIP01\n\nWhat this is\n\nA terminal-only (public-safe) utility skill to create hackathon demo clips on macOS.\n\nIt wraps ffmpeg/ffprobe to:\n\nlist capture devices (avfoundation)\nrecord a screen for N seconds\ncrop the top bar (menu/title)\ntrim clips\nuse simple presets\nWhat this is NOT\nNo YouTube upload\nNo form submission\nNo external posting\nNo secret handling\nRequirements\nmacOS\nffmpeg and ffprobe installed\nScreen Recording permission granted to your terminal app\nCommands\n1) List devices (avfoundation)\naoi-clip devices\n\n2) Record (screen capture)\n# pixel_format auto-fallback is enabled by default\n# (tries: uyvy422 → nv12 → yuyv422 → 0rgb → bgr0)\naoi-clip record --out tempo_demo_raw.mp4 --duration 15 --fps 30 --screen \"Capture screen 0\"\n\n# optionally force a specific pixel format\n# aoi-clip record --out tempo_demo_raw.mp4 --duration 15 --fps 30 --screen \"Capture screen 0\" --pixel uyvy422\n\n3) Crop top bar\n# explicit crop\naoi-clip crop --in tempo_demo_raw.mp4 --out tempo_demo_crop.mp4 --top 150\n\n# auto-recommend top crop based on video height (still applies crop, but chooses a value)\naoi-clip crop --in tempo_demo_raw.mp4 --out tempo_demo_crop.mp4 --top auto\n\n4) Trim\naoi-clip trim --in tempo_demo_crop.mp4 --out tempo_demo_15s.mp4 --from 0 --to 15\n\n5) Preset: terminal\naoi-clip preset terminal --out demo.mp4\n\nSecurity / Audit posture\n\nThis skill runs local ffmpeg/ffprobe only, using a strict allowlist of binaries and arguments.\n\nRelease governance (public)\n\nWe publish AOI skills for free and keep improving them. Every release must pass our Security Gate and include an auditable changelog. We do not ship updates that weaken security or licensing clarity. Repeated violations trigger progressive restrictions (warnings → publish pause → archive).\n\nSupport\nIssues / bugs / requests: https://github.com/edmonddantesj/aoi-skills/issues\nPlease include the skill slug: aoi-demo-clip-maker\nLicense\n\nMIT"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/edmonddantesj/aoi-demo-clip-maker",
    "publisherUrl": "https://clawhub.ai/edmonddantesj/aoi-demo-clip-maker",
    "owner": "edmonddantesj",
    "version": "0.1.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/aoi-demo-clip-maker",
    "downloadUrl": "https://openagent3.xyz/downloads/aoi-demo-clip-maker",
    "agentUrl": "https://openagent3.xyz/skills/aoi-demo-clip-maker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aoi-demo-clip-maker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aoi-demo-clip-maker/agent.md"
  }
}