بنقرة واحدة
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.