FameClaw

Open-source creator outreach for YouTube, TikTok, X & TikTok Shop โ€” from finding creators to closing deals.

100% local. Your data, emails, and credentials never leave your machine. No API keys, no cloud services, no tracking. Just curl + python3.

๐Ÿ†• Cross-platform โ€” YouTube, TikTok, X, and TikTok Shop. Extract profiles, prospect creators, and run outreach on all four platforms natively.

๐Ÿ›’ TikTok Shop โ€” reverse-lookup creators from any product page. Find who's already selling in your niche with real play counts and engagement data.

How It Works

1

Scan

Point FameClaw at your website. It auto-detects your product category and niche.

2

Prospect

Search YouTube, TikTok, or X for creators in matching niches. Or reverse-lookup TikTok Shop product pages to find creators already selling similar products.

3

Score

Every channel scored 0-100 against your audience profile โ€” category, demographics, authority.

4

Outreach

Send personalized emails mentioning their actual videos. Auto follow-up on day 3 and 8.

5

Negotiate

Autonomous negotiation engine reads replies, counters offers, and closes deals.

Features

๐Ÿ”

Smart Discovery

YouTube search + recommendations, TikTok hashtag scraping, X profile extraction, TikTok Shop product-to-creator reverse lookup โ€” discover creators across all four platforms.

๐Ÿ“ง

Email Extraction

Finds emails from YouTube channels, TikTok bios, X profiles + linked websites, vanity domains, and contact pages. No API keys needed.

๐ŸŽฏ

Audience Matching

Scores channels across 14 content categories with demographic + authority signals.

โœ‰๏ธ

Personalized Outreach

Each email mentions a specific recent video. 3-stage sequence with auto follow-ups.

๐Ÿค

Auto Negotiation

Reads replies, classifies intent, counters prices, proposes alternatives, closes deals.

๐Ÿ”’

100% Private

Everything runs locally. No cloud, no telemetry, no middleman. Your data stays yours.

Works With Your AI Agent

FameClaw is an AgentSkill โ€” drop it into your AI agent's workspace and it handles the entire pipeline conversationally. No manual CLI needed.

๐Ÿฆž

OpenClaw

Native skill support โ€” install and run the full pipeline from chat.

๐ŸŠ

NanoClaw

Utility skill with container isolation โ€” runs in NanoClaw's sandbox with full pipeline support.

๐Ÿค–

Claude Code

Drop the skill folder into your project and Claude handles onboarding, prospecting, and outreach.

โšก

Codex

Works as a tool in OpenAI Codex agent workflows.

๐Ÿงฉ

Any MCP-Compatible Agent

Standard shell scripts + Python โ€” works with any agent that can run commands.

Get Started

Three ways to use FameClaw. Pick what fits your workflow.

๐Ÿค– Agent Skill โ€” Claude Code, Codex & others

Drop FameClaw into any AI coding agent's workspace. It reads the SKILL.md and runs the full pipeline autonomously.

Clone into your agent's workspace
git clone https://github.com/aspidoff/fameclaw.git skills/fameclaw
Your agent reads SKILL.md and handles everything
# Works with Claude Code, Codex, Pi, or any agent
# that can run shell commands + read markdown

๐ŸŠ NanoClaw โ€” Containerized AI Agent

FameClaw ships as a NanoClaw utility skill. Runs inside NanoClaw's container sandbox with full pipeline support.

Add to your NanoClaw skills
cd /path/to/nanoclaw
git clone https://github.com/aspidoff/fameclaw.git /tmp/fameclaw
cp -r /tmp/fameclaw/nanoclaw/ .claude/skills/fameclaw/
Then chat with your agent
# Same conversational pipeline โ€” onboard, prospect, score, outreach
"Find YouTube creators in the beauty niche and email the top matches"

Scripts run in container isolation. Mount ~/.config/fameclaw/ for credentials.

๐Ÿ“ฆ npm โ€” CLI Tool

Install globally and run commands from your terminal. Best for developers who want direct control.

Install
npm install -g fameclaw
Use
# YouTube (default)
fameclaw extract "https://youtube.com/@handle"
fameclaw prospect --queries "tiktok shop" --target 100

# TikTok โ€” auto-detected from URL
fameclaw extract "https://tiktok.com/@handle"
fameclaw prospect -p tiktok --hashtags "fitness" "gymtok" --target 50

# X (Twitter) โ€” auto-detected from URL
fameclaw extract "https://x.com/@handle"
fameclaw prospect -p x --handles gregisenberg mkbhd naval --target 50

# TikTok Shop โ€” find creators selling competitor products
fameclaw extract "https://www.tiktok.com/shop/pdp/product-name/PRODUCT_ID"
fameclaw prospect -p tiktokshop --product-urls products.txt --target 50

# Cross-platform enrichment
fameclaw enrich channels.csv --platforms x,tiktok

# Score & outreach
fameclaw score --csv channels.csv --profile audience.json
fameclaw outreach send --csv scored.csv --config outreach.json

๐Ÿฆž OpenClaw โ€” AI Agent

Drop FameClaw into your OpenClaw workspace as a skill. Your agent picks it up automatically and handles the entire pipeline conversationally.

Add to your workspace
cd ~/.openclaw/workspace
git clone https://github.com/aspidoff/fameclaw.git skills/fameclaw
Then just chat with your agent
"Find me 100 YouTube creators in the fitness niche
with under 50K subs and email them about my brand"

Audience Scoring

Dimension Points What It Checks
Category 0โ€“50 Does the channel's content match your niche?
Demographic 0โ€“30 Does the creator match your target customer?
Authority 0โ€“20 Does the creator have professional credibility?

14 content categories ยท demographic + authority match types ยท sorted by fit

Requirements