Connect Accounts
Hosted OAuth for every platform, no UI to build.
View primitiveConnect 10+ platforms, then post, schedule, and track — no OAuth to build.
Drop this into Cursor, Claude Code, or any agent. It reads the skill manifest and wires up Social Media for you.
Read https://usenaive.ai/skill.md and set up Naïve for Social Media in my project.
Connect accounts, publish across platforms, and measure performance — all identity-aware and billing-integrated.
Hosted OAuth for every platform, no UI to build.
View primitiveDraft, schedule, or publish across platforms.
View primitiveImpressions, likes, and reach per post.
Read docsX, LinkedIn, Instagram, TikTok, YouTube, and more.
Read docsOne API wraps X, LinkedIn, Instagram, TikTok, YouTube, and more — with sensible per-platform defaults.
The API returns an OAuth URL the user opens to authorize an account — no custom frontend needed. Use the portal endpoint to connect several platforms at once.
# Activate, then connect a platform
$ naive social activate
$ naive social connect --platform twitter --redirect-url https://your-app.com/callbackCreate a post as a draft, schedule it, or publish immediately across platforms. Omit platform_data and the API applies sensible per-platform defaults.
# Create and publish a post
$ naive social post "Launching our new product today" \
--platforms twitter,linkedin --publish
# Or schedule it for later
$ naive social post "Big news tomorrow" --platforms twitter --schedule 2026-05-10T14:00:00Z
# List your posts
$ naive social list-postsTurn long-form video into distribution-ready short-form. Submit a YouTube URL and get clips ranked by AI virality scoring, then publish the best ones across your platforms.
# Extract viral clips from a YouTube video
$ naive video clip "https://youtube.com/watch?v=abc123" \
--title "Podcast Highlights" --wait
# Add captions, zooms, and B-roll to a video
$ naive video clip-edit "https://example.com/video.mp4" \
--magic-zooms --magic-brollsRetrieve performance metrics for published posts and account-level analytics. The shape adapts to whichever platforms the post was published to.
# Check post performance
$ naive social analytics <post_id>
# Account-level analytics
$ naive social account-analytics <account_id>
# Read comments on a post
$ naive social post-comments <post_id>Schedule content, publish to every platform, and pull analytics — for your company or each tenant.