Openclaw Skills turns one creator profile into a verified, outreach-ready KOL prospect list with similarity ranking, email enrichment, and evidence-backed metadata.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install kol-creator-discovery
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install kol-creator-discovery using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Openclaw Skills for KOL Creator Discovery is a creator research workflow that transforms a single TikTok, Instagram, or YouTube profile URL into a structured prospecting report. It uses AIsa WaveInflu APIs to find the seed creator's contact data, discover similar creators on the target platform, and enrich each recommendation with verified email information when available.
This skill is built for operators who need accurate influencer outreach lists without guessing emails or fabricating data. Openclaw Skills preserves API-sourced facts, keeps similarity ranking intact, and returns a clean Markdown table plus JSON output that can be reviewed, shared, or imported into downstream workflows.
export AISA_API_KEY="your-aisa-api-key"
AISA_API_KEY first.python3 scripts/kol_creator_discovery.py research \
"https://www.youtube.com/@mkbhd" \
--limit 10 \
--out kol-report.md \
--json-out kol-report.json
python3 scripts/kol_creator_discovery.py research \
"https://www.tiktok.com/@creator" \
--platform tiktok \
--content-direction "consumer AI apps and productivity tools" \
--regions US,GB \
--languages en \
--min-followers 10000 \
--max-followers 500000 \
--limit 15 \
--out kol-report.md
python3 scripts/kol_creator_discovery.py lookup "https://www.instagram.com/onkimia/"
python3 scripts/kol_creator_discovery.py similar --platform youtube --seed-profile-url "https://www.youtube.com/@mkbhd" --limit 10
references/api-reference.md before changing payload fields or interpreting API responses.Openclaw Skills organizes data around a seed profile, API enrichment results, and a final outreach report.
| Data object | Source | Key fields | Purpose |
|---|---|---|---|
| Seed input | User-provided profile URL | profile URL, inferred platform, optional content direction | Starting point for discovery |
| Discovery filters | User-provided options | platform, limit, regions, languages, follower range, average-view range | Narrow and rank the recommendation set |
| Email lookup response | POST /apis/v1/waveinflu/email-lookup |
platform, username, normalized profile link, region, emails, contacts, quota metadata | Verify contact data and normalize creator identity |
| Similar creators response | POST /apis/v1/waveinflu/similar |
creator profile URL, similarityScore, follower counts, average views, region, language | Generate ranked creator recommendations |
| Output report | references/report-template.md + helper script |
seed summary, scope, coverage, table rows, quota notes | Human-readable deliverable for outreach review |
| JSON export | --json-out |
exact counts, exact metrics, lookup status, deduped results | Machine-readable archive for downstream automation |
kol-report.md: primary Markdown report with the seed creator, coverage notes, and a concise table.kol-report.json: structured export for automation, CRM import, or QA.role: Seed or Similarrank: API order after deduplicationcreator: display name or handleplatform: YouTube or TikTokprofile_url: normalized creator profile linksimilarity_score: WaveInflu ranking scorefollowers and average_views: exact values in JSON, compact display in Markdown onlyregion and language: preserve API values or — when missingemail: primary email, first unique email, Not found, or Lookup failedlookup_status: success, Not found, or Lookup failedLoading
Openclaw Skills-ready Twitter/X intelligence for autonomous agents that search, read, and act on social data through one API key.

Openclaw Skills turns Amazon Best Sellers pages into structured rankings, product metadata, and pagination-ready datasets for analysis.

Extract any open Amazon product page into a normalized 100+ field JSON record with Openclaw Skills.

An automated utility for extracting structured product data and pagination status from Amazon search results and category browse pages.

A legal OSINT profiling skill that turns minimal public identifiers into a confidence-scored, 12-dimensional person profile.

Gmail Lead Desk turns Gmail into an AISA-powered sales and support inbox workflow for Openclaw Skills, with OAuth connect, unread lead triage, thread summaries, safe draft replies, and archiving.








































