OfficialPremium content v1.0.0
Social Media
Multi-platform content calendar with campaigns, analytics, and AI-powered scheduling.
Early access 📅 Updated 2026-03-20
What it does
Plan, create, and track social media content across Instagram, TikTok, LinkedIn, YouTube, Facebook, and Lemon8 — all managed through your AI agent. Build content calendars, track post performance, manage campaigns, and organize ideas for multiple businesses from a single conversation.
Ask your AI to draft a post for Instagram, schedule a TikTok for next Tuesday, or show your engagement metrics for the week. The system supports full content pipelines from idea to published, campaign management with content pillars, and real-time analytics tracking.
All content and analytics data lives as JSON files on your local machine. No Buffer subscription, no Hootsuite, no social media tool tracking your strategy. Your content plan stays private — because your competitive edge is nobody else's business.
Key features
Multi-Platform Calendar
Plan and schedule posts across 6 social platforms with status tracking from idea through published.
01Engagement Analytics
Track impressions, reach, engagement rate, video views, saves, shares, and follower changes per post.
02Campaign Management
Organize content by campaigns and content pillars with target mix percentages and tier classification.
03Idea Pipeline
Capture content ideas with hooks, priority levels, and platform targeting. Convert ideas to posts when ready.
04Try talking to your AI
Just say what you need. Your agent reads and writes Social Media data for you.
🦞
Claw
AI Agent · Social Media
Draft an Instagram carousel about productivity tips for next Monday
🦞 Claw · Social Media
Done! I've updated your Social Media. Try asking:
Under the hood
Your data lives as plain JSON files on your machine. No cloud, no lock-in.
File structure
.campshell/social-media/
├── manifest.json
├── skill.md
├── posts/
│ ├── post-001.json
│ └── post-002.json
├── campaigns/
│ └── spring-launch.json
├── ideas/
│ └── idea-001.json
├── platforms/
│ └── instagram.json
└── schema/
└── post.schema.json Example data
{
"id": "post-001",
"title": "5 AI Productivity Tips",
"platform": "instagram",
"format": "carousel",
"status": "scheduled",
"scheduledAt": "2026-03-25T14:00:00Z",
"caption": "Transform your workflow with these 5 AI tips...",
"hashtags": ["#AI", "#productivity", "#tips"],
"campaignId": "spring-launch",
...