Quick Start
Install and configure CreatiVault Skills in under 5 minutes.
đĄ
You need a CreatiVault account with an API key (create one from the Skills page after logging in) and an AI coding agent (Cursor, Claude Code, Kiro, GitHub Copilot, etc.).
Step 1: Install
Terminal
npx skills add creativault/skills
Step 2: Configure Environment Variables
| 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) |
Terminal
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:
Example prompts
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
Terminal
git clone https://github.com/creativault/skills.git cp -r skills/skills/creator-scraper-cv your-agent/skills/
