# Rolino Rolino is an agent-ready social scheduling service for uploading local media and preparing, validating, scheduling, and publishing posts while keeping the user in control. Canonical site: https://getrolino.com Agent skill: https://getrolino.com/docs/skill/raw Human-readable agent guide: https://getrolino.com/docs/skill Public discovery API: https://getrolino.com/api/v1/meta Source and self-hosting: https://github.com/deifos/rolino ## Agent entry point Use the Rolino agent skill before operating the service. It defines prerequisite checks, authentication recovery, project resolution, local-folder media handling, connection handling, safe draft creation, and exact preview/confirmation flows for scheduling and publishing. The public CLI package is @rolino/cli and supports deterministic JSON with --agent. Start with: npx -y @rolino/cli@latest --agent auth status If authentication is required, the user needs a Rolino account and must approve browser authorization: npx -y @rolino/cli@latest auth login Do not ask for or expose access tokens. Do not schedule or publish without the exact Rolino preview and the user's approval.