بنقرة واحدة
minipostiz-discord-setup
Discord webhook setup for minipostiz-cli — create webhook in a channel, store URL
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Discord webhook setup for minipostiz-cli — create webhook in a channel, store URL
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Facebook Graph API setup for minipostiz-cli — create app, get page access token + page ID, store credentials
Bluesky AT Protocol setup for minipostiz-cli — create app password, store handle + password
Dev.to API setup for minipostiz-cli — generate API key, store credentials, posting format
Mastodon API setup for minipostiz-cli — create application, get access token, store instance URL + token
Reddit OAuth setup for minipostiz-cli — create script app, get client credentials, store with username/password/subreddit
Telegram Bot API setup for minipostiz-cli — create bot via BotFather, get token + chat ID, store credentials
| name | minipostiz-discord-setup |
| description | Discord webhook setup for minipostiz-cli — create webhook in a channel, store URL |
| type | setup |
Discord uses webhooks for posting — no OAuth app or bot required. One URL is all you need.
| Credential | Flag |
|---|---|
| Webhook URL | --webhookUrl |
In Discord desktop or browser:
minipostiz) and optionally upload an avatarShortcut: Channel Settings gear icon → Integrations → Webhooks
minipostiz auth --platform discord \
--webhookUrl "https://discord.com/api/webhooks/CHANNEL_ID/TOKEN"
# Or via supercli
sc minipostiz auth set-discord \
--webhookUrl "https://discord.com/api/webhooks/CHANNEL_ID/TOKEN"
minipostiz auth verify --platform discord
minipostiz publish --platform discord --message "Hello from minipostiz-cli"
To post to multiple Discord channels, use multiple webhook credentials under different platform aliases — or use comma-separated platforms with separate auth entries per server/channel.
| Error | Cause | Fix |
|---|---|---|
404 Unknown Webhook | Webhook was deleted | Create a new webhook |
401 Invalid Webhook Token | URL was regenerated | Copy the new URL from channel settings |
400 Cannot send empty message | Empty message string | Ensure --message is non-empty |
Webhook URLs do not expire but can be deleted or regenerated from Channel Settings → Integrations.