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

Veadk Go Skills

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

VeADK-Go Skills is a Claude skill (ByteDance AgentKit sample) that generates VeADK-Go agent code from a feature description or converts existing Enio agent code into VeADK-Go.

About

VeADK-Go Skills is a ByteDance AgentKit skill that generates VeADK-Go Agent code from a user's feature description, or converts existing Enio agent code into VeADK-Go. It references the framework's common docs for code structure, features and examples, and saves the produced agent code to agent_name/agent.py. Developers use it to scaffold or migrate Go-based VeADK agents.

  • Generates VeADK-Go Agent code from a feature description
  • Converts existing Enio agent code to VeADK-Go
  • References common docs for framework structure and examples

Veadk Go Skills by the numbers

  • 52 all-time installs (skills.sh)
  • Ranked #7,086 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-go-skills capabilities & compatibility

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

What veadk-go-skills says it does

本技能可以根据用户的需求,生成符合要求的 VeADK-Go Agent 代码,或完成 VeADK-Go 相关功能。
SKILL.md
将原有代码改为 VeADK-Go Agent。代码特性对应关系参考 `references/converter/enio_rules.md`
SKILL.md
`agent_name/agent.py`:包含所有智能体的代码
SKILL.md
npx skills add https://github.com/bytedance/agentkit-samples --skill veadk-go-skills

Add your badge

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

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

What it does

Generate VeADK-Go agent code from a description or convert Enio code to VeADK-Go.

Who is it for?

Scaffolding a VeADK-Go agent or migrating Enio agent code to VeADK-Go.

Skip if: Non-Go VeADK work (use veadk-skills for the Python VeADK path).

When should I use this skill?

You want to build a VeADK-Go agent or convert existing Enio code to VeADK-Go.

What you get

Generated or converted VeADK-Go agent code saved to agent_name/agent.py.

  • VeADK-Go agent code in agent_name/agent.py

By the numbers

  • 2 supported modes (generate from need; convert from Enio)

Files

SKILL.mdMarkdownGitHub ↗

VeADK Agent 生成

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

触发条件

1. 用户简要描述了其功能需求,并希望构建一个 Agent 来完成; 2. 用户希望可以将已有的 Enio 代码转化为 VeADK-Go Agent 代码

具体步骤

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

直接根据需求生成 Agent

请你遵循以下步骤:

1. 了解VeADK-Go开发框架的代码结构、功能特性以及代码示例,可以参考 /references/common/ 目录下文档 2. 分析用户需求,生成 Agent 代码。

Enio 代码转换为 VeADK-Go Agent

请你遵循以下步骤:

1. 了解VeADK-Go开发框架的代码结构、功能特性以及代码示例,可以参考 /references/common/ 目录下文档 2. 分析原有 Enio 代码 3. 将原有代码改为 VeADK-Go Agent。代码特性对应关系参考 references/converter/enio_rules.md 4. 确保 llmagent.Config Name 字段 不包含空格和-等特殊字符。

后续工作

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

  • agent_name/agent.py:包含所有智能体的代码

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

Related skills

FAQ

What conversion does it support?

It converts existing Enio agent code into VeADK-Go agent code using the enio_rule reference.

Where is the generated code saved?

To agent_name/agent.py, where agent_name is a name you choose.

This week in AI coding

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

unsubscribe anytime.