creatorsignal-api

Installation
SKILL.md

CreatorSignal API

Resource model

  • Channel — a YouTube channel linked to your account. Ideas are submitted against a channel.
  • Idea — a video idea with a title and category. Submitting an idea triggers AI validation.
  • Validation — the AI research result for an idea. Contains a score (0-100), verdict (go/refine/kill), and a structured report.
  • Webhook Endpoint — an HTTPS URL that receives validation events so you don't need to poll.

Authentication

API keys use the format cs_live_<prefix>_<secret>. Pass as a Bearer token:

curl -s https://app.creatorsignal.io/api/v1/me \
  -H "Authorization: Bearer $CS_API_KEY"

Before any mutation, verify the key works:

Related skills
Installs
1
GitHub Stars
2
First Seen
Apr 28, 2026