Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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...
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...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Vet influencers by analyzing their recent videos with Memories.ai V1 + V2 APIs.
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)
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
Scrape — V1 /scraper ingests creator's recent videos from their profile URL List & Search — V1 /list_videos and /search retrieve 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
StepAPIEndpointScrape profileV1POST /serve/api/v1/scraperList libraryV1POST /serve/api/v1/list_videosSearch libraryV1POST /serve/api/v1/searchMAI transcriptV2POST /serve/api/v2/{platform}/video/mai/transcriptVideo metadataV2POST /serve/api/v2/{platform}/video/metadata
See references/report-format.md for the full template and scoring guide.
Data access, storage, extraction, analysis, reporting, and insight generation.
Largest current source with strong distribution and engagement signals.