Claude Skill
s87343472/backlink-pilot
Backlink Pilot 为独立开发者自动化外链提交,通过一条命令将产品提交到目录网站、精选列表和搜索引擎,基于 Playwright 实现。
概览
仓库信息
安装这个 Skill
git clone https://github.com/s87343472/backlink-pilot.gitRegistry 信息
git clone https://github.com/s87343472/backlink-pilot.gitnpm install -g bb-browser
项目简介
Backlink Pilot 是一个专为独立开发者设计的自动化外链提交工具包,通过一条命令即可将你的产品提交到目录网站、精选列表和搜索引擎,基于 Playwright 实现浏览器自动化。
Automated backlink submission toolkit for indie hackers — submit your product to directory sites, awesome-lists, and search engines with one command
要点
- 一键提交到多个目录网站和精选列表
- 基于 Playwright 实现可靠的浏览器自动化
- 专为独立开发者设计,助力 SEO 和外链建设
- 支持提交到搜索引擎,扩大曝光范围
- 开源且可自定义,适配你的产品
使用场景
- 将新 SaaS 产品提交到创业目录网站
- 将开源项目添加到精选列表
- 为独立开发者项目自动化外链建设
- 通过快速多平台提交提升 SEO 效果
README 摘要
# 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