pluralsight

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Pluralsight 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 | bash
Or 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
undefined

First, ensure canifi-env is installed:

First, ensure canifi-env is installed:

canifi-env set PLURALSIGHT_EMAIL "your-email@example.com"
undefined
canifi-env set PLURALSIGHT_EMAIL "your-email@example.com"
undefined

Privacy & 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:
  1. Complete the Browser Automation Setup using CDP mode
  2. Login to the service manually in the Playwright-controlled Chrome window
  3. Claude will use your authenticated session without ever seeing your password
如果你不想与Claude Code共享凭证:
  1. 使用CDP模式完成浏览器自动化设置
  2. 在Playwright控制的Chrome窗口中手动登录该服务
  3. 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

认证流程

  1. Navigate to pluralsight.com via Playwright MCP
  2. Click "Sign in" button
  3. Enter Pluralsight credentials
  4. Handle SSO or verification if required
  5. Maintain session for subsequent requests
  1. 通过Playwright MCP导航至pluralsight.com
  2. 点击“登录”按钮
  3. 输入Pluralsight凭证
  4. 处理所需的SSO或验证步骤
  5. 维持会话以用于后续请求

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:
  1. Document Pluralsight interface changes
  2. Update selectors for new layouts
  3. Track new course and path additions
  4. Monitor Skill IQ updates
当遇到新的UI模式时:
  1. 记录Pluralsight界面的变更
  2. 更新针对新布局的选择器
  3. 追踪新增的课程与学习路径
  4. 监控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用于职业规划指导
  • 实操实验室用于实践练习