{
  "schemaVersion": "1.0",
  "item": {
    "slug": "veadk-go-skills",
    "name": "Veadk Go Skills",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/helloldm/veadk-go-skills",
    "canonicalUrl": "https://clawhub.ai/helloldm/veadk-go-skills",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/veadk-go-skills",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=veadk-go-skills",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "common/agent.md",
      "common/callback.md",
      "common/knowledgebase.md",
      "common/tools.md",
      "converter/enio_rule.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-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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-go-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-go-skills",
    "agentPageUrl": "https://openagent3.xyz/skills/veadk-go-skills/agent",
    "manifestUrl": "https://openagent3.xyz/skills/veadk-go-skills/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/veadk-go-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-Go Agent 代码，或完成 VeADK-Go 相关功能。"
      },
      {
        "title": "触发条件",
        "body": "用户简要描述了其功能需求，并希望构建一个 Agent 来完成；\n用户希望可以将已有的 Enio 代码转化为 VeADK-Go Agent 代码"
      },
      {
        "title": "具体步骤",
        "body": "下面是本技能不同的组件能力。"
      },
      {
        "title": "直接根据需求生成 Agent",
        "body": "请你遵循以下步骤：\n\n了解VeADK-Go开发框架的代码结构、功能特性以及代码示例，可以参考 /references/common/ 目录下文档\n分析用户需求，生成 Agent 代码。"
      },
      {
        "title": "Enio 代码转换为 VeADK-Go Agent",
        "body": "请你遵循以下步骤：\n\n了解VeADK-Go开发框架的代码结构、功能特性以及代码示例，可以参考 /references/common/ 目录下文档\n分析原有 Enio 代码\n将原有代码改为 VeADK-Go Agent。代码特性对应关系参考 references/converter/enio_rules.md\n确保 llmagent.Config Name 字段 不包含空格和-等特殊字符。"
      },
      {
        "title": "后续工作",
        "body": "在完成 Agent 代码编写后，调用脚本保存代码产物：\n\nagent_name/agent.py：包含所有智能体的代码\n\n其中，agent_name 是你认为合适的 Agent 的名称。"
      }
    ],
    "body": "VeADK Agent 生成\n\n本技能可以根据用户的需求，生成符合要求的 VeADK-Go Agent 代码，或完成 VeADK-Go 相关功能。\n\n触发条件\n用户简要描述了其功能需求，并希望构建一个 Agent 来完成；\n用户希望可以将已有的 Enio 代码转化为 VeADK-Go Agent 代码\n具体步骤\n\n下面是本技能不同的组件能力。\n\n直接根据需求生成 Agent\n\n请你遵循以下步骤：\n\n了解VeADK-Go开发框架的代码结构、功能特性以及代码示例，可以参考 /references/common/ 目录下文档\n分析用户需求，生成 Agent 代码。\nEnio 代码转换为 VeADK-Go Agent\n\n请你遵循以下步骤：\n\n了解VeADK-Go开发框架的代码结构、功能特性以及代码示例，可以参考 /references/common/ 目录下文档\n分析原有 Enio 代码\n将原有代码改为 VeADK-Go Agent。代码特性对应关系参考 references/converter/enio_rules.md\n确保 llmagent.Config Name 字段 不包含空格和-等特殊字符。\n后续工作\n\n在完成 Agent 代码编写后，调用脚本保存代码产物：\n\nagent_name/agent.py：包含所有智能体的代码\n\n其中，agent_name 是你认为合适的 Agent 的名称。"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/helloldm/veadk-go-skills",
    "publisherUrl": "https://clawhub.ai/helloldm/veadk-go-skills",
    "owner": "helloldm",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/veadk-go-skills",
    "downloadUrl": "https://openagent3.xyz/downloads/veadk-go-skills",
    "agentUrl": "https://openagent3.xyz/skills/veadk-go-skills/agent",
    "manifestUrl": "https://openagent3.xyz/skills/veadk-go-skills/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/veadk-go-skills/agent.md"
  }
}