BeClaude

fullstory

New
Official PluginData & Analyticsby Fullstory

Connect Claude to Fullstory to query behavioral analytics, session replays, and customer experience insights.

First seen 5/22/2026

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

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install fullstory@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

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.

Usage Examples

1

/fullstory Show me session replays from the last 24 hours where users encountered a 500 error on the checkout page.

2

/fullstory Query the number of rage clicks on the pricing page over the past week and compare it to the previous week.

3

/fullstory Find all sessions where users clicked the 'Sign Up' button but did not complete registration, and list the top 5 referring pages.

View source on GitHub

Security Audits

LicenseUnknownSourcePassRepositoryPass

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