NanoSkill
submit your skill

Influencer Marketing Agent Skill

bycreativault124GitHub starsGitHub

Find, analyze, and contact creators on TikTok, YouTube, Instagram, and Twitter. Automate outreach campaigns with email templates and follow-ups. Start free in seconds.

influencerSecurity scan passed

Install command

$ npx skills add https://github.com/creativault/skills/tree/main/creator-scraper-cv

About

The Influencer Marketing Skill helps brands and agencies discover, analyze, and contact social media creators at scale. It solves the challenge of manually searching for influencers across platforms by automating data collection and email outreach, delivering ready-to-use campaign lists and tracked email sequences.

Unlike single-platform scrapers, this skill searches TikTok, YouTube, Instagram, and Twitter simultaneously, supporting multi-dimensional filters and lookalike discovery. Its built-in email system lets you send personalized batch messages with follow-ups and performance metrics, turning raw data into actionable engagements.

Marketing teams use it to build influencer databases for product launches, agencies scale ambassador programs with similar-creator matching, and solo entrepreneurs automate cold outreach to hundreds of potential collaborators, all from a unified command-line interface.

Key features

What makes it powerful

  • Discover creators on major platforms

    Search and filter influencers on TikTok, YouTube, Instagram, and Twitter to find the perfect match for your influencer marketing campaigns.

  • Find similar and lookalike creators

    Use seed creators to discover related influencers with comparable audiences, expanding your influencer marketing reach.

  • Automated email outreach

    Send personalized batch emails to discovered creators with built-in follow-up tracking and smart timing to boost response rates.

  • Bulk data collection and export

    Collect creator profiles in bulk by keywords, usernames, or links, then export to xlsx, csv, or html for offline analysis.

  • Task tracking and workflow

    Monitor collection and outreach tasks, track progress, and manage multi-step campaigns with ease.

Use cases

When to reach for it

  • Launch influencer marketing campaigns

    Marketers and agencies find, vet, and contact thousands of relevant creators across social platforms to launch data-driven influencer marketing campaigns.

  • Expand brand ambassador programs

    Discover lookalike creators similar to existing partners to scale ambassador programs and diversify your influencer roster.

  • Automate creator outreach at scale

    Streamline email outreach to hundreds of potential influencers, schedule follow-ups automatically, and track open and reply rates.

  • Export influencer data for reporting

    Analysts collect comprehensive creator metrics and export them to Excel or CSV for campaign reporting and benchmarking.

SKILL.md

Creativault Creator Scraper CV Overview

Creativault Creator Scraper CV is an end-to-end creator intelligence skill for AI agents.

It helps agents discover creators, collect creator data, find lookalike creators, export creator lists, and run outreach workflows across TikTok, YouTube, Instagram, and Twitter/X.

This skill is useful for influencer marketing teams, growth teams, creator partnership teams, DTC brands, Shopify sellers, TikTok Shop sellers, SaaS marketers, agencies, and KOL outreach operators.

Core Capabilities

  • Search creators by platform, country, niche, keyword, followers, views, engagement, audience, and contact availability
  • Find similar or lookalike creators from a seed profile
  • Collect creator data in bulk from links, usernames, files, or keywords
  • Track async collection tasks
  • Export creator data as xlsx, csv, or html
  • Send creator outreach emails
  • Manage batch outreach, follow-ups, and outreach metrics
  • Orchestrate full influencer workflows from discovery to outreach

Supported Platforms

PlatformSupported Capabilities
TikTokSearch, lookalike, batch collection, keyword collection, outreach when contact data is available
YouTubeSearch, lookalike, batch collection, keyword collection, outreach when contact data is available
InstagramSearch, lookalike, batch collection, export, outreach when contact data is available
Twitter/XLink, username, or file-based collection where supported

Sub Skills

Sub SkillUse ForPath
creator-searchSearch creators with filtersdiscovery/creator-search/SKILL.md
creator-lookalikeFind similar creators from a seed profilediscovery/creator-lookalike/SKILL.md
creator-collectionBatch collect creator data and export resultscollection/creator-collection/SKILL.md
creator-outreachSend outreach emails and manage follow-upsoutreach/creator-outreach/SKILL.md
workflowRun full influencer campaign workflowsworkflow/SKILL.md

Routing Rules

Use creator-search when the user wants to find creators, influencers, KOLs, or social accounts by filters.

Use creator-lookalike when the user provides a creator username or profile URL and asks for similar creators.

Use creator-collection when the user wants to collect creator data from links, usernames, files, or keywords, then export the results.

Use creator-outreach when the user wants to send emails, run batch outreach, manage replies, or track follow-ups.

Use workflow when the user wants a complete campaign, such as finding creators, collecting data, exporting the list, and preparing outreach.

Installation

npx skills add https://github.com/creativault/skills/tree/main/creator-scraper-cv

Requirements

Set the required environment variables before use.

export CV_API_KEY=cv_live_your_key_here
export CV_USER_IDENTITY=your_email@example.com

Optional:

export CV_API_BASE_URL=http://api.creativault.vip
VariableRequiredDescription
CV_API_KEYYesCreativault Open API Key
CV_USER_IDENTITYYesOperator email address
CV_API_BASE_URLNoAPI base URL

Service Levels

LevelBest ForData DepthCredits
S1Basic creator list buildingBasic profile and follower data1 credit per creator
S2Outreach-ready researchS1 plus richer profile, contact, performance, and engagement fields where available3 credits per creator
S3Deep audience analysisS2 plus audience country, language, gender, and age fields where available4 credits per creator

Recommended defaults:

  • Use S1 for quick list building
  • Use S2 for outreach workflows
  • Use S3 for paid campaigns where audience fit matters

Parameter Rules

Normalize platforms to:

tiktok
youtube
instagram
twitter

Use country and language codes:

{"country_code": "US"}
{"language_code": "en"}

Use percentage values from 0 to 100:

{"last10_avg_video_interaction_rate_gte": 3}

Use JSON booleans:

{"has_email": true}

Do not treat quota_remaining as credit balance. Only show an insufficient-credit warning when the API returns error code 40201.

Example Workflows

Creator Search

Find 50 TikTok beauty creators in the US with 10K to 100K followers, email available, and engagement above 3%.

Lookalike Discovery

Find 20 creators similar to this TikTok profile.

Batch Collection

Collect detailed data for these 100 Instagram creator links and export the result as xlsx.

Outreach

Send a short partnership email to all creators in this list who have available email addresses.

Full Campaign

Find 100 TikTok Shop creators in the beauty category, collect their data, export the list, and prepare an outreach campaign.

Output Guidelines

When showing creator results, use a clean table and only include fields returned by the API.

Recommended summary:

Summary:

- Platform: TikTok
- Service level: S2
- Displayed creators: 10
- Credits consumed: 30
- Remaining daily quota: 92
- Request ID: xxxxxxxx

Default export format: xlsx.

Use csv for lightweight data processing and html for shareable reports.

References

  • discovery/creator-search/SKILL.md
  • discovery/creator-lookalike/SKILL.md
  • collection/creator-collection/SKILL.md
  • outreach/creator-outreach/SKILL.md
  • workflow/SKILL.md
  • references/api-reference.md

FAQ