This repository contains a customer-safe SKILL.md for using FlockPoster through the public CLI and public API.
It is intentionally limited to supported customer workflows:
- install
flockposter-cli - configure
FLOCKPOSTER_API_KEY - discover integrations and provider settings
- upload media
- create draft or scheduled posts
- handle platform-specific cases for X, TikTok, Instagram, and YouTube
- fetch analytics
- recover missing release IDs
npm install -g flockposter-cliVerify installation:
flockposter --helpexport FLOCKPOSTER_API_KEY=your_api_key_hereOptional for self-hosted instances:
export FLOCKPOSTER_API_URL=https://your-host.example.com/apiflockposter integrations:list
flockposter posts:create \
-c "Hello from FlockPoster" \
-s "2026-05-18T15:00:00Z" \
-i "your-integration-id"
flockposter posts:listThe agent-facing skill includes exact examples and guardrails for:
- X posts, reply controls, communities, and threads
- TikTok direct posting and upload-without-posting flows
- Instagram posts, Reels, Stories, and Trial Reels
- YouTube uploads and Shorts
Ready-to-use examples are included inline in SKILL.md so the landing page SKILL.md clipboard button is self-contained.
SKILL.mdcontains the agent-facing workflow and guardrails.README.mdcontains the human-facing quick start.examples/contains the same customer-safe CLI and public API payload examples as standalone files.
- App:
https://app.flockposter.com - Docs:
https://docs.flockposter.com - npm:
https://www.npmjs.com/package/flockposter-cli