跳至主要内容
小龙虾小龙虾AI
🤖

Influencer Report

Generate a comprehensive influencer vetting report. Use when someone asks to vet, analyze, or review an influencer/creator. Takes a creator profile URL or vi...

下载113
星标0
版本2.0.0
营销推广
安全通过
⚙️脚本

技能说明


name: influencer-report description: Generate a comprehensive influencer vetting report. Use when someone asks to vet, analyze, or review an influencer/creator. Takes a creator profile URL or video URLs and produces a brand safety and content quality report powered by Memories.ai video intelligence.

Influencer Report Skill

Vet influencers by analyzing their recent videos with Memories.ai V1 + V2 APIs.

Setup

Required environment variables:

  • MEMORIES_V1_API_KEY — Memories.ai V1 API key (scraper, library, search)
  • MEMORIES_API_KEY — Memories.ai V2 API key (MAI transcript, metadata)

Quick Start

From a profile URL (auto-scrapes recent videos):

python3 scripts/influencer_report.py --handle charlidamelio \
  --profile-url "https://www.tiktok.com/@charlidamelio" --scrape-count 5

From direct video URLs:

python3 scripts/influencer_report.py --handle creator_name --platform tiktok \
  --videos https://tiktok.com/@user/video/1 https://tiktok.com/@user/video/2

Workflow

  1. Scrape — V1 /scraper ingests creator's recent videos from their profile URL
  2. List & Search — V1 /list_videos and /search retrieve the ingested content
  3. Analyze — V2 MAI Transcript API provides visual + audio analysis per video
  4. Metadata — V2 Metadata API pulls engagement stats (views, likes, comments)
  5. Score & Report — Content quality scoring + formatted markdown report

API Endpoints Used

StepAPIEndpoint
Scrape profileV1POST /serve/api/v1/scraper
List libraryV1POST /serve/api/v1/list_videos
Search libraryV1POST /serve/api/v1/search
MAI transcriptV2POST /serve/api/v2/{platform}/video/mai/transcript
Video metadataV2POST /serve/api/v2/{platform}/video/metadata

Report Format

See references/report-format.md for the full template and scoring guide.

如何使用「Influencer Report」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Influencer Report」技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能