Skip to content
AI & Agents
Skill

/algorithmic-art

Generate deterministic SVG algorithmic artwork. Invoke when the user asks for geometric, generative, or algorithmic visual art.

From plugin
agentkit-samples
454158 skills
Install
$ npx -y skills add bytedance/agentkit-samples --skill algorithmic-art --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/algorithmic-art

Context 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.

SKILL.md

algorithmic-art.SKILL.md
name: algorithmic-art
description: Generate deterministic SVG algorithmic artwork. Invoke when the user asks for geometric, generative, or algorithmic visual art.

Algorithmic Art

Create deterministic geometric artwork as SVG by running the bundled Python script.

Workflow

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:

  • `title`: artwork title
  • `seed`: integer controlling the deterministic composition
  • `palette`: comma-separated CSS colors
  • `count`: number of shapes, from 4 to 80

4. Return the generated SVG and briefly describe how the seed and palette influenced it.

Example

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.

Ships withagentkit-samples

欢迎来到 AgentKit 代码工坊(Samples)仓库! AgentKit 是火山引擎推出的企业级 AI Agent 开发平台,为开发者提供完整的 Agent 构建、部署和运维解决方案。平台通过标准化的开发工具链和云原生基础设施,显著降低复杂智能体应用的开发部署门槛。 本代码库包含了一系列示例和教程,帮助您理解、实现和集成 AgentKit 的各项功能到您的应用中。

Get the whole plugin
Stats
454
Stars
96
Forks
Active
Maintenance
Python
Language
Apache-2.0
License
4d ago
Last commit
10mo ago
Created

Repo: bytedance/agentkit-samples

Other skills on agentkit-samples.