
Robin
Operate Robin—configure customer-facing agents, sync contacts, push announcements, and review conversations—from a scriptable Claude plugin.
Overview
robin is an agent skill most often used in Grow (also Operate) that provides scriptable access to configure Robin agents, contacts, announcements, and conversations.
Install
npx skills add https://github.com/robin-guide/robin-cli --skill claude-pluginWhat is this skill?
- Scriptable Robin platform access via the claude-plugin source bundle
- Configure agents that handle customer-facing conversations
- Manage contacts and send announcements without a separate admin UI session
- Review conversation history for support and positioning feedback
- Fits agent-led ops for small teams running Robin as their comms hub
What problem does it solve?
You run user comms on Robin but constantly context-switch out of Claude Code to tweak agents, blast updates, or read support threads.
Who is it for?
Indie builders using Robin as their customer comms and lightweight support layer alongside an AI-coded product.
Skip if: Pre-launch projects with no users, or teams standardized on a different CRM/helpdesk with no Robin workspace.
When should I use this skill?
When you need scriptable access to the Robin platform to configure agents, manage contacts, send announcements, or review conversations from Claude Code.
What do I get? / Deliverables
Your agent can drive Robin configuration and lifecycle actions from one scriptable plugin session.
- Updated agent configuration via agent-driven commands
- Announcement and contact management actions executed on Robin
- Conversation review summaries for support decisions
Recommended Skills
Journey fit
Robin is primarily a post-ship growth and comms surface; canonical shelf is Grow when you nurture users and broadcast updates. Lifecycle covers announcements, contact lists, and conversation review after you have something live to talk about.
How it compares
Claude plugin for a comms platform—not a generic email MCP or in-repo customer-support code generator.
Common Questions / FAQ
Who is robin for?
Solo founders and tiny teams who already use Robin and want Claude Code to manage agents, contacts, and announcements programmatically.
When should I use robin?
In Grow when sending announcements and managing contacts after launch, and in Operate when reviewing conversations for escalations or content gaps.
Is robin safe to install?
The plugin can act on live contacts and messages; review the Security Audits panel on this page and restrict credentials to least-privilege Robin roles.
SKILL.md
READMESKILL.md - Robin
Scriptable access to the Robin platform — configure agents, manage contacts, send announcements, review conversations, and more. # robin Source: ./claude-plugin { "name": "robin", "source": "./claude-plugin", "description": "Scriptable access to the Robin platform — configure agents, manage contacts, send announcements, review conversations, and more." }