fullstory
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseFullStory Skill
FullStory Skill
Understand user experience with FullStory's digital experience intelligence platform.
借助FullStory数字体验智能平台洞悉用户体验。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/fullstory/install.sh | bashOr manually:
bash
cp -r skills/fullstory ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/fullstory/install.sh | bash或手动安装:
bash
cp -r skills/fullstory ~/.canifi/skills/Setup
配置设置
Configure via canifi-env:
bash
undefined通过canifi-env进行配置:
bash
undefinedFirst, ensure canifi-env is installed:
首先,确保已安装canifi-env:
curl -sSL https://canifi.com/install.sh | bash
curl -sSL https://canifi.com/install.sh | bash
canifi-env set FULLSTORY_API_KEY "your_api_key"
canifi-env set FULLSTORY_ORG_ID "your_org_id"
undefinedcanifi-env set FULLSTORY_API_KEY "your_api_key"
canifi-env set FULLSTORY_ORG_ID "your_org_id"
undefinedPrivacy & Authentication
隐私与认证
Your credentials, your choice. Canifi LifeOS respects your privacy.
您的凭证,由您掌控。 Canifi LifeOS 尊重您的隐私。
Option 1: Manual Browser Login (Recommended)
选项1:手动浏览器登录(推荐)
If you prefer not to share credentials with Claude Code:
- Complete the Browser Automation Setup using CDP mode
- Login to the service manually in the Playwright-controlled Chrome window
- Claude will use your authenticated session without ever seeing your password
如果您不想与Claude Code共享凭证:
- 使用CDP模式完成浏览器自动化设置
- 在Playwright控制的Chrome窗口中手动登录服务
- Claude将使用您的已认证会话,全程不会获取您的密码
Option 2: Environment Variables
选项2:环境变量
If you're comfortable sharing credentials, you can store them locally:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
如果您愿意共享凭证,可将其存储在本地:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"注意:存储在canifi-env中的凭证仅可在您的本地设备访问,绝不会被传输至外部。
Capabilities
功能特性
- Session Replay: Watch pixel-perfect session recordings
- Heatmaps: View click and scroll heatmaps
- Funnels: Analyze conversion paths
- Error Tracking: Capture and analyze errors
- User Frustration: Detect rage clicks and frustration signals
- 会话重放:观看像素级精准的会话录制内容
- 热图分析:查看点击和滚动热图
- 转化漏斗:分析用户转化路径
- 错误追踪:捕获并分析错误
- 用户沮丧行为检测:识别狂点和其他沮丧信号
Usage Examples
使用示例
Find Sessions
查找会话
User: "Find sessions with rage clicks on the checkout page"
Assistant: Returns sessions matching frustration signals用户:"查找结账页面存在狂点行为的会话"
助手:返回符合沮丧行为特征的会话列表View Errors
查看错误
User: "Show me JavaScript errors from today"
Assistant: Returns error list with session links用户:"展示今日的JavaScript错误"
助手:返回包含会话链接的错误列表Analyze Funnel
分析转化漏斗
User: "What's the conversion rate for the signup funnel?"
Assistant: Returns funnel conversion analysis用户:"注册漏斗的转化率是多少?"
助手:返回漏斗转化分析结果User Search
用户搜索
User: "Find all sessions for user john@company.com"
Assistant: Returns user's session history用户:"查找用户john@company.com的所有会话"
助手:返回该用户的会话历史Authentication Flow
认证流程
- Get API key from FullStory settings
- Note your org ID
- Use API key for authentication
- Org ID in API URL
- 从FullStory设置中获取API密钥
- 记录您的组织ID
- 使用API密钥进行认证
- 在API URL中传入组织ID
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Verify credentials |
| 403 Forbidden | No access | Check org permissions |
| 404 Not Found | Session not found | Verify session ID |
| 429 Rate Limited | Too many requests | Wait and retry |
| 错误类型 | 原因 | 解决方案 |
|---|---|---|
| 401 未授权 | API密钥无效 | 验证凭证正确性 |
| 403 禁止访问 | 无权限 | 检查组织权限设置 |
| 404 未找到 | 会话不存在 | 验证会话ID正确性 |
| 429 请求受限 | 请求次数过多 | 等待后重试 |
Notes
注意事项
- Digital experience intelligence
- Pixel-perfect session replay
- Frustration scoring
- Privacy controls built-in
- Integration with many tools
- Free trial available
- 数字体验智能分析
- 像素级精准会话重放
- 沮丧行为评分
- 内置隐私控制
- 支持与多工具集成
- 提供免费试用