Quick Start
Install and configure CreatiVault Skills in under 5 minutes
Prerequisites
- A CreatiVault account (Sign up here)
- An AI coding agent (Cursor, Claude Code, Kiro, GitHub Copilot, etc.)
Step 1: Install
Run the following command in your AI agent's terminal:
npx skills add creativault/skillsStep 2: Configure Environment Variables
Set the following environment variables before using:
| Variable | Required | Description |
|---|---|---|
| CV_API_KEY | Yes | Your CreatiVault Open API Key |
| CV_USER_IDENTITY | Yes | Your email address |
| CV_API_BASE_URL | No | API base URL (defaults to production) |
export CV_API_KEY="your-api-key"
export CV_USER_IDENTITY="your@email.com"Step 3: Start Using
Once installed, just talk to your AI agent naturally:
- "Search for TikTok creators in the beauty niche with over 100K followers"
- "Collect data for these YouTube channels: @channel1, @channel2"
- "Find Instagram influencers posting about fitness in the US"
Manual Installation
If you prefer not to use the install command, copy the skill directory to your agent's skills folder:
git clone https://github.com/creativault/skills.git
cp -r skills/skills/creator-scraper-cv your-agent/skills/Next Steps
- Search Creators — Learn how to search for creators
- Collection Tasks — Batch collect creator data
- Tools Reference — Full API reference