🧪 Skills
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...
v2.0.0
Description
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
- Scrape — V1
/scraperingests creator's recent videos from their profile URL - List & Search — V1
/list_videosand/searchretrieve the ingested content - Analyze — V2 MAI Transcript API provides visual + audio analysis per video
- Metadata — V2 Metadata API pulls engagement stats (views, likes, comments)
- Score & Report — Content quality scoring + formatted markdown report
API Endpoints Used
| Step | API | Endpoint |
|---|---|---|
| Scrape profile | V1 | POST /serve/api/v1/scraper |
| List library | V1 | POST /serve/api/v1/list_videos |
| Search library | V1 | POST /serve/api/v1/search |
| MAI transcript | V2 | POST /serve/api/v2/{platform}/video/mai/transcript |
| Video metadata | V2 | POST /serve/api/v2/{platform}/video/metadata |
Report Format
See references/report-format.md for the full template and scoring guide.
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!