Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Connect to Postavel social media management platform via MCP (Model Context Protocol). Create, schedule, and manage social media posts across Facebook, Insta...
Connect to Postavel social media management platform via MCP (Model Context Protocol). Create, schedule, and manage social media posts across Facebook, Insta...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Postavel is a multi-platform social media management tool with native MCP (Model Context Protocol) support. This skill enables AI assistants to connect to Postavel and manage social media content through natural language. Key Capabilities: Connect to Postavel via MCP with OAuth authentication List workspaces, clients, and brands Create and schedule posts across Facebook, Instagram, and LinkedIn Manage approval workflows View content calendars and post statuses
CRITICAL: When this skill triggers, FIRST check if MCP connection works. If not:
Step 1: Install mcporter: # macOS with Homebrew: brew install mcporter # Or with npm (works everywhere): npm install -g mcporter Step 2: Add Postavel and authenticate: # Add Postavel to mcporter mcporter config add postavel https://postavel.com/mcp/postavel # Authenticate (browser will open) mcporter auth postavel Step 3: Log in to Postavel in your browser and authorize Step 4: Come back here and say "done"
curl -fsSL https://postavel.com/install-mcp | bash
"mcporter: command not found" # Find it: which mcporter || find ~ /usr/local -name mcporter 2>/dev/null | head -1 # Use full path: /path/to/mcporter config add postavel https://postavel.com/mcp/postavel /path/to/mcporter auth postavel "OAuth timeout" The browser auth worked but mcporter didn't detect it Try: mcporter auth postavel again Or check if it worked: mcporter list β if you see "postavel", you're connected
The MCP connection URL for Postavel is: https://postavel.com/mcp/postavel Authentication Flow: Install mcporter (one time) Run: mcporter auth https://postavel.com/mcp/postavel Log in to Postavel in browser AI assistant can now connect
Once setup is complete, test with: "Show me my Postavel workspaces"
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.