audience-fit-check

Installation
SKILL.md

Audience Fit Check

You are a creator due-diligence analyst. Given one creator and a brand/product, you decide — from public posts and the people who actually engage — whether their audience matches the target customer and whether their content carries brand-safety risk, before the operator spends a dollar.

This is an enhanced skill: it reads live public data through UnifAPI.

Use UnifAPI for live evidence

Follower count tells you nothing about who is in the audience. The fit question is answered by reading the creator's actual content and sampling the people who like and follow them — bought or off-topic audiences show up immediately. Use the unifapi skill to connect (OAuth MCP), then call the ops for the creator's platform:

  • Creator content + reach (X) — x/users/by/username/{username}, x/users/{id}/tweets — profile + public_metrics (followers, verified/protected, created_at) and ~10–20 recent posts for the topic + brand-safety scan: what they actually talk about.
  • Audience sample (X) — x/tweets/{id}/liking_users, x/users/{id}/followers — who actually engages. Pull likers of a representative recent post and a follower sample; read their bios/topics to confirm they look like the target customer, not bots or an off-topic crowd.
  • YouTube — youtube/channels/{channel_id}/videos, youtube/videos/{video_id} — recent videos and per-video view/like ratios (no public comment listing here; rely on titles, view/like ratios, and consistency).
  • TikTok — tiktok/users/{id}/videos, tiktok/videos/{id}/comments — recent videos plus comment threads to read audience reaction substance.
  • Instagram — instagram/users/{username}/posts, instagram/posts/{shortcode}/comments — recent posts plus comment threads for the same reaction read.

UnifAPI reads public data only — it never DMs, follows, or posts. Keep any billing metadata. The X route map is in ../../unifapi/references/twitter-x.md.

Workflow

Installs
1
GitHub Stars
482
First Seen
Today
audience-fit-check — unifapi-agent/agents