Best use case
veadk-skills is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
根据用户的功能需求,完成与 VeADK 相关的功能。
Teams using veadk-skills should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/veadk-skills/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How veadk-skills Compares
| Feature / Agent | veadk-skills | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
根据用户的功能需求,完成与 VeADK 相关的功能。
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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 的名称。 脚本调用方法为: ```bash python save_file.py --path ... --content ... ```
Related Skills
writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
marketing-skills
TL;DR: 23 marketing playbooks (CRO, SEO, copy, analytics, experiments, pricing, launches, ads, social). Use to get checklists + copy/paste deliverables fast.
business-growth-skills
4 production-ready business and growth skills: customer success manager with health scoring and churn prediction, sales engineer with RFP analysis, revenue operations with pipeline and GTM metrics, and contract & proposal writer. Python tools included (all stdlib-only). Works with Claude Code, Codex CLI, and OpenClaw.
openclaw-master-skills
A curated collection of 560+ best OpenClaw skills — AI tools, productivity, marketing, frontend, mobile, backend, DevOps and more. Weekly updated by MyClaw.ai — Powered by MyClaw.ai
youtube-watcher
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
youtube-transcript
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
youtube-auto-captions - YouTube 自动字幕
## 描述
youtube
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
yahoo-finance
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.
xurl
A Twitter research and content intelligence skill focused on attracting WordPress and Shopify clients. Use to analyze Twitter profiles, threads, and conversations for: (1) Identifying what small agency founders and eCommerce brands are discussing; (2) Understanding pain points around WordPress performance, Shopify CRO, and development bottlenecks; (3) Extracting high-performing content angles; (4) Turning insights into authority-building posts; (5) Converting Twitter intelligence into business leverage for clear content angles, strong positioning, and qualified inbound leads.
xlsx
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.