← スキル一覧に戻る

postiz
by antoniolg
A collection of skills for AI agents
⭐ 5🍴 0📅 2026年1月21日
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
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です