Claude Skill
s87343472/backlink-pilot
Backlink Pilot automates backlink submission for indie hackers. Submit your product to directories, awesome-lists, and search engines with one command using Playwright.
Overview
Repository
Install this Skill
git clone https://github.com/s87343472/backlink-pilot.gitRegistry
git clone https://github.com/s87343472/backlink-pilot.gitnpm install -g bb-browser
Summary
Backlink Pilot is an automated backlink submission toolkit designed for indie hackers. It submits your product to directory sites, awesome-lists, and search engines with a single command, leveraging Playwright for browser automation.
独立开发者自动化外链提交工具包 —— 一键将你的产品提交到目录网站、精选列表和搜索引擎
Key features
- One-command submission to multiple directory sites and awesome-lists
- Built on Playwright for reliable browser automation
- Targeted at indie hackers for SEO and link building
- Supports submission to search engines for broader visibility
- Open-source and customizable for your product
Use cases
- Submit a new SaaS product to startup directories
- Add your open-source project to awesome-lists
- Automate backlink building for indie hacker projects
- Boost SEO by listing on multiple platforms quickly
README excerpt
# Backlink Pilot v2.1 **[中文文档](README.zh.md)** <p align="center"> <img src="docs/overview.svg" alt="Backlink Pilot v2.1 Overview" width="100%"/> </p> **One config, one command. Automated backlink submission for indie products.** > Built by an AI Agent ([OpenClaw](https://openclaw.ai)) during real-world link building — battle-tested on 30+ sites. **259 target sites** in [`targets.yaml`](targets.yaml) — 226 auto-submittable with bb-browser. --- ## Quickest Start — Claude Code (Recommended) > Have Claude Code? **You don't need to read any docs.** Three steps: ```bash git clone https://github.com/s87343472/backlink-pilot.git cd backlink-pilot && npm install claude # Open Claude Code, just say "submit my product to free directories" ``` Claude automatically reads `CLAUDE.md`, guides you through config, installs bb-browser, and starts submitting. Detailed tutorial: [docs/tutorial.md](docs/tutorial.md) | Full guide: [docs/guide.md](docs/guide.md) --- ## Manual Quick Start ```bash # 1. Clone & install git clone https://github.com/s87343472/backlink-pilot.git cd backlink-pilot && npm install # 2. Install bb-browser (recommended) npm install -g bb-browser # 3. Configure cp config.example.yaml config.yaml # Edit config.yaml with your product info # 4. Submit node src/cli.js submit futuretools --engine bb node src/cli.js submit https://any-site.com --engine bb ``` --- ## Engine Comparison | Engine | Setup | Pros | Cons | |--------|-------|------|------| | **bb-browser** (recommended) | `npm i -g bb-browser` | Real Chrome, invisible, OAuth works | Requires Chrome | | **playwright** (default) | `npm install` | No extra setup | Detected by anti-bot, blocked by Cloudflare | --- ## Commands ```bash node src/cli.js submit <site-or-url> # Submit to director