postey-ops

Installation
SKILL.md

Postey Ops

The thing this skill exists for

Publishing is asynchronous, and every status short of PUBLISHED means it has not gone out.

DRAFT → SCHEDULED → PUBLISHING → PUBLISHED

A successful schedule_post call means the job was accepted. It says nothing about whether the platform took the post. A post can sit in PUBLISHING, or reach PUBLISHED on one platform and fail on another in the same post, because each platform publishes independently.

Never tell the user something published because the call that scheduled it returned success. Read postey://posts/{post_id}/publish-status and say what it actually says.

Checking a post

Installs
5
Repository
posteyai/skills
GitHub Stars
6
First Seen
Aug 27, 2026
postey-ops — posteyai/skills