返回顶部
A

AI Icon Generator

Generate custom icons using artificial intelligence from text prompts or descriptions.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
169
下载量
0
收藏
概述
安装方式
版本历史

AI Icon Generator

# Overview The AI Icon Generator is a powerful REST API that leverages artificial intelligence to create custom icons on demand. Instead of manually designing icons or searching through icon libraries, users can describe what they need in plain language and receive generated icon assets within seconds. This tool is ideal for developers, designers, and product teams who need rapid icon generation for web applications, mobile apps, design systems, or marketing materials. Whether you're prototyping a new interface, building a comprehensive icon set, or automating icon creation in your CI/CD pipeline, the AI Icon Generator eliminates the friction of traditional icon design workflows. Key capabilities include intelligent interpretation of natural language prompts, consistent style generation, and immediate delivery of ready-to-use icon assets. The API integrates seamlessly into existing development environments and scales from individual developers to enterprise teams. ## Usage ### Sample Request ```json { "prompt": "minimalist cloud storage icon with a lock symbol", "style": "modern", "size": "256px", "format": "png" } ``` ### Sample Response ```json { "success": true, "icon_id": "icon_7a4k9m2x", "prompt": "minimalist cloud storage icon with a lock symbol", "style": "modern", "size": "256px", "format": "png", "url": "https://api.mkkpro.com/icons/icon_7a4k9m2x.png", "created_at": "2024-01-15T10:32:45Z", "expires_at": "2024-04-15T10:32:45Z", "download_count": 0 } ``` ## Endpoints ### POST /generate-icons **Description:** Generate one or more custom icons based on text prompts using AI. **Method:** `POST` **Path:** `/generate-icons` **Parameters:** | Name | Type | Required | Description | |------|------|----------|-------------| | `prompt` | string | Yes | Natural language description of the icon to generate (e.g., "gear icon", "shopping cart with arrow") | | `style` | string | No | Visual style for the generated icon. Common values: `modern`, `flat`, `outlined`, `filled`, `3d`, `minimalist`. Default: `modern` | | `size` | string | No | Output icon size. Common values: `64px`, `128px`, `256px`, `512px`, `1024px`. Default: `256px` | | `format` | string | No | Output image format. Accepted values: `png`, `svg`, `webp`. Default: `png` | | `count` | integer | No | Number of icon variations to generate (1-5). Default: `1` | | `color_scheme` | string | No | Color preference for the icon. Values: `monochrome`, `vibrant`, `pastel`, `custom`. Default: `monochrome` | **Response Schema:** ```json { "success": boolean, "icon_id": "string", "prompt": "string", "style": "string", "size": "string", "format": "string", "url": "string (icon download URL)", "urls": ["string (array if count > 1)"], "created_at": "string (ISO 8601 timestamp)", "expires_at": "string (ISO 8601 timestamp)", "download_count": "integer" } ``` **Status Codes:** - `200`: Icons generated successfully - `400`: Invalid parameters (e.g., unsupported format, invalid style) - `429`: Rate limit exceeded - `500`: Server error during icon generation ## Pricing | Plan | Calls/Day | Calls/Month | Price | |------|-----------|-------------|-------| | Free | 5 | 50 | Free | | Developer | 20 | 500 | $39/mo | | Professional | 200 | 5,000 | $99/mo | | Enterprise | 100,000 | 1,000,000 | $299/mo | ## About ToolWeb.in — 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube. - 🌐 [toolweb.in](https://toolweb.in) - 🔌 [portal.toolweb.in](https://portal.toolweb.in) - 🤖 [hub.toolweb.in](https://hub.toolweb.in) - 🐾 [toolweb.in/openclaw/](https://toolweb.in/openclaw/) - 🚀 [rapidapi.com/user/mkrishna477](https://rapidapi.com/user/mkrishna477) - 📺 [youtube.com/@toolweb-009](https://youtube.com/@toolweb-009) ## References - **Kong Route:** https://api.mkkpro.com/creative/ai-icon-generator - **API Docs:** https://api.mkkpro.com:8002/docs

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 ai-icon-generator-1776118462 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 ai-icon-generator-1776118462 技能

通过命令行安装

skillhub install ai-icon-generator-1776118462

下载 Zip 包

⬇ 下载 AI Icon Generator v1.0.0

文件大小: 2.8 KB | 发布时间: 2026-4-14 13:12

v1.0.0 最新 2026-4-14 13:12
AI Icon Generator v1.0.0 initial release:

- Launches REST API to generate custom icons from natural language prompts.
- Supports multiple styles, sizes, formats, and color schemes.
- Allows batch generation of up to 5 icon variations per request.
- Provides immediate download links and metadata for generated icons.
- Includes free and paid pricing tiers for varied usage needs.
- Comprehensive usage guide and API documentation available.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部