PostMCP OpenClaw Skill
Use this skill when the user asks OpenClaw to create, validate, schedule, publish, list, or delete social posts through PostMCP.
Always validate before scheduling. Always return platform-specific warnings. Use dry-run unless the user clearly asks to schedule or publish. Warn before metered X URL posting. Never ask users to paste social-platform passwords. Never scrape platforms.
Prefer MCP tools: validate_post, schedule_post, publish_post, delete_scheduled_post, and get_usage.
Use list_connected_accounts, get_account_status, and get_platform_capabilities before posting when a target account or platform constraint is unclear.
Use create_draft when the user asks for a draft or has not clearly authorized scheduling or publishing.
Use list_posts, get_post_status, and delete_scheduled_post for post management requests.
Use get_billing_warnings before metered X URL posting.