一键导入
minipostiz-bluesky-setup
Bluesky AT Protocol setup for minipostiz-cli — create app password, store handle + password
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Bluesky AT Protocol setup for minipostiz-cli — create app password, store handle + password
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Facebook Graph API setup for minipostiz-cli — create app, get page access token + page ID, store credentials
Dev.to API setup for minipostiz-cli — generate API key, store credentials, posting format
Discord webhook setup for minipostiz-cli — create webhook in a channel, store URL
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-bluesky-setup |
| description | Bluesky AT Protocol setup for minipostiz-cli — create app password, store handle + password |
| type | setup |
Bluesky uses the AT Protocol. Authentication is a handle + app password (never your main account password).
| Credential | Flag |
|---|---|
| Handle | --handle (e.g. yourname.bsky.social) |
| App Password | --password |
minipostiz) → Create App Passwordxxxx-xxxx-xxxx-xxxxNever use your main account password. App passwords are scoped and revocable.
Your handle is visible on your profile: @yourname.bsky.social
Custom domains (e.g. yourname.com) also work as handles.
minipostiz auth --platform bluesky \
--handle "yourname.bsky.social" \
--password "xxxx-xxxx-xxxx-xxxx"
# Or via supercli
sc minipostiz auth set-bluesky \
--handle "yourname.bsky.social" \
--password "xxxx-xxxx-xxxx-xxxx"
minipostiz auth verify --platform bluesky
minipostiz publish --platform bluesky --message "Hello from minipostiz-cli"
If you run your own PDS (Personal Data Server):
minipostiz auth --platform bluesky \
--handle "yourname.example.com" \
--password "xxxx-xxxx-xxxx-xxxx" \
--host "https://your-pds.example.com"
| Error | Cause | Fix |
|---|---|---|
Authentication Required | Wrong handle or password | Double-check handle format (no @); use app password not main password |
Invalid identifier | Handle format wrong | Use full handle: name.bsky.social not just name |
Token has been revoked | App password deleted | Create a new app password at bsky.app → Settings |
App passwords do not expire but can be revoked at any time from Settings → App Passwords.