用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/javimosch/minipostiz-cli --skill minipostiz-discord-setup命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| 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.