# Send Volcengine VeADK Skills to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/veadk-skills",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=veadk-skills",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "LICENSE.txt",
      "scripts/save_file.py",
      "references/converter/langchain_rules.md",
      "references/converter/dify_rules.md",
      "references/generator/refine_prompt.md"
    ],
    "downloadMode": "redirect",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### VeADK Agent 生成

本技能可以根据用户的需求，生成符合要求的 VeADK Agent 代码，或完成 VeADK 相关功能。

### 触发条件

用户简要描述了其功能需求，并希望构建一个 Agent 来完成；
用户希望可以将已有的 Langchain/Langgraph 代码转化为 VeADK Agent 代码
用户希望可以将已有的 Dify 工作流转化为 VeADK Agent 代码

### 具体步骤

下面是本技能不同的组件能力。

### 直接根据需求生成 Agent

请你遵循以下步骤：

分析用户需求，生成对应的 Agent 系统结构，参考 references/generator/analyze.md
提示词优化，参考 references/generator/refine_prompt.md
生成 Agent 代码，参考 references/generator/coding.md

### Langchain 代码转换为 VeADK Agent

请你遵循以下步骤：

分析原有 Langchain 或 Langgraph 代码
将原有代码改为 VeADK Agent，对应关系详见 references/converter/langchain_rules.md
参照 references/common/ 目录内的文档来生成 VeADK 代码

### Dify 工作流转换为 VeADK Agent

请你遵循以下步骤：

分析原有 Dify 工作流 DSL（一般为一个 Yaml 格式文件）
将原有代码改为 VeADK Agent，对应关系详见 references/converter/dify_rules.md
参照 references/common/ 目录内的文档来生成 VeADK 代码

### 后续工作

在完成 Agent 代码编写后，调用脚本保存代码产物：

agent_name/__init__.py: 固定内容为 from . import agent # noqa
agent_name/agent.py：包含所有智能体的代码

其中，agent_name 是你认为合适的 Agent 的名称。

脚本调用方法为：

python save_file.py --path ... --content ...
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: yaozheng-fang
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-05-07T17:22:31.273Z
- Expires at: 2026-05-14T17:22:31.273Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/veadk-skills)
- [Send to Agent page](https://openagent3.xyz/skills/veadk-skills/agent)
- [JSON manifest](https://openagent3.xyz/skills/veadk-skills/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/veadk-skills/agent.md)
- [Download page](https://openagent3.xyz/downloads/veadk-skills)