From robin
Plan, write, target, and schedule Robin announcements. Use when asked to create an announcement, broadcast a message, send an event update, choose announcement tags, estimate audience size, schedule a one-off customer message, or review announcement copy before sending.
How this skill is triggered — by the user, by Claude, or both
Slash command
/robin:robin-announcement-builderThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create Robin announcements through a structured targeting, copywriting, and scheduling process. Produces paste-ready CLI commands and highlights any opt-in, tag, or audience risks before the message is scheduled.
Create Robin announcements through a structured targeting, copywriting, and scheduling process. Produces paste-ready CLI commands and highlights any opt-in, tag, or audience risks before the message is scheduled.
Robin CLI installed and authenticated. If not:
npm install -g @robinai/cli
robin auth login
robin config set default-agent <agentId>
Announcement opt-in must be enabled in the Robin dashboard before broadcasts are useful.
Configure announcement opt-in / START keyword at Dashboard -> Robin settings -> Announcements.
robin announcements list <agentId>robin announcements create <agentId>robin announcements update <announcementId>robin announcements delete <announcementId>robin announcements tag-counts <agentId>robin announcements schedule-message <agentId>robin tags list --agent <agentId>robin customers list --agent <agentId> --tag-id <tagId>See WORKFLOW.md for the full process.
curl or direct HTTP calls are not acceptable substitutes.npx claudepluginhub robin-guide/robin-cli --plugin robinCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.