| 领域 | 子 Skill | 能力描述 |
|------|----------|----------|
| discovery | creator-search | 三平台达人多维度实时搜索 |
| discovery | creator-lookalike | 种子达人相似匹配与跨平台发现 |
| collection | creator-collection | 批量异步采集与多格式导出 |
| outreach | creator-outreach | 邮件建联全流程(代发、跟进、待办) |
| workflow | workflow | 剧本式工作流编排与 AI 自主调度 |
| 子 Skill | 中文关键词 | 英文关键词 | 路径 |
|----------|-----------|-----------|------|
| creator-search | 达人搜索, KOL搜索, 找达人 | creator search, influencer discovery, search creators | discovery/creator-search/SKILL.md |
| creator-lookalike | 相似达人, 类似达人 | similar creators, lookalike, find similar | discovery/creator-lookalike/SKILL.md |
| creator-collection | 批量采集, 数据导出, 离线采集 | batch collection, data export, keyword collection | collection/creator-collection/SKILL.md |
| creator-outreach | 建联, 发邮件, 批量发送 | email outreach, send email, outreach | outreach/creator-outreach/SKILL.md |
| workflow | 工作流, 流程编排, 批量建联流程 | workflow orchestration, campaign flow, batch outreach flow | workflow/SKILL.md |
路由规则:AI Agent 根据用户意图匹配上表关键词,加载对应子 skill。无法匹配时展示本表供用户选择。
Set the following environment variables:
CV_API_KEY — Creativault Open API Key (obtain from admin dashboard)
CV_USER_IDENTITY — Operator email address
CV_API_BASE_URL (optional) — API base URL, defaults to http://api.creativault.vip
Linux / macOS:
export CV_API_KEY=cv_live_your_key_here
export CV_USER_IDENTITY=your_email@example.com
Windows PowerShell:
$env:CV_API_KEY = "cv_live_your_key_here"
$env:CV_USER_IDENTITY = "your_email@example.com"
| Code | Description | Action |
|------|-------------|--------|
| 40001 | Invalid parameters | Check parameter format |
| 40101 | Invalid API Key | Check CV_API_KEY |
| 40102 | API Key expired | Contact admin |
| 40201 | Insufficient credits | Top up or upgrade |
| 40301 | No permission | Check API Key scopes |
| 42901 | Rate limit exceeded | Auto-retry after Retry-After |
| 42902 | Daily quota exhausted | Wait until UTC 00:00 |
| 50001 | Server error | Report request_id to support |
只有 OpenAPI 明确返回错误码 40201 时,才能提示用户“积分不足”。
meta.quota_remaining 表示当天剩余 API 请求次数,不是积分余额。即使该值为 0、8 或其他较小数字,也禁止解释为“剩余积分”或提示充值。
meta.credits_remaining 才表示真实 OpenAPI 积分余额;字段缺失或值为 -1 时,不要自行估算余额。
meta.credits_consumed 只表示本次请求消耗的积分。
40201 后,才停止后续付费调用并提示用户充值或调整任务规模。
共 1 个版本