postking-getting-startedlisted
Install: claude install-skill bitsandtea/postking-skills
# Getting Started
The full zero-to-first-post path: connect, authenticate, fund the balance, onboard a brand from its website, connect socials, and ship a first scheduled post. This is the first skill to run for any new user or freshly-connected agent.
## When to Use
Use this as the very first skill for any new user or freshly-connected agent session: checking auth state, funding credits, onboarding the first brand, connecting social accounts, or shipping the first post. Also use it any time you hit `UNAUTHORIZED`, `INSUFFICIENT_CREDITS`, or `TRIAL_EXPIRED` from another skill and need to route back through auth/billing.
## When NOT to Use
Not for day-to-day content work once a brand is onboarded and funded — hand off to the `postking-social`/`postking` skill for calendar review, posts, blogs, and repurposing. Not for SEO, campaigns, competitor research, Reddit, or voice/quality passes — those are their own skills (`postking-seo`, `postking-storylines`, `postking-competitor-intel`, `postking-reddit`, `postking-brand-voice`).
## Minimal tool subset
This skill needs 17 tools out of PostKing's 200+, grouped by stage:
**Auth**
- `health` — no-auth status check; always call this first.
- `login_start`, `login_complete` — stdio device-flow authentication.
**Credits & billing**
- `get_credits` — check balance and free-tier status.
- `billing_list_packs` — list one-off credit packs.
- `billing_topup` — buy a pack.
- `billing_wallet` — check the unified credit balance.
- `bill