pluralsight
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChinesePluralsight Skill
Pluralsight Skill
Overview
概述
Enables Claude to interact with Pluralsight for accessing technology courses, tracking skill development, taking assessments, and following role-based learning paths.
让Claude能够与Pluralsight交互,实现技术课程访问、技能发展追踪、技能评估以及遵循角色型学习路径等功能。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/pluralsight/install.sh | bashOr manually:
bash
cp -r skills/pluralsight ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/pluralsight/install.sh | bash或手动安装:
bash
cp -r skills/pluralsight ~/.canifi/skills/Setup
配置步骤
Configure via canifi-env:
bash
undefined通过canifi-env进行配置:
bash
undefinedFirst, ensure canifi-env is installed:
First, ensure canifi-env is installed:
curl -sSL https://canifi.com/install.sh | bash
curl -sSL https://canifi.com/install.sh | bash
canifi-env set PLURALSIGHT_EMAIL "your-email@example.com"
undefinedcanifi-env set PLURALSIGHT_EMAIL "your-email@example.com"
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
功能特性
- Browse tech and creative courses
- Take skill assessments (Skill IQ)
- Track course completion progress
- Follow role-based paths
- Access hands-on labs
- 浏览技术与创意课程
- 参加技能评估(Skill IQ)
- 追踪课程完成进度
- 遵循角色型学习路径
- 访问实操实验室
Usage Examples
使用示例
Example 1: Skill Assessment
示例1:技能评估
User: "What's my Skill IQ in JavaScript?"
Claude: I'll check your JavaScript Skill IQ score on Pluralsight.用户:"我的JavaScript Skill IQ是多少?"
Claude:我将为你查询Pluralsight上的JavaScript Skill IQ分数。Example 2: Course Progress
示例2:课程进度
User: "How far am I in my Azure courses?"
Claude: I'll check your progress in Azure-related courses.用户:"我的Azure课程学习进度如何?"
Claude:我将为你查询Azure相关课程的学习进度。Example 3: Learning Path
示例3:学习路径
User: "What's in the Cloud Developer path?"
Claude: I'll show the courses and skills in the Cloud Developer path.用户:"云开发者学习路径包含哪些内容?"
Claude:我将为你展示云开发者学习路径中的课程与技能要求。Authentication Flow
认证流程
- Navigate to pluralsight.com via Playwright MCP
- Click "Sign in" button
- Enter Pluralsight credentials
- Handle SSO or verification if required
- Maintain session for subsequent requests
- 通过Playwright MCP导航至pluralsight.com
- 点击“登录”按钮
- 输入Pluralsight凭证
- 处理所需的SSO或验证步骤
- 维持会话以用于后续请求
Error Handling
错误处理
- Login Failed: Retry authentication up to 3 times, then notify via iMessage
- Session Expired: Re-authenticate automatically
- SSO Required: Handle enterprise SSO flow
- Rate Limited: Implement exponential backoff
- Subscription Required: Check account access
- 登录失败:最多重试3次认证,随后通过iMessage通知用户
- 会话过期:自动重新认证
- 需要SSO:处理企业级SSO流程
- 速率限制:实现指数退避策略
- 需要订阅:检查账户访问权限
Self-Improvement Instructions
自我优化说明
When encountering new UI patterns:
- Document Pluralsight interface changes
- Update selectors for new layouts
- Track new course and path additions
- Monitor Skill IQ updates
当遇到新的UI模式时:
- 记录Pluralsight界面的变更
- 更新针对新布局的选择器
- 追踪新增的课程与学习路径
- 监控Skill IQ的更新
Notes
注意事项
- Enterprise and individual plans
- Skill IQ for competency assessment
- Role IQ for career guidance
- Hands-on labs for practice
- 支持企业版与个人版计划
- Skill IQ用于能力评估
- Role IQ用于职业规划指导
- 实操实验室用于实践练习