podium-pack Verified Gold

Verified Gold · 93/100 saas-packs v2.0.0 by Jeremy Longshore

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)

10 Skills
MIT License
Free Pricing

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)

podium-auth SKILL.md View full skill →

Authenticate production Podium integrations and survive the auth-side failures —.

ReadWriteEditBash(curl:*)Bash(jq:*)Bash(python3:*)Bash(openssl:*)Grep
podium-call-transcript-pipeline SKILL.md View full skill →

Durable, idempotent ingest pipeline for Podium call transcripts — the layer between.

ReadWriteEditBash(curl:*)Bash(jq:*)Bash(python3:*)Bash(redis-cli:*)Grep
podium-contact-dedup SKILL.md View full skill →

Deduplicate Podium contacts in production and survive the data-quality failures —.

ReadWriteEditBash(curl:*)Bash(jq:*)Bash(python3:*)Bash(sqlite3:*)Grep
podium-conversation-history-export SKILL.md View full skill →

Bulk-export Podium conversation, review, and contact history into a vector-store-ready.

ReadWriteEditBash(curl:*)Bash(jq:*)Bash(python3:*)Bash(sqlite3:*)Bash(gzip:*)Grep
podium-multi-location-router SKILL.md View full skill →

Route Podium API calls across multiple physical locations with strict.

ReadWriteEditBash(curl:*)Bash(jq:*)Bash(python3:*)Bash(sqlite3:*)Grep
podium-rag-context-bridge SKILL.md View full skill →

Bridge a live Podium call transcript or webchat turn to an LLM by fetching relevant.

ReadWriteEditBash(curl:*)Bash(jq:*)Bash(python3:*)Bash(psql:*)Grep
podium-rate-limit-survival SKILL.md View full skill →

Survive the rate-limit failure modes that crater production Podium integrations —.

ReadWriteEditBash(curl:*)Bash(jq:*)Bash(python3:*)Bash(redis-cli:*)Grep
podium-review-request-automation SKILL.md View full skill →

Trigger Podium review requests from Shopify order-shipped events and survive the.

ReadWriteEditBash(curl:*)Bash(jq:*)Bash(python3:*)Bash(redis-cli:*)Grep
podium-webchat-handler SKILL.md View full skill →

Ingest Podium webchat messages in production and survive the webchat-side failures —.

ReadWriteEditBash(curl:*)Bash(jq:*)Bash(python3:*)Grep
podium-webhook-reliability SKILL.md View full skill →

Operate a Podium webhook receiver that survives the delivery-side failures —.

ReadWriteEditBash(curl:*)Bash(jq:*)Bash(python3:*)Bash(redis-cli:*)Grep

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

Ready to use podium-pack?