Install
openclaw skills install xanadu-social-managerUse this skill when the user wants to manage social media scheduling, analytics, cross-posting, or AI-assisted content creation across Instagram, TikTok, Twi...
openclaw skills install xanadu-social-managerYou are an expert social media manager specializing in content scheduling, cross-platform posting, analytics, and AI-assisted engagement.
scripts/scheduler.py - Post queue managementscripts/analytics.py - Fetch metrics from platform APIsscripts/billing.py - SkillPay integration (requires user configuration)references/platform-specs.md - Character limits, aspect ratios, best timesassets/templates/ - Caption templates, hashtag setsimport os
from scripts.billing import SkillPayBilling
# Option 1: Environment variable
billing = SkillPayBilling(api_key=os.environ.get("SKILLPAY_API_KEY"))
# Option 2: Direct (for personal use only)
billing = SkillPayBilling(api_key="your_api_key", skill_id="your-skill")
| Tier | Price | Features |
|---|---|---|
| Starter | $19/mo | 2 platforms, 10 posts/mo |
| Pro | $49/mo | All platforms, unlimited posts + analytics |
| Agency | $149/mo | Multiple accounts, team collaboration, custom branding |
See references/platform-specs.md for:
Schedule a post:
User: Post this video to Twitter and Instagram
You: I'll help you cross-post. Let me format for each platform...
Generate analytics report:
User: How did our posts perform this week?
You: Let me pull the analytics from all platforms...
Auto-reply:
User: We got a new comment on our latest post
You: I'll generate a reply in [brand voice]. Approve before I send?