Pendo analytics for Gemini CLI: account health, feature adoption, session replays, feedback analysis, and agent analytics setup.
| Skill | Description |
|---|---|
account-health |
Prepare for a customer call by synthesizing engagement, sentiment, and feedback from Pendo analytics |
feature-adoption |
Analyze feature adoption rates, identify power users vs laggards, and track adoption trends |
feedback-analysis |
Deep analysis of customer feedback — discover themes, extract insights, and identify risks |
session-replay |
Find and surface relevant session replays for debugging, UX research, and understanding user behavior |
setup-agent-analytics |
Detect AI agents in a codebase and instrument them with Pendo trackAgent() calls or the server-side Conversations API |
gemini extensions install https://github.com/pendo-io/gemini-pendo-extensiongemini skills install https://github.com/pendo-io/gemini-pendo-extension.git --path skills/account-health
gemini skills install https://github.com/pendo-io/gemini-pendo-extension.git --path skills/feature-adoption
gemini skills install https://github.com/pendo-io/gemini-pendo-extension.git --path skills/feedback-analysis
gemini skills install https://github.com/pendo-io/gemini-pendo-extension.git --path skills/session-replay
gemini skills install https://github.com/pendo-io/gemini-pendo-extension.git --path skills/setup-agent-analyticsgit clone https://github.com/pendo-io/gemini-pendo-extension.git
cd gemini-pendo-extension
gemini extensions link .After installing, authenticate the Pendo MCP server when prompted during your first session. The extension connects to https://app.pendo.io/mcp/v0/shttp via OAuth.
Once installed, the skills activate automatically when Gemini detects a relevant request. You can also invoke them directly:
- "Check the health of the Acme account"
- "How is the dashboard feature being adopted?"
- "What are customers saying about onboarding?"
- "Find session replays with rage clicks"
- "Set up Pendo agent analytics in this codebase"
The Pendo MCP server provides these tools:
| Tool | Purpose |
|---|---|
activityQuery |
Engagement metrics and activity data |
productEngagementScore |
PES calculations |
searchEntities |
Find accounts, pages, features |
accountQuery |
Account metadata |
accountMetadataSchema |
Account metadata schema |
visitorQuery |
Visitor metadata |
sessionReplayList |
Find session recordings |
generate_feedback_topics |
Cluster feedback into themes |
get_feedback_insights |
Extract key insights |
get_feedback_items |
Raw feedback data |
guideMetrics |
Guide performance metrics |
segmentList |
Available segments |
list_all_applications |
List Pendo applications |
This extension also follows the Agent Skills open standard. Skills in the skills/ directory use the standard SKILL.md format and are compatible with any tool that supports the Agent Skills specification, including Claude Code (via .agents/skills/).
MIT