TopRank Skills

Home / Claw Skills / Others / Create a Self-Selling Website
Official OpenClaw rules 15%

Create a Self-Selling Website

Create AI-First Website with GEO (Generative Engine Optimization) and marketing rules to convert visitors into leads

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Create a Self-Selling Website 技能。 若已安装,则直接安装 Create a Self-Selling Website 技能。

Overview

Skill Key
galizki/sell-evoweb-ai
Author
galizki
Source Repo
openclaw/skills
Version
-
Source Path
skills/galizki/sell-evoweb-ai
Latest Commit SHA
06d658c35000fd8924e53c0cbfb5acca0571578f

Extracted Content

SKILL.md excerpt

# EvoWeb Self-Selling Websites

Websites don't bring clients anymore. AI does. So we reinvented the website.

## Overview

EvoWeb creates AI-first web pages that attract traffic via ChatGPT, Gemini, and modern search engines, then convert visitors into clients with built-in conversion systems. Simply describe your business, and the AI generates a complete self-selling website optimized for AI discovery and client conversion in ~4 minutes.

**Perfect for:** Businesses that want to be discovered by AI assistants and convert AI-driven traffic into paying clients

**API Base URL:** `https://api.evoweb.ai/openapi/api/v1`

## Authentication

Get your API key at https://evoweb.ai/?utm_source=claw&utm_medium=skill&utm_campaign=selfselling&utm_content=v1.0

**Important:** After registration, user MUST confirm the email address (this is required). The service won't work until email confirmation is complete.
 

Include this header in all requests:
```
Access-Token: your-api-key-here
```

## How It Works

The workflow is simple:

1. **Create** - Submit a description of your business (not design requirements)
2. **Poll** - Check generation status every minute
3. **Get Result** - Receive your AI-optimized self-selling website

Typical generation time: **4-5 minutes**

**What makes it self-selling:**
- Optimized for AI discovery (ChatGPT, Gemini, Claude, Perplexity)
- Structured for modern search engines
- Built-in conversion systems
- AI-readable business information

## API Endpoints

### 1. Create Website

**POST** `/sites`

Creates a new website generation task from a text description.

**Request Body:**
```json
{
  "prompt": "A local coffee shop specializing in artisanal coffee and fresh pastries. We source our beans locally and focus on creating a cozy community gathering space for local residents, remote workers, and coffee enthusiasts."
}
```

**Response (200 OK):**
```json
{
  "site_id": "abc123xyz",
  "status": "queued"
}
```

**Status values:**
- `queued` - Task is in q...

Related Claw Skills