1npm install -g akarso
1akarso auth login
12345678# Connect a social account (opens browser for OAuth) akarso accounts connect twitter # Publish your first post akarso posts create \ --text "Hello from Akarso!" \ --platforms twitter \ --publish-now
123456789101112131415161718# Publish to multiple platforms at once akarso posts create \ --text "Launching v2 today!" \ --platforms twitter,linkedin,bluesky \ --publish-now # Schedule for later (relative or absolute) akarso posts create \ --text "Weekly update thread" \ --platforms twitter \ --scheduled-at 2h # Attach media from a file or URL akarso posts create \ --text "Check out the new design" \ --platforms instagram \ --media ./screenshot.png \ --publish-now
1npx skills add https://akarso.co
CHANGELOG.md from your repo, generates platform-adapted posts with images, and publishes them automatically. Ship a feature, your socials update themselves.123456# Agent runs this daily via a scheduled routine akarso posts create \ --text "Just shipped dark mode!" \ --platforms twitter,linkedin \ --media ./changelog-cover.png \ --publish-now
12345678# Import comments from a post akarso inbox sync post_abc123 --platform twitter # List and reply akarso inbox comments --post-id post_abc123 akarso inbox reply post_abc123 --platform twitter \ --text "Thanks for the feedback!" \ --comment-id cmt_456
| Starter | Pro | Business | |
| Price | $29/mo | $49/mo | $199/mo |
| Connected channels | 5 | 30 | 210 |
| Posts per month | 300 | 1,000 | 5,000 |
| Profiles (workspaces) | 1 | 3 | 15 |
| CLI, MCP, and REST API | ✓ | ✓ | ✓ |
| Media uploads | ✓ | ✓ | ✓ |
| Inbox (comments and reviews) | — | ✓ | ✓ |
npx skills add https://akarso.co and your agent (Claude Code, Cursor, Codex, Devin, Windsurf) learns how to log in, connect accounts, publish posts, upload media, and manage your inbox. You can also use the MCP server for agents that support MCP natively.--scheduled-at with a relative time (30m, 2h, 3d, 1w) or an ISO 8601 timestamp. For fully automated posting, set up a scheduled agent routine: Claude Code Routines, Codex Automations, Devin schedules, GitHub Actions cron, or Kimaki --send-at. Your agent runs at the cadence you choose and calls Akarso to publish.akarso subscribe which opens the Stripe billing portal. Cancel anytime; your subscription stays active until the end of the current billing period. No cancellation fees.