fullstory
NewConnect Claude to Fullstory to query behavioral analytics, session replays, and customer experience insights.
Summary
This skill connects Claude to FullStory, allowing you to query behavioral analytics, session replays, and customer experience insights directly from your code environment.
- It helps developers understand user interactions, debug issues, and optimize product experiences without leaving the terminal.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install fullstory@<marketplace>
/pluginUse Cases
Usage Examples
/fullstory Show me session replays from the last 24 hours where users encountered a 500 error on the checkout page.
/fullstory Query the number of rage clicks on the pricing page over the past week and compare it to the previous week.
/fullstory Find all sessions where users clicked the 'Sign Up' button but did not complete registration, and list the top 5 referring pages.
Security Audits
Frequently Asked Questions
What is fullstory?
This skill connects Claude to FullStory, allowing you to query behavioral analytics, session replays, and customer experience insights directly from your code environment. It helps developers understand user interactions, debug issues, and optimize product experiences without leaving the terminal.
How to install fullstory?
To install fullstory: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install fullstory@<marketplace>. Finally, /plugin in Claude Code.
What is fullstory best for?
fullstory is a plugin categorized under Data & Analytics. Created by Fullstory.
What can I use fullstory for?
fullstory is useful for: Identify where users drop off in a checkout flow by querying session replays for abandonment events.; Debug a UI bug by searching for session replays where a specific error message appeared.; Analyze user behavior patterns by querying FullStory for page clicks and scroll depth on a new feature.; Monitor the impact of a deployment by comparing user engagement metrics before and after the release.; Generate a report of the most common user frustrations by querying rage clicks and dead clicks.; Validate A/B test results by pulling behavioral data for each variant from FullStory..