← 返回 Skills 市场
krishnakumarmahadevan-cmd

AI Logo Generator

作者 ToolWeb · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
137
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-logo-generator
功能描述
Generate professional logos from text prompts using artificial intelligence.
使用说明 (SKILL.md)

Overview

AI Logo Generator is a powerful API that transforms creative text descriptions into unique, professional logos using advanced AI models. Whether you're a startup founder, designer, or brand manager, this tool eliminates the need for expensive design agencies by delivering high-quality logo designs instantly.

The API accepts natural language prompts describing your desired logo and returns AI-generated logo images tailored to your specifications. With support for diverse design styles, color schemes, and industry verticals, it's ideal for rapid prototyping, brand exploration, and design inspiration.

Perfect for entrepreneurs, marketing teams, design agencies, SaaS platforms, and anyone needing quick, cost-effective logo generation without manual design work.

Usage

Sample Request

{
  "prompt": "A modern, minimalist tech startup logo featuring a blue geometric cube with white accents, suitable for a cloud computing company"
}

Sample Response

{
  "success": true,
  "logo_url": "https://cdn.example.com/logos/ai-generated-12345.png",
  "prompt": "A modern, minimalist tech startup logo featuring a blue geometric cube with white accents, suitable for a cloud computing company",
  "format": "png",
  "size": "512x512",
  "generation_time_ms": 3420,
  "model_version": "v1.2"
}

Endpoints

POST /generate-logo

Generates a professional logo based on a text description.

Method: POST

Path: /generate-logo

Description: Accepts a text prompt describing the desired logo and returns an AI-generated logo image.

Request Parameters:

Parameter Type Required Description
prompt string Yes Natural language description of the desired logo design, including style, colors, industry, and any specific elements or symbols

Response Schema:

Field Type Description
success boolean Indicates whether the logo generation was successful
logo_url string Direct URL to the generated logo image
prompt string The original prompt used for generation
format string Image format of the generated logo (e.g., "png")
size string Dimensions of the generated logo (e.g., "512x512")
generation_time_ms integer Time in milliseconds required to generate the logo
model_version string Version of the AI model used for generation

Status Codes:

  • 200 OK — Logo generated successfully
  • 422 Unprocessable Entity — Validation error (missing or invalid prompt parameter)

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

  • Kong Route: https://api.mkkpro.com/creative/ai-logo-generator
  • API Docs: https://api.mkkpro.com:8003/docs
安全使用建议
This skill appears to be a thin API wrapper that sends your text prompts to an external service (api.mkkpro.com / toolweb.in). Before installing or using it: 1) Confirm the provider's identity and reputation (unknown owner/homepage is a red flag). 2) Don't send sensitive or proprietary text in prompts until you verify privacy, retention, and terms (there's no statement about data handling). 3) Expect that an API key or billing may be required even though none are declared — ask the publisher how authentication is handled. 4) Test first with non-sensitive sample prompts and monitor network calls. 5) If you need guarantees about confidentiality, prefer a well-known vendor or an on-prem/self-hosted alternative. If you can get the publisher's contact, documentation, or a verified homepage, reassess with that information.
功能分析
Type: OpenClaw Skill Name: ai-logo-generator Version: 1.0.0 The skill is a straightforward API wrapper for an AI logo generation service. Analysis of SKILL.md and openapi.json shows no evidence of malicious instructions, data exfiltration, or suspicious execution patterns; it simply defines a single POST endpoint (/generate-logo) hosted on api.mkkpro.com for processing text prompts.
能力评估
Purpose & Capability
The name/description match the provided OpenAPI (POST /generate-logo) and the skill is instruction-only, which is consistent for an API wrapper. However, the skill's source/homepage are missing and the docs reference external domains (api.mkkpro.com and toolweb.in) without clarifying ownership, authentication, or required API keys — this gap is unexplained and worth caution.
Instruction Scope
SKILL.md provides an endpoint, sample request/response, and usage details; it does not instruct the agent to read local files, environment variables, or other system state. That is appropriate. However, the instructions implicitly require sending user prompts (which may contain sensitive data) to an external service; there is no explanation of authentication, request headers, or privacy/retention—so the scope regarding data exfiltration and privacy is underspecified.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes disk-write/execute risk. There are no downloaded archives or third-party packages declared.
Credentials
The skill declares no required environment variables or credentials, which could be fine for a public/free endpoint. But the referenced API provider pages suggest a hosted service that may require API keys or billing; the absence of any declared credential requirement is ambiguous and could indicate missing metadata or hidden auth steps.
Persistence & Privilege
always is false and there are no indications the skill requests persistent system privileges or modifies other skills. Autonomous invocation is allowed (platform default) but not combined with other high-risk indicators here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-logo-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-logo-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
AI Logo Generator 1.0.0 — Initial Release - Launches a new API for generating professional logos from natural language prompts. - Supports a variety of design styles, colors, and industry verticals. - Provides a single POST /generate-logo endpoint for easy integration. - Returns high-quality, AI-generated logo images along with metadata (format, size, generation time, and model version). - Offers tiered pricing plans including Free, Developer, Professional, and Enterprise options. - Comprehensive documentation and sample requests/responses included.
元数据
Slug ai-logo-generator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

AI Logo Generator 是什么?

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

如何安装 AI Logo Generator?

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

AI Logo Generator 是免费的吗?

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

AI Logo Generator 支持哪些平台?

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

谁开发了 AI Logo Generator?

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

💬 留言讨论