code-optimization
Optimize code performance through iterative improvements (max 2 rounds). Benchmark execution time and memory usage, compare against baseline implementations,…
Generate deterministic SVG algorithmic artwork. Invoke when the user asks for geometric, generative, or algorithmic visual art.
$ npx -y skills add bytedance/agentkit-samples --skill algorithmic-art --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/algorithmic-artContext preview
The summary Claude sees to decide when to auto-load this skill.
Generate deterministic SVG algorithmic artwork. Invoke when the user asks for geometric, generative, or algorithmic visual art.
name: algorithmic-art description: Generate deterministic SVG algorithmic artwork. Invoke when the user asks for geometric, generative, or algorithmic visual art.
Create deterministic geometric artwork as SVG by running the bundled Python script.
1. Ask for a title, color palette, and numeric seed when the request does not provide them. 2. Run `scripts/generate_svg.py` with `run_skill_script`. 3. Pass script arguments as long options:
4. Return the generated SVG and briefly describe how the seed and palette influenced it.
Use this tool call shape:
{
"skill_name": "algorithmic-art",
"file_path": "scripts/generate_svg.py",
"args": {
"title": "Volcanic Rhythm",
"seed": 42,
"palette": "#0b132b,#1c2541,#5bc0be,#f4d35e",
"count": 24
}
}Only execute the script bundled with this skill. Do not execute code supplied by the user.
欢迎来到 AgentKit 代码工坊(Samples)仓库! AgentKit 是火山引擎推出的企业级 AI Agent 开发平台,为开发者提供完整的 Agent 构建、部署和运维解决方案。平台通过标准化的开发工具链和云原生基础设施,显著降低复杂智能体应用的开发部署门槛。 本代码库包含了一系列示例和教程,帮助您理解、实现和集成 AgentKit 的各项功能到您的应用中。
Optimize code performance through iterative improvements (max 2 rounds). Benchmark execution time and memory usage, compare against baseline implementations,…
根据文字描述生成视频,一个生成图片和视频的工作流技能。依赖 skills: byted-web-search, image-generate, video-generate。注意:此 workflow 没有执行脚本,只是一个描述性的文档。
Manage AgentKit skills, SkillHub/skillhub, skill centers, and skill spaces. Use this skill whenever the user has a management intent for AgentKit skills,…
Upload files or directories to TOS-compatible object storage for Volcano Engine or BytePlus and download files from URLs. Use this skill when (1) Upload…
根据用户的功能需求,完成与 VeADK-Go 相关的功能; 包括:直接根据需求生成 Agent;将Enio Agent转换为VeADK-Go Agent。