pendo-analytics
Pendo analytics for Gemini CLI: account health, feature adoption, session replays, feedback analysis, and agent analytics setup
Open source Open in the app JSON README (API)
About
Pendo analytics for Gemini CLI: account health, feature adoption, session replays, feedback analysis, and agent analytics setup
Details
- Kind
- Plugins
- Topic
- Marketing & analytics
- Publisher
- pendo-io
- Origin
- gemini
- Category
- ferramentas
- Version
- 1.0.0
- Last push
- 2026-04-08T04:28:54Z
- Repository state
- ativo
- License
- MIT
- Added
- 2026-08-30 14:13:39
- Updated
- 2026-08-30 14:13:39
- Origin id
pendo-io/gemini-pendo-extension
README
# 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) ```bash gemini extensions install https://github.com/pendo-io/gemini-pendo-extension ``` ### Option B: Install Individual Skills ```bash 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 ```bash 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](https://agentskills.io) 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