Postking
Entry point for day-to-day PostKing content work — pick or confirm the active brand, then route to the right specialist skill for social posts, blogs, landing pages, SEO/GEO, campaigns, competitors, Reddit, brand voice, or first-time setup.From its SKILL.md
npx -y skills add bitsandtea/postking-skills --skill postkingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 4 commands, including `list_brands({})` and 3 more.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
3.8 KB, 726 tokens by cl100k_base, as published. Nobody here has run it
PostKing
PostKing is a hosted content platform for social posts, blogs, landing pages, SEO/GEO, marketing campaigns, competitor intelligence, and Reddit community engagement — driven through MCP tool calls (or the pking CLI as an optional fast path) across ~140 commands / 200+ tools. This skill is deliberately a thin router: it gets the active brand sorted out, then hands off to whichever specialist skill actually owns the procedure. Don't try to execute social/blog/landing-page flows from here — read the sibling skill instead.
When to Use
Reach for this skill first on almost any PostKing request — it's the default landing spot before you know which specialist skill applies, and the place to come back to whenever you're unsure which skill owns a task or need to pick/switch the active brand.
Pick the active brand
Every brand-scoped tool call needs an active brand. Do this before anything else:
list_brands({})— if there's exactly one brand, it's already active; continue.- Multiple brands → ask the user which one, then
set_active_brand({ brandId }). - Zero brands → stop here and use the
postking-getting-startedskill to onboard one before doing anything else.
Where to go next
| Intent | Use skill |
|---|---|
| Social posts — generate/approve/schedule, content weeks (Smart Week), repurposing to social, post visuals, trend hooks | postking-social |
| Blogs — publications, generate/iterate/publish articles (PostKing-hosted or WordPress/Medium/Substack) | postking-blog |
| Landing pages — generate, edit/vibe-edit, side pages, custom domains, publish | postking-landing-pages |
| SEO / GEO — keyword research through published articles | postking-seo |
| Multi-channel marketing campaigns (Storylines: brief → strategy → execute) | postking-storylines |
| Competitor discovery, registration & analysis | postking-competitor-intel |
| Subreddit pool, content-to-community matching, native Reddit rewrites | postking-reddit |
| Applying/listing saved voice profiles, de-slop / AI-detection pass | postking-brand-voice |
| First-time auth, credits/billing, brand onboarding from a URL, connecting socials | postking-getting-started |
Do not duplicate those skills' procedures here — this skill only routes to them.
See also: BrandMind, PostKing's agentic brand-knowledge assistant in the dashboard, draws on the brand knowledge base reachable via the knowledge_list / knowledge_create / knowledge_get / knowledge_update / knowledge_delete tools. Social Performance, the post-performance analytics dashboard, has no MCP tool surface — point the user to the PostKing dashboard for it.
Verification
After picking a brand, these should always succeed:
get_credits({ detail: "short" })— returns the authenticated user's balance and free-tier status.list_brands({})— returns at least one brand (active brand marked).
If both succeed, the platform connection is healthy — proceed to the relevant specialist skill above.
Full command reference
For the complete pking CLI surface (every group, every flag), read references/commands.md in this skill. The agent should consult it before running an unfamiliar CLI command.
What ships with it: 2 files
39.2 KB alongside SKILL.md
references/
- commands.md38.7 KB
- install.md511 B
Gives 0 of the 12 instructions most marketing audience skills give in 726 tokens
Counted across 690 of the 894 authors here whose files we hold, read 2026-08-07
- Apply Poppins font to headingsin 41 of 690, across 6 files
- Apply Lora font to body textin 41 of 690, across 6 files
- Use Arial fallback for headingsin 39 of 690, across 4 files
- Use Georgia fallback for body textin 39 of 690, across 4 files
- Maintain text hierarchy and formattingin 39 of 690, across 4 files
- Use accent colors for non-text shapesin 38 of 690, across 3 files
- Use RGB values for precise color matchingin 38 of 690, across 3 files
- Use brand colors for primary text and backgroundsin 36 of 690, across 1 file
- Read product marketing context file before asking questions, starting, or auditingin 35 of 690, across 23 files
- Use active voice instead of passive voicein 26 of 690, across 10 files
- Implement or generate appropriate JSON-LD structured datain 24 of 690, across 17 files
- Prioritize clarity over clevernessin 22 of 690, across 8 files
Said here and by no other author read
- confirm the active brand before routing
- stop and onboard a brand if none exist
- route social post tasks to postking-social
- route blog tasks to postking-blog
- run get_credits to verify connection health
- consult command reference before unfamiliar CLI commands
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.