postey
Installation
SKILL.md
Postey Skill
Create, schedule, and publish social media content across multiple platforms using Postey.
Tool Routing — Read Before Any Tool Call
Two execution paths exist: the CLI (postey.js) and MCP tools/resources. Pick one path per workflow and stay on it.
Decision Tree
-
Local file path involved (
~/video.mp4,./cover.jpg)? → CLI only — MCP cannot access the local filesystem. -
Video transcription (yt-dlp + Whisper)? →
node ${CLAUDE_SKILL_DIR}/scripts/postey.js video transcribe <url>— no MCP equivalent.
Related skills