Skip to content

pendo-io/gemini-pendo-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pendo Analytics Extension for Gemini CLI

Pendo analytics for Gemini CLI: account health, feature adoption, session replays, feedback analysis, and agent analytics setup.

Skills

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

Installation

Option A: Install as Extension (Recommended)

gemini extensions install https://github.com/pendo-io/gemini-pendo-extension

Option B: Install Individual Skills

gemini 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-analytics

Option C: Link Locally

git clone https://github.com/pendo-io/gemini-pendo-extension.git
cd gemini-pendo-extension
gemini extensions link .

Authentication

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.

Usage

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"

MCP Tools

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

Compatibility

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/).

License

MIT

About

Pendo analytics extension for Gemini CLI: account health, feature adoption, session replays, feedback analysis, and agent analytics setup

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors