Generate artist-backed illustrations by Antekirt — 通过 Antekirt 生成艺术家支持的插图
v1生成 illustrations and visuals using Antekirt artists and prompts. This 技能 handles API configuration (key and base URL) and manages the a同步hronous generation process, returning image URLs for direct use. Use when you need to 创建 custom art with a specific artist's style. Supports: 列出ing artists, generating images, vectorizing to SVG, animating to video. Trigger phrases: "illustrate", "生成 an image", "draw", "创建 art", "Antekirt", "artist style".
运行时依赖
安装命令
点击复制技能文档
Antekirt 插图技能 Antekirt 是一个提供基础设施的 API 平台,支持由真实艺术家创作的生成性视觉效果,并附带明确的商业许可。该技能允许您使用平台上的任何艺术家生成插图、SVG 矢量图和视频。
设置 在使用此技能之前,请设置以下环境变量: ANTEKIRT_API_KEY:您的 Antekirt API 密钥(在 antekirt.com 获得)。 ANTEKIRT_BASE_URL:设置为 https://api.antekirt.com。 注意:运行 antekirt.js 脚本需要 Node.js 网络访问权限。在沙盒环境中,Node.js DNS 解析不可用时,请使用下面记录的 curl 替代方法。
使用 技能脚本位于 scripts/antekirt.js。所有命令都需要上述环境变量。
- 列出可用艺术家
- 生成插图
3.矢量化为 SVG node scripts/antekirt.js svg --generation-id '' 成本:5 积分。
- 动画化为视频
输出 成功时,脚本打印生成资产的直接 URL。使用这些 URL 显示或下载结果。
故障排除 验证您的 API 密钥和 ANTEKIRT_BASE_URL 是否设置为 https://api.antekirt.com。如果 Node.js 出现 EAI_AGAIN(DNS 失败)错误,请使用上面的 curl 替代方法。联系 ak@antekirt.com 或访问 antekirt.com/docs 获取 API 状态和支持。