What problem does it solve?
This Skill prevents accidental or failed public posting to X by adding credential validation, content length checks, and a mandatory explicit confirmation gate before any write operation.
Core Features & Use Cases
- OAuth-authenticated posting orchestration: Runs deterministic X API interactions via a backing script while selecting read vs write auth modes automatically.
- Thread-safe publishing: Supports single tweets and multi-tweet threads with dry-run validation and character-limit enforcement.
- Rate-limit and error visibility: Surfaces rate-limit warnings immediately and stops on any error output for reliable outcomes.
- Media upload with guardrails: Enforces media size/format constraints and performs uploads safely in a two-step process without leaving orphaned media.
Quick Start
Ask the agent to post a tweet to X after you review the content preview and type a clear yes/approve response in the approval turn.