
postiz
by antoniolg
A collection of skills for AI agents
SKILL.md
name: postiz description: Use the Postiz CLI to publish posts (create, schedule, upload images) to any configured integrations.
Postiz (generic)
This skill is intentionally generic and shareable: it documents how to use the Postiz CLI and provides optional helpers.
It should NOT contain user-specific channel IDs, default publication rules, or language policy.
Postiz CLI
CLI location (required):
postizbinary available in PATH
Auth (required):
POSTIZ_API_KEYPOSTIZ_BASE_URL
List integrations
postiz channels --pretty
Upload an image
postiz upload-file --file-path /path/img.jpg --pretty
Use the returned file.path (public URL) with --images when creating posts.
Create a post
postiz posts create --content "text" --integrations <id> --integrations <id> --status now --pretty
Schedule:
- add
--scheduled-date "YYYY-MM-DDTHH:mm:ss+01:00"
Images:
- add
--images <publicUrl>(repeat for multiple images)
Optional helper
postiz-publish(python) lives inscripts/postiz-publish. It is a thin helper to:- upload local images to Postiz first
- then create the post with the returned public URLs
It still requires explicit --integrations and does not apply any user defaults.
Example:
scripts/postiz-publish --content "Hello" --integrations <id> --status now
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon