listing-swarm
Submit your AI product to 70+ AI directories.
Setup & Installation
Install command
clawhub install heyw00d/listing-swarmIf the CLI is not installed:
Install command
npx clawhub@latest install heyw00d/listing-swarmOr install with OpenClaw CLI:
Install command
openclaw skills install heyw00d/listing-swarmor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/heyw00d/listing-swarmWhat This Skill Does
Automates submitting an AI product to 70+ AI directories by filling forms, solving captchas, and handling email verification. Users supply their own API keys via environment variables. The agent flags cases that require manual intervention and tracks submission status.
Doing this manually across 70+ directories takes 10+ hours of repetitive form-filling; the agent handles the bulk work and only escalates what requires human judgment.
When to Use It
- Submitting a newly launched AI tool to directories like Futurepedia and There's An AI For That
- Automating email verification links from directory submissions
- Tracking which directories accepted or are reviewing a product
- Handling captchas during bulk directory submissions
- Relaunching an updated product across all major AI directories
View original SKILL.md file
# Listing Swarm ๐
**A Clawdbot skill to list your AI product on 70+ AI directories.**
Your agent does the submissions. You bring your captcha API key. Human assists when stuck.
---
## ๐ Security Model: BYOK (Bring Your Own Key)
> **This skill contains ZERO credentials.** All API keys and passwords are provided by YOU at runtime via environment variables. Nothing is stored, logged, or transmitted to LinkSwarm.
| What | Security |
|------|----------|
| Captcha API | โ
Your key, your account, your billing |
| Email/IMAP | โ
Your credentials, optional, never stored |
| Data flow | โ
Your product info โ directory forms (that's it) |
| Source code | โ
Fully readable, no obfuscation |
**See [SECURITY.md](SECURITY.md) for complete security documentation.**
---
## What It Does
Automates submitting your AI tool to directories like:
- There's An AI For That
- Futurepedia
- OpenTools
- TopAI.tools
- AI Tool Guru
- 65+ more
## Setup
### 1. Get Your Own Captcha Solver API Key (Required)
โ ๏ธ **You must get your own API key.** The skill does not include one.
1. Go to [2Captcha.com](https://2captcha.com) (recommended)
2. Create an account
3. Add funds (~$3 covers 1000 captchas, enough for all 70 directories)
4. Copy your API key from the dashboard
Then add to your environment:
```bash
export CAPTCHA_API_KEY="your-own-2captcha-key"
export CAPTCHA_SERVICE="2captcha"
```
Alternative services (same process):
- [Anti-Captcha](https://anti-captcha.com)
- [CapSolver](https://capsolver.com)
**No API key?** The agent will flag each captcha for you to solve manually.
### 2. Email Access for Auto-Verification (Optional)
Most directories send verification emails. Your agent can handle these automatically if you provide IMAP access.
**Recommended:** Create a dedicated email for submissions:
```
yourproduct.listings@gmail.com
```
**For Gmail:**
1. Create the email account (or use existing)
2. Enable 2-Factor Auth: Google Account โ Security โ 2-Step Verification
3. Create App Password: Google Account โ Security โ App passwords โ Generate
4. Copy the 16-character password
Set environment variables:
```bash
export IMAP_USER="yourproduct.listings@gmail.com"
export IMAP_PASSWORD="xxxx xxxx xxxx xxxx" # app password, not your real password
export IMAP_HOST="imap.gmail.com"
```
**No email access?** Agent will flag you: "Check your email for verification link from Futurepedia"
### 3. Your Product Info
Create a product config the agent can reference:
```json
{
"name": "Your Product Name",
"url": "https://yourproduct.ai",
"tagline": "One line description (60 chars)",
"description": "Full description for directory listings...",
"category": "AI Writing Tool",
"pricing": "Freemium",
"logo_url": "https://yourproduct.ai/logo.png",
"screenshot_url": "https://yourproduct.ai/screenshot.png",
"email": "hello@yourproduct.ai"
}
```
## Usage
Tell your Clawdbot agent:
> "Use the listing-swarm skill to submit my product to AI directories. My product info is in product.json. My 2captcha key is in the environment."
The agent will:
1. Load the directory list
2. Visit each directory's submit page
3. Fill out the form with your product info
4. Solve captchas using your API key
5. Flag you if it gets stuck (needs login, payment, etc.)
6. Track what's submitted
## Human-in-the-Loop
When the agent hits something it can't handle:
- "Hey, this directory needs you to create an account first"
- "This one requires payment for listing"
- "Captcha failed 3 times, can you solve this one?"
You solve it, tell the agent to continue.
## Directory List
Full list in `directories.json`. Includes:
- Directory name and URL
- Submit page URL
- Domain rating
- Monthly traffic
- Free vs paid listing
- Notes on submission process
## Tracking
Submissions tracked in `submissions.json`:
```json
{
"directory": "Futurepedia",
"status": "submitted",
"submitted_at": "2026-02-09",
"listing_url": null,
"notes": "Pending review"
}
```
## Files
```
listing-swarm/
โโโ SKILL.md # This file
โโโ directories.json # 70+ AI directories with submit URLs
โโโ submissions.json # Track your submissions
โโโ captcha.js # Captcha solver integration
```
## Tips
- **Start with free directories** - Many accept free submissions
- **Have screenshots ready** - Most require at least one
- **Consistent branding** - Use same name/tagline everywhere
- **Check emails** - Many send verification links
## Why This Exists
Getting listed on AI directories is tedious. 70+ sites, each with different forms. Your agent can do the grunt work while you handle the few things that need a human.
Part of [LinkSwarm](https://linkswarm.ai) - the AI visibility network.
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Submitting a newly launched AI tool to directories like Futurepedia and There's An AI For That
- 1Submitting a newly launched AI tool to directories like Futurepedia and There's An AI For That
- 2Automating email verification links from directory submissions
- 3Tracking which directories accepted or are reviewing a product
- 4Handling captchas during bulk directory submissions
- 5Relaunching an updated product across all major AI directories
Submit your AI product to 70+ AI directories.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.