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 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 (recommended)
- Create an account
- Add funds (~$3 covers 1000 captchas, enough for all 70 directories)
- Copy your API key from the dashboard
Then add to your environment:
CODEBLOCK0
Alternative services (same process):
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:
CODEBLOCK1
For Gmail:
- 1. Create the email account (or use existing)
- Enable 2-Factor Auth: Google Account → Security → 2-Step Verification
- Create App Password: Google Account → Security → App passwords → Generate
- Copy the 16-character password
Set environment variables:
CODEBLOCK2
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:
CODEBLOCK3
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
- Visit each directory's submit page
- Fill out the form with your product info
- Solve captchas using your API key
- Flag you if it gets stuck (needs login, payment, etc.)
- 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:
CODEBLOCK4
Files
CODEBLOCK5
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 - the AI visibility network.
Listing Swarm 🐝
一项Clawdbot技能,可将您的AI产品提交至70多个AI目录。
您的智能体负责提交工作。您只需提供验证码API密钥。遇到卡顿时,人类介入协助。
🔒 安全模型:BYOK(自带密钥)
此技能不含任何凭证。 所有API密钥和密码均由您在运行时通过环境变量提供。不会存储、记录或传输任何信息至LinkSwarm。
| 项目 | 安全性 |
|---|
| 验证码API | ✅ 您的密钥,您的账户,您的账单 |
| 邮箱/IMAP |
✅ 您的凭证,可选,永不存储 |
| 数据流 | ✅ 您的产品信息 → 目录表单(仅此而已) |
| 源代码 | ✅ 完全可读,无混淆 |
完整安全文档请参见SECURITY.md。
功能说明
自动将您的AI工具提交至以下目录:
- - Theres An AI For That
- Futurepedia
- OpenTools
- TopAI.tools
- AI Tool Guru
- 以及65+更多目录
设置
1. 获取您自己的验证码解析器API密钥(必需)
⚠️ 您必须获取自己的API密钥。 此技能不包含任何密钥。
- 1. 访问2Captcha.com(推荐)
- 创建账户
- 充值(约3美元可解析1000个验证码,足够覆盖全部70个目录)
- 从控制面板复制您的API密钥
然后添加到您的环境变量:
bash
export CAPTCHAAPIKEY=your-own-2captcha-key
export CAPTCHA_SERVICE=2captcha
替代服务(流程相同):
没有API密钥? 智能体会标记每个验证码,由您手动解决。
2. 邮箱访问权限用于自动验证(可选)
大多数目录会发送验证邮件。如果您提供IMAP访问权限,您的智能体可以自动处理这些邮件。
推荐: 为提交创建专用邮箱:
yourproduct.listings@gmail.com
对于Gmail:
- 1. 创建邮箱账户(或使用现有账户)
- 启用双重验证:Google账户 → 安全 → 两步验证
- 创建应用密码:Google账户 → 安全 → 应用密码 → 生成
- 复制16位密码
设置环境变量:
bash
export IMAP_USER=yourproduct.listings@gmail.com
export IMAP_PASSWORD=xxxx xxxx xxxx xxxx # 应用密码,非真实密码
export IMAP_HOST=imap.gmail.com
没有邮箱访问权限? 智能体会提示您:请检查邮箱,查看来自Futurepedia的验证链接
3. 您的产品信息
创建智能体可引用的产品配置:
json
{
name: 您的产品名称,
url: https://yourproduct.ai,
tagline: 一行描述(60字符以内),
description: 用于目录列表的完整描述...,
category: AI写作工具,
pricing: 免费增值,
logo_url: https://yourproduct.ai/logo.png,
screenshot_url: https://yourproduct.ai/screenshot.png,
email: hello@yourproduct.ai
}
使用方法
告诉您的Clawdbot智能体:
使用listing-swarm技能将我的产品提交到AI目录。我的产品信息在product.json中。我的2captcha密钥在环境变量中。
智能体会:
- 1. 加载目录列表
- 访问每个目录的提交页面
- 用您的产品信息填写表单
- 使用您的API密钥解析验证码
- 遇到卡顿时提示您(需要登录、付费等)
- 跟踪已提交的内容
人机协作
当智能体遇到无法处理的情况时:
- - 嘿,这个目录需要您先创建账户
- 这个目录需要付费才能提交
- 验证码失败3次,您能手动解决这个吗?
您解决后,告诉智能体继续。
目录列表
完整列表见directories.json。包含:
- - 目录名称和URL
- 提交页面URL
- 域名评级
- 月流量
- 免费与付费提交
- 提交流程说明
跟踪记录
提交记录保存在submissions.json中:
json
{
directory: Futurepedia,
status: 已提交,
submitted_at: 2026-02-09,
listing_url: null,
notes: 待审核
}
文件结构
listing-swarm/
├── SKILL.md # 本文件
├── directories.json # 70+AI目录及提交URL
├── submissions.json # 跟踪您的提交记录
└── captcha.js # 验证码解析器集成
小贴士
- - 从免费目录开始 - 许多目录接受免费提交
- 准备好截图 - 大多数目录至少需要一张
- 保持品牌一致 - 在所有目录使用相同的名称/标语
- 检查邮箱 - 许多目录会发送验证链接
为什么存在此技能
在AI目录上提交产品非常繁琐。70多个网站,每个都有不同的表单。您的智能体可以处理繁重的工作,而您只需处理少数需要人工介入的事项。
属于LinkSwarm的一部分——AI可见性网络。