{
  "schemaVersion": "1.0",
  "item": {
    "slug": "veadk-skills",
    "name": "Volcengine VeADK Skills",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/yaozheng-fang/veadk-skills",
    "canonicalUrl": "https://clawhub.ai/yaozheng-fang/veadk-skills",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/veadk-skills",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=veadk-skills",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "LICENSE.txt",
      "scripts/save_file.py",
      "references/converter/langchain_rules.md",
      "references/converter/dify_rules.md",
      "references/generator/refine_prompt.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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.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/veadk-skills"
    },
    "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/veadk-skills",
    "agentPageUrl": "https://openagent3.xyz/skills/veadk-skills/agent",
    "manifestUrl": "https://openagent3.xyz/skills/veadk-skills/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/veadk-skills/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": "VeADK Agent 生成",
        "body": "本技能可以根据用户的需求，生成符合要求的 VeADK Agent 代码，或完成 VeADK 相关功能。"
      },
      {
        "title": "触发条件",
        "body": "用户简要描述了其功能需求，并希望构建一个 Agent 来完成；\n用户希望可以将已有的 Langchain/Langgraph 代码转化为 VeADK Agent 代码\n用户希望可以将已有的 Dify 工作流转化为 VeADK Agent 代码"
      },
      {
        "title": "具体步骤",
        "body": "下面是本技能不同的组件能力。"
      },
      {
        "title": "直接根据需求生成 Agent",
        "body": "请你遵循以下步骤：\n\n分析用户需求，生成对应的 Agent 系统结构，参考 references/generator/analyze.md\n提示词优化，参考 references/generator/refine_prompt.md\n生成 Agent 代码，参考 references/generator/coding.md"
      },
      {
        "title": "Langchain 代码转换为 VeADK Agent",
        "body": "请你遵循以下步骤：\n\n分析原有 Langchain 或 Langgraph 代码\n将原有代码改为 VeADK Agent，对应关系详见 references/converter/langchain_rules.md\n参照 references/common/ 目录内的文档来生成 VeADK 代码"
      },
      {
        "title": "Dify 工作流转换为 VeADK Agent",
        "body": "请你遵循以下步骤：\n\n分析原有 Dify 工作流 DSL（一般为一个 Yaml 格式文件）\n将原有代码改为 VeADK Agent，对应关系详见 references/converter/dify_rules.md\n参照 references/common/ 目录内的文档来生成 VeADK 代码"
      },
      {
        "title": "后续工作",
        "body": "在完成 Agent 代码编写后，调用脚本保存代码产物：\n\nagent_name/__init__.py: 固定内容为 from . import agent # noqa\nagent_name/agent.py：包含所有智能体的代码\n\n其中，agent_name 是你认为合适的 Agent 的名称。\n\n脚本调用方法为：\n\npython save_file.py --path ... --content ..."
      }
    ],
    "body": "VeADK Agent 生成\n\n本技能可以根据用户的需求，生成符合要求的 VeADK Agent 代码，或完成 VeADK 相关功能。\n\n触发条件\n用户简要描述了其功能需求，并希望构建一个 Agent 来完成；\n用户希望可以将已有的 Langchain/Langgraph 代码转化为 VeADK Agent 代码\n用户希望可以将已有的 Dify 工作流转化为 VeADK Agent 代码\n具体步骤\n\n下面是本技能不同的组件能力。\n\n直接根据需求生成 Agent\n\n请你遵循以下步骤：\n\n分析用户需求，生成对应的 Agent 系统结构，参考 references/generator/analyze.md\n提示词优化，参考 references/generator/refine_prompt.md\n生成 Agent 代码，参考 references/generator/coding.md\nLangchain 代码转换为 VeADK Agent\n\n请你遵循以下步骤：\n\n分析原有 Langchain 或 Langgraph 代码\n将原有代码改为 VeADK Agent，对应关系详见 references/converter/langchain_rules.md\n参照 references/common/ 目录内的文档来生成 VeADK 代码\nDify 工作流转换为 VeADK Agent\n\n请你遵循以下步骤：\n\n分析原有 Dify 工作流 DSL（一般为一个 Yaml 格式文件）\n将原有代码改为 VeADK Agent，对应关系详见 references/converter/dify_rules.md\n参照 references/common/ 目录内的文档来生成 VeADK 代码\n后续工作\n\n在完成 Agent 代码编写后，调用脚本保存代码产物：\n\nagent_name/__init__.py: 固定内容为 from . import agent # noqa\nagent_name/agent.py：包含所有智能体的代码\n\n其中，agent_name 是你认为合适的 Agent 的名称。\n\n脚本调用方法为：\n\npython save_file.py --path ... --content ..."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/yaozheng-fang/veadk-skills",
    "publisherUrl": "https://clawhub.ai/yaozheng-fang/veadk-skills",
    "owner": "yaozheng-fang",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/veadk-skills",
    "downloadUrl": "https://openagent3.xyz/downloads/veadk-skills",
    "agentUrl": "https://openagent3.xyz/skills/veadk-skills/agent",
    "manifestUrl": "https://openagent3.xyz/skills/veadk-skills/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/veadk-skills/agent.md"
  }
}