12npm install -g akarso akarso auth login
1akarso accounts connect twitter
1234567# Start your 7-day free trial (opens browser) akarso subscribe # Publish your first post akarso posts create \ --text "Hello from Akarso!" \ --platforms twitter
12345678910111213141516# Publish to multiple platforms at once akarso posts create \ --text "Launching v2 today!" \ --platforms twitter,linkedin,bluesky # Schedule for later (relative or absolute) akarso posts create \ --text "Weekly product update" \ --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
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.12345# Agent runs this daily via a scheduled routine akarso posts create \ --text "Just shipped dark mode!" \ --platforms twitter,linkedin \ --media ./changelog-cover.png
123456# Agent saves drafts for review akarso posts create --text "Monday: launch recap" --platforms twitter,linkedin # Later: publish or schedule the approved drafts akarso drafts list akarso drafts publish draft_abc123 --scheduled-at 2d
| Hobby | Business | |
| Price | $29 / mo | $199 / mo |
| For | Solo founders and devs | Teams and companies |
| Team members | 1 | Unlimited |
| Connected accounts | 20 (10 × 2) | 200 (10 × 20) |
| Posts per month | 2,000 | 20,000 |
| Profiles (workspaces) | 2 | 20 |
| Team invites and roles | — | ✓ |
| CLI, MCP, and REST API | ✓ | ✓ |
| Media uploads | ✓ | ✓ |
| Drafts (free, unlimited) | ✓ | ✓ |
npx skills add https://akarso.co and your agent (Claude Code, Cursor, Codex, Devin, Windsurf) learns how to log in, connect accounts, publish posts, and upload media. 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.