← 返回 Skills 市场
krishnakumarmahadevan-cmd

AI Icon Generator

作者 ToolWeb · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
223
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-icon-generator
功能描述
Generate custom icons using artificial intelligence from text prompts or descriptions.
使用说明 (SKILL.md)

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

{
  "prompt": "minimalist cloud storage icon with a lock symbol",
  "style": "modern",
  "size": "256px",
  "format": "png"
}

Sample Response

{
  "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:

{
  "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.

References

安全使用建议
This skill is coherent with its stated purpose and doesn't ask for local credentials or install software, but it will send your text prompts (and possibly uploaded assets) to external services (api.mkkpro.com / toolweb.in). Before installing: 1) Verify the service/provider (toolweb.in / api.mkkpro.com) and their privacy policy and terms so you understand how generated prompts and icons are stored/used. 2) Don’t send sensitive or proprietary information in prompts. 3) Ask whether an API key/account is required (the SKILL.md omits auth details); if so, ensure keys would be scoped appropriately and stored safely. 4) Confirm pricing, rate limits, and that the returned asset URLs are delivered over TLS. If you need stronger guarantees about data residency or privacy, prefer a provider you trust or a local/offline generation tool.
功能分析
Type: OpenClaw Skill Name: ai-icon-generator Version: 1.0.0 The AI Icon Generator skill bundle is a standard API wrapper for a remote icon generation service. It consists of documentation (SKILL.md) and an OpenAPI specification (openapi.json) that define a single POST endpoint at api.mkkpro.com. No executable code, data exfiltration attempts, or malicious prompt injection instructions were found.
能力评估
Purpose & Capability
The skill name and description claim an AI icon-generation REST API and the SKILL.md documents a /generate-icons endpoint with prompt/style/size/format parameters and example request/response; required capabilities (network calls to an external API) align with the stated purpose.
Instruction Scope
The SKILL.md stays within scope (generate icons from text prompts). It references external endpoints (https://api.mkkpro.com and toolweb.in) and example responses include download URLs — meaning user prompts and resulting assets will be sent to/received from third-party servers. The documentation does not instruct the agent to read local files or access unrelated system state, but it also omits any authentication or privacy guidance (no API key instructions), which is an omission to be aware of.
Install Mechanism
No install spec and no code files — instruction-only skill. This is low-risk from an install perspective because nothing will be written or executed locally by an installer.
Credentials
The skill declares no required environment variables, binaries, or config paths, which is proportionate. However, the SKILL.md references external APIs but does not state authentication/credentials — in practice the API may require an API key or account, and that is not declared here. Absence of declared credentials is consistent but could mean the manifest is incomplete.
Persistence & Privilege
Flags show default privileges (always: false, agent-invocable allowed). The skill does not request persistent presence or attempt to modify other skills/configs. Autonomous invocation remains allowed (platform default) and is not, by itself, a concern here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-icon-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-icon-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
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.
元数据
Slug ai-icon-generator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

AI Icon Generator 是什么?

Generate custom icons using artificial intelligence from text prompts or descriptions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 223 次。

如何安装 AI Icon Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-icon-generator」即可一键安装,无需额外配置。

AI Icon Generator 是免费的吗?

是的,AI Icon Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AI Icon Generator 支持哪些平台?

AI Icon Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AI Icon Generator?

由 ToolWeb(@krishnakumarmahadevan-cmd)开发并维护,当前版本 v1.0.0。

💬 留言讨论