Claude Code skill pack for Podium (10 production-engineer skills covering OAuth, webhook reliability, rate-limit survival, call transcripts, webchat, review automation, history export, RAG context, multi-location routing, contact dedup)
Installation
Open Claude Code and run this command:
/plugin install podium-pack@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
> Claude Code skill pack for Podium — business messaging, reviews management, payments, and webchat API integration (18 skills)
Skills (10)
Authenticate production Podium integrations and survive the auth-side failures —.
Durable, idempotent ingest pipeline for Podium call transcripts — the layer between.
Deduplicate Podium contacts in production and survive the data-quality failures —.
Bulk-export Podium conversation, review, and contact history into a vector-store-ready.
Route Podium API calls across multiple physical locations with strict.
Bridge a live Podium call transcript or webchat turn to an LLM by fetching relevant.
Survive the rate-limit failure modes that crater production Podium integrations —.
Trigger Podium review requests from Shopify order-shipped events and survive the.
Ingest Podium webchat messages in production and survive the webchat-side failures —.
Operate a Podium webhook receiver that survives the delivery-side failures —.
How It Works
- "Set up Podium API" -- triggers
podium-install-auth - "Send a Podium message" -- triggers
podium-core-workflow-a - "Handle Podium webhook" -- triggers
podium-webhooks-events