veadk-go-skills

veadk-go-skills is a skill for Claude Code, Codex from bytedance/agentkit-samples. It costs 45 tokens per session (393 once invoked), scanned A, original, Apache-2.0.

A tool for creating VeADK-Go agents, which are software agents built with the VeADK-Go framework. It can also convert existing Enio agent code into VeADK-Go code.

In plain words
What is it for?
Use it to generate a VeADK-Go agent from a functional description. Use it to convert an Enio agent and save the resulting agent code.
Why use it?
It gives developers a documented structure for generating agents and a defined conversion path for existing Enio projects. This reduces the need to learn the framework structure from scratch.

Skill for Claude CodeCodex ✓ vendor

Written for no agent in particular: nothing here depends on one.

Good fit Use it to generate a VeADK-Go agent from a functional description. Use it to convert an Enio agent and save the resulting agent code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bytedance/agentkit-samples/veadk-go-skills
About the project

bytedance/agentkit-samples is a collection of examples and tutorials for Volcengine AgentKit, an AI-agent development platform for building, deploying, and operating agent applications. Developers use the samples to learn agent creation, multi-agent collaboration, memory, retrieval, MCP integrations, media generation, customer service, and other workflows. The catalogue skills provide agent workflows based on these examples.

bytedance/agentkit-samples · 450 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add bytedance/agentkit-samples --skill veadk-go-skills
Clone the repo
git clone --depth 1 https://github.com/bytedance/agentkit-samples

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for veadk-go-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/bytedance/agentkit-samples/veadk-go-skills/github.svg)](https://agentmods.dev/skills/bytedance/agentkit-samples/veadk-go-skills)
Your own site
<a href="https://agentmods.dev/skills/bytedance/agentkit-samples/veadk-go-skills"><img src="https://agentmods.dev/badge/skills/bytedance/agentkit-samples/veadk-go-skills/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for veadk-go-skills

Your own site · 80×15
<a href="https://agentmods.dev/skills/bytedance/agentkit-samples/veadk-go-skills"><img src="https://agentmods.dev/badge/skills/bytedance/agentkit-samples/veadk-go-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 393 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00045 $0.00393
Opus 5 $0.00023 $0.00197
Sonnet 5 $0.00009 $0.00079
Haiku 4.5 $0.00005 $0.00039

Measured 10d ago against content hash f9e46e5a4fed, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

veadk-go-skills scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/agentkit/veadk-go-skills/SKILL.md · 43 lines

What it actually says

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 的名称。

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 43 lines · 45 tokens per session scan A f9e46e5a4fed

Subscribe to this mod's changes

veadk-go-skills is a skill published in the GitHub repository bytedance/agentkit-samples (450 stars, last pushed 6d ago), licensed Apache-2.0. It adds 45 tokens to every session and 393 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.