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
More from dgalarza/agent-skills
buffer
This skill should be used when interfacing with the Buffer social media scheduling API. It handles scheduling social media posts, checking the queue, listing channels, creating ideas, and managing Buffer accounts.
20buttondown
Interact with the Buttondown newsletter API to manage tags, automations, subscribers, and emails. Use this skill whenever the user mentions Buttondown, newsletter tags, newsletter automations, email subscribers, or wants to manage any aspect of their Buttondown newsletter -- even if they just say 'my newsletter' without explicitly naming Buttondown.
4