Documentation navigation

Quick Start

Connect CreatiVault creator search, collection, lookalike discovery, and outreach workflows to your AI assistant.

💡
Before you start, prepare a CreatiVault account, an API Key created from the Skills page, and an AI assistant that can run Skills (Codex, Cursor, Claude Code, Kiro, GitHub Copilot, etc.).

Start from your goal

You do not need to fill in API parameters. Describe the goal to your AI assistant, and it will choose the right search, collection, export, lookalike, or outreach workflow.

ScenarioWhat you want to achieveSuggested prompt
Find creators quicklyBuild a candidate list by country, niche, followers, engagement, email availability, and moreFind 5 US TikTok beauty creators with 10K–100K followers and email, using S2
Enrich creator profilesCollect profile, contact, and performance data from a batch of profile links or usernamesCollect data for these TikTok creators: [paste links or usernames]
Find similar creatorsExpand from one seed creator to creators with similar audience, style, or contentFind US YouTube creators similar to @creator_demo
Move into outreachSend collaboration emails to selected creators and track follow-up statusSend collaboration outreach to these creators with email and record follow-up status

Step 1: Ask your AI assistant to install the skill

Send the sentence below to your AI assistant. It will install the production creator collection skill from the official CreatiVault skills repository. If your environment cannot install it automatically, ask your workspace admin for help.

Copy to your AI assistant
Please use npx skills add creativault/skills --skill creator-scraper-cv to install the official CreatiVault Skill

Step 2: Configure account access

Think of the API Key as an access key. It tells CreatiVault who is calling the service, which capabilities are available, and which account's credits are used. The email identifies the operator for task tracking and troubleshooting.

💡
Create a key in Skills and have an administrator configure the runtime. Do not paste real keys into chat logs, public channels or repositories.
VariableRequiredDescription
CV_API_KEYYesCreatiVault access key that controls permissions, credit account, and available quota
CV_USER_IDENTITYYesOperator email used to record who starts searches, collections, exports, or outreach
CV_API_BASE_URLNoProduction API host: http://api.creativault.vip. Skill requests use /openapi/v1/... under this host
Copy to your AI assistant or your workspace admin
Please help me configure CreatiVault Skills:
CV_API_KEY=your API Key
CV_USER_IDENTITY=your work email
CV_API_BASE_URL=http://api.creativault.vip

Step 3: Start Using

After installation, validate the setup with a small task before scaling collection volume.

Example prompts
Find US TikTok beauty creators with 10K to 100K followers, must have email, use S2
Collect data for these YouTube channels: @channel1, @channel2
Find Instagram fitness creators similar to @creator_demo
Export the search results to Excel

Choose the right data level

Start with S1/S2 to narrow the candidate pool, then use S3 when you need deeper audience profiling.

LevelBest forBillingMain output
S1Quick list screening and early qualificationConfigured rateBasic identity, profile, followers, and contact availability
S2Precise outreach and collaboration evaluationConfigured rateCountry, gender, followers, views, engagement, niche, email, and more
S3Audience profiling for campaign or partnership decisionsConfigured rateAudience gender, country, language, and age distribution

First launch checklist

  • Your AI assistant has installed the skill and can recognize the creator-scraper-cv capability.
  • The API Key and operator email are configured, and the key has credits and permissions.
  • Run a small 5 to 10 creator search first to confirm the workflow returns results.
  • Export to Excel/CSV when the result needs to be shared with your team or clients.

Alternative: manual installation

Use the source-code installation below only when your AI assistant cannot install Skills directly. In most cases, you do not need this step.

Terminal
git clone https://github.com/creativault/skills.git
cp -r skills/creator-scraper-cv your-agent/skills/