customer-360

customer-360 is a skill for Claude Code from reatlat/fullstory-claude-plugin. It costs 54 tokens per session (1,172 once invoked), scanned A, original, MIT.

A customer profile that brings together one person’s product use, purchases, support history, and problems over time. It uses available FullStory data, a service that records how people interact with a website or app.

In plain words
What is it for?
Use it to investigate escalated support issues, understand a prospect’s product interest, review a customer’s experience, or prepare someone to manage an account.
Why use it?
It removes the need to search several records before understanding a customer’s situation. Support, sales, and customer teams can see relevant context in one place.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the fullstory-claude-plugin plugin — 46 skills, 3 agents, 1 MCP server shipped together

Good fit Use it to investigate escalated support issues, understand a prospect’s product interest, review a customer’s experience, or prepare someone to manage an account.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/reatlat/fullstory-claude-plugin/customer-360
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add reatlat/fullstory-claude-plugin --skill customer-360
Clone the repo
git clone --depth 1 https://github.com/reatlat/fullstory-claude-plugin

Made for: Claude Code.

Or install fullstory-claude-plugin, the plugin that ships this one along with the rest of its 46 skills, 3 agents, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for customer-360

README.md
[![agentmods](https://agentmods.dev/badge/skills/reatlat/fullstory-claude-plugin/customer-360/github.svg)](https://agentmods.dev/skills/reatlat/fullstory-claude-plugin/customer-360)
Your own site
<a href="https://agentmods.dev/skills/reatlat/fullstory-claude-plugin/customer-360"><img src="https://agentmods.dev/badge/skills/reatlat/fullstory-claude-plugin/customer-360/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for customer-360

Your own site · 80×15
<a href="https://agentmods.dev/skills/reatlat/fullstory-claude-plugin/customer-360"><img src="https://agentmods.dev/badge/skills/reatlat/fullstory-claude-plugin/customer-360.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,172 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00054 $0.01172
Opus 5 $0.00027 $0.00586
Sonnet 5 $0.00011 $0.00234
Haiku 4.5 $0.00005 $0.00117

Measured 12d ago against content hash bd3fc3a16987, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

customer-360 scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/customer-360/SKILL.md · 126 lines

How it starts

The opening of the file, as written. The whole thing — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Customer 360

Complete view of a single customer — all their sessions, key actions, frustration events, purchases, and engagement history in one place.

When to Use

  • "Show me everything about customer [email protected]"
  • "What's the history of user 84721? Support escalated their ticket."
  • "Sales wants to know if Acme Corp has been evaluating our product — check their sessions."
  • "This enterprise customer is threatening to churn — what's their experience been?"
  • "Onboard a new CSM — give them the full picture of this account."

Mental Model

A Customer 360 is a structured snapshot of one user across all dimensions available in Fullstory:

  • Identity: Who they are (email, plan, role, account)
  • Engagement: How often they use the product, what features
  • Success: Did they achieve their goals (conversions, completions)?
  • Friction: What frustrated them (errors, rage clicks, dead clicks)?
  • Trajectory: Getting better or worse over time?

Workflow

Step 1: Look up the customer

Start with whatever identifier you have:

fullstory:get_user_profile(userIdentifier="[email protected]")
→ returns user_id, display_name, email, plan, role, first_seen, last_seen, total_sessions

If the lookup returns nothing, try alternative identifiers or ask the user for a more specific one.

Step 2: Get session history

fullstory:get_sessions(user_id, time_range="last_90_days", limit=50)

If many sessions, sample strategically:

  • First 5 sessions (onboarding experience)
  • Last 5 sessions (current state)
  • Any sessions with errors or high frustration signals

Step 3: Identify key events

Use session-context agent to scan each sampled session for:

  • Conversions: purchases, signups, upgrades
  • Friction: errors, rage clicks, dead clicks, form abandonment
  • Feature usage: which features did they use? power user or casual?
  • Support indicators: visited help pages, searched docs, contacted support

Step 4: Check for frustration patterns

Read the full file on GitHub · 126 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 126 lines · 54 tokens per session scan A bd3fc3a16987

Subscribe to this mod's changes

customer-360 is a skill published in the GitHub repository reatlat/fullstory-claude-plugin (62 stars, last pushed 1mo ago), licensed MIT. It adds 54 tokens to every session and 1,172 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.