Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bytedance avatar

Veadk Skills

  • 53 installs
  • 411 repo stars
  • Updated August 4, 2026
  • bytedance/agentkit-samples

VeADK Skills is a Claude skill (ByteDance AgentKit sample) that generates VeADK agent code from a description or converts Langchain/Langgraph code and Dify workflows into VeADK agents.

About

VeADK Skills is a ByteDance AgentKit skill that generates VeADK Agent code from a user's feature description, or converts existing Langchain/Langgraph code or Dify workflows into VeADK agents. It follows reference docs for analysis, prompt refinement and coding, then saves the generated code via a save_file.py script. Developers use it to scaffold or migrate Python-based VeADK agents.

  • Generates VeADK Agent code from a feature description
  • Converts Langchain/Langgraph code or Dify workflows to VeADK
  • Saves generated agent code via a bundled save_file.py script

Veadk Skills by the numbers

  • 53 all-time installs (skills.sh)
  • Ranked #6,981 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

veadk-skills capabilities & compatibility

Capabilities
agent scaffolding · code generation · code conversion
Use cases
orchestration
Pricing
Free
From the docs

What veadk-skills says it does

本技能可以根据用户的需求,生成符合要求的 VeADK Agent 代码,或完成 VeADK 相关功能。
SKILL.md
用户希望可以将已有的 Langchain/Langgraph 代码转化为 VeADK Agent 代码
SKILL.md
用户希望可以将已有的 Dify 工作流转化为 VeADK Agent 代码
SKILL.md
npx skills add https://github.com/bytedance/agentkit-samples --skill veadk-skills

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs53
repo stars411
Last updatedAugust 4, 2026
Repositorybytedance/agentkit-samples

What it does

Generate VeADK agent code or convert Langchain/Langgraph or Dify workflows to VeADK.

Who is it for?

Scaffolding a VeADK agent or migrating Langchain/Langgraph/Dify projects to VeADK.

Skip if: Go-based agents (use veadk-go-skills for the VeADK-Go path).

When should I use this skill?

You want to build a VeADK agent or convert Langchain, Langgraph, or Dify workflows to VeADK.

What you get

Generated or converted VeADK agent code saved to agent_name/agent.py with an __init__.py.

  • VeADK agent code (agent.py and __init__.py)

By the numbers

  • 3 supported modes (generate; convert Langchain/Langgraph; convert Dify)

Files

SKILL.mdMarkdownGitHub ↗

VeADK Agent 生成

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

触发条件

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

具体步骤

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

直接根据需求生成 Agent

请你遵循以下步骤:

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

Langchain 代码转换为 VeADK Agent

请你遵循以下步骤:

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

Dify 工作流转换为 VeADK Agent

请你遵循以下步骤:

1. 分析原有 Dify 工作流 DSL(一般为一个 Yaml 格式文件) 2. 将原有代码改为 VeADK Agent,对应关系详见 references/converter/dify_rules.md 3. 参照 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 ...

Related skills

FAQ

What sources can it convert from?

Existing Langchain/Langgraph code and Dify workflow DSL (YAML) files.

How is generated code saved?

Via python save_file.py --path ... --content ..., producing agent_name/agent.py and __init__.py.

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.