{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ai-notes-of-video",
    "name": "AI Notes of Video",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/baiduQianfanGroup/ai-notes-of-video",
    "canonicalUrl": "https://clawhub.ai/baiduQianfanGroup/ai-notes-of-video",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ai-notes-of-video",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-notes-of-video",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/ai_notes_task_create.py",
      "scripts/ai_notes_task_query.py"
    ],
    "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/ai-notes-of-video"
    },
    "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/ai-notes-of-video",
    "agentPageUrl": "https://openagent3.xyz/skills/ai-notes-of-video/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-notes-of-video/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-notes-of-video/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": "AI PPT Generation",
        "body": "This skill allows OpenClaw agents to generate AI notes, Based solely on the video address provided by the user."
      },
      {
        "title": "Setup",
        "body": "API Key: Ensure the BAIDU_API_KEY environment variable is set with your valid API key.\nEnvironment: The API key should be available in the runtime environment."
      },
      {
        "title": "API table",
        "body": "namepathdescriptionAINotesTaskCreate/v2/tools/ai_note/task_createCreate AI notes task based on the video address provided by the userAINotesTaskQuery/v2/tools/ai_note/queryQuery AI notes task result based on task id"
      },
      {
        "title": "Workflow",
        "body": "The AINotesTaskCreate API executes the Python script located at scripts/ai_notes_task_create.py\nThe AINotesTaskQuery API executes the Python script located at scripts/ai_notes_task_query.py\nThe first step ,call the AINotesTaskCreate API to create a task and get the task ID, must give a video address.\nThe second step ,call the AINotesTaskQuery API to query the task result based on the task ID.\nRepeat the second step until the task status is completed.The task success identifier is status=10002. status=10000 indicates that the task is in progress. All other status codes are failures\nEach item in the note list is a note content. For each item in the list: the tpl_no field represents the type of stored notes, 1 - manuscript notes, 2 - outline notes, 3 - graphic and text notes. The \"detail\" field is for note details. In \"detail\", \"status\" represents the note status, with 10002 indicating success,with status=10000 indicating progressing and other status codes indicating failure. \"content\" indicates the note result. The mind map is located at the top of the outline note and is marked by the \"Mind\" tag"
      },
      {
        "title": "AINotesTaskCreate API",
        "body": "Parameters\n\nvideo_url: the url of the video (required)\n\nExample Usage\n\nBAIDU_API_KEY=xxx python3 scripts/ai_notes_task_create.py 'https://xxxxx.bj.bcebos.com/1%E5%88%86%E9%92%9F_%E6%9C%89%E5%AD%97%E5%B9%95.mp4'"
      },
      {
        "title": "PPTOutlineGenerate API",
        "body": "Parameters\n\ntask_id: task id from AINotesTaskCreate API return（required）\n\nExample Usage\n\nBAIDU_API_KEY=xxx python3 scripts/ai_notes_task_query.py \"26943ed4-f5a9-4306-a05b-b087665433a0\""
      }
    ],
    "body": "AI PPT Generation\n\nThis skill allows OpenClaw agents to generate AI notes, Based solely on the video address provided by the user.\n\nSetup\nAPI Key: Ensure the BAIDU_API_KEY environment variable is set with your valid API key.\nEnvironment: The API key should be available in the runtime environment.\nAPI table\nname\tpath\tdescription\nAINotesTaskCreate\t/v2/tools/ai_note/task_create\tCreate AI notes task based on the video address provided by the user\nAINotesTaskQuery\t/v2/tools/ai_note/query\tQuery AI notes task result based on task id\nWorkflow\nThe AINotesTaskCreate API executes the Python script located at scripts/ai_notes_task_create.py\nThe AINotesTaskQuery API executes the Python script located at scripts/ai_notes_task_query.py\nThe first step ,call the AINotesTaskCreate API to create a task and get the task ID, must give a video address.\nThe second step ,call the AINotesTaskQuery API to query the task result based on the task ID.\nRepeat the second step until the task status is completed.The task success identifier is status=10002. status=10000 indicates that the task is in progress. All other status codes are failures\nEach item in the note list is a note content. For each item in the list: the tpl_no field represents the type of stored notes, 1 - manuscript notes, 2 - outline notes, 3 - graphic and text notes. The \"detail\" field is for note details. In \"detail\", \"status\" represents the note status, with 10002 indicating success,with status=10000 indicating progressing and other status codes indicating failure. \"content\" indicates the note result. The mind map is located at the top of the outline note and is marked by the \"Mind\" tag\nAPIS\nAINotesTaskCreate API\nParameters\nvideo_url: the url of the video (required)\nExample Usage\nBAIDU_API_KEY=xxx python3 scripts/ai_notes_task_create.py 'https://xxxxx.bj.bcebos.com/1%E5%88%86%E9%92%9F_%E6%9C%89%E5%AD%97%E5%B9%95.mp4'\n\nPPTOutlineGenerate API\nParameters\ntask_id: task id from AINotesTaskCreate API return（required）\nExample Usage\nBAIDU_API_KEY=xxx python3 scripts/ai_notes_task_query.py \"26943ed4-f5a9-4306-a05b-b087665433a0\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/baiduQianfanGroup/ai-notes-of-video",
    "publisherUrl": "https://clawhub.ai/baiduQianfanGroup/ai-notes-of-video",
    "owner": "baiduQianfanGroup",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ai-notes-of-video",
    "downloadUrl": "https://openagent3.xyz/downloads/ai-notes-of-video",
    "agentUrl": "https://openagent3.xyz/skills/ai-notes-of-video/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-notes-of-video/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-notes-of-video/agent.md"
  }
}