From ads
Connect ad platforms to AdKit. Use when the user wants to set up AdKit, link their Meta, Google, or TikTok ad accounts, or verify their connection. Not for campaign creation, performance analysis, or ad library browsing — use the launch or analyze skills for those.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ads:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Call `adkit_status` to see which platforms are connected and what ad accounts are available.
Call adkit_status to see which platforms are connected and what ad accounts are available.
adkit_status
If all platforms are connected and ad accounts are visible, you're ready. If platforms are missing, continue.
If platforms are not connected, call adkit_setup with the target platform:
adkit_setup platform: "meta"
(Replace "meta" with "google" or "tiktok" as needed.)
The tool returns a browser URL. Share it with the user and ask them to open it and complete the OAuth authorization flow in their browser.
After the user confirms they've completed the authorization:
adkit_checkin agentId: "claude-code"
Then check the connection again:
adkit_status
You should now see the connected platform and its ad accounts listed. Setup is complete.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub adkit/ads-mcp --plugin ads