skillshare

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Skillshare Skill

Skillshare Skill

Overview

概述

Enables Claude to interact with Skillshare for browsing creative classes, tracking learning progress, managing saved classes, and discovering new creative skills.
让Claude能够与Skillshare交互,用于浏览创意课程、追踪学习进度、管理已收藏课程以及发现新的创意技能。

Quick Install

快速安装

bash
curl -sSL https://canifi.com/skills/skillshare/install.sh | bash
Or manually:
bash
cp -r skills/skillshare ~/.canifi/skills/
bash
curl -sSL https://canifi.com/skills/skillshare/install.sh | bash
或手动安装:
bash
cp -r skills/skillshare ~/.canifi/skills/

Setup

设置

Configure via canifi-env:
bash
undefined
通过canifi-env进行配置:
bash
undefined

First, ensure canifi-env is installed:

首先,确保已安装canifi-env:

canifi-env set SKILLSHARE_EMAIL "your-email@example.com"
undefined
canifi-env set SKILLSHARE_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 creative and business classes
  • Track class completion progress
  • Manage saved classes list
  • View class projects and discussions
  • Discover trending classes
  • 浏览创意类和商务类课程
  • 追踪课程完成进度
  • 管理已收藏课程列表
  • 查看课程项目和讨论内容
  • 发现热门课程

Usage Examples

使用示例

Example 1: Find Classes

示例1:查找课程

User: "Find me illustration classes on Skillshare"
Claude: I'll search for top-rated illustration classes on Skillshare.
用户:"帮我在Skillshare上找插画课程"
Claude:我将在Skillshare上搜索高评分的插画课程。

Example 2: Class Progress

示例2:课程进度

User: "What classes am I in the middle of?"
Claude: I'll check your in-progress Skillshare classes.
用户:"我正在学习哪些课程?"
Claude:我将查看你在Skillshare上的进行中课程。

Example 3: Saved Classes

示例3:已收藏课程

User: "What's in my Skillshare saved list?"
Claude: I'll list all the classes you've saved for later.
用户:"我的Skillshare收藏列表里有什么?"
Claude:我将列出你所有已收藏的待学课程。

Authentication Flow

认证流程

  1. Navigate to skillshare.com via Playwright MCP
  2. Click "Sign In" button
  3. Enter Skillshare credentials
  4. Handle verification if required
  5. Maintain session for subsequent requests
  1. 通过Playwright MCP导航至skillshare.com
  2. 点击“登录”按钮
  3. 输入Skillshare凭据
  4. 如有需要,完成验证步骤
  5. 维持会话以用于后续请求

Error Handling

错误处理

  • Login Failed: Retry authentication up to 3 times, then notify via iMessage
  • Session Expired: Re-authenticate automatically
  • Verification Required: Complete email verification
  • Rate Limited: Implement exponential backoff
  • Subscription Required: Check membership status
  • 登录失败:最多重试3次认证,随后通过iMessage通知用户
  • 会话过期:自动重新认证
  • 需要验证:完成邮件验证
  • 速率限制:实现指数退避策略
  • 需要订阅:检查会员状态

Self-Improvement Instructions

自我改进说明

When encountering new UI patterns:
  1. Document Skillshare interface changes
  2. Update selectors for new layouts
  3. Track trending class categories
  4. Monitor new teacher additions
遇到新的UI模式时:
  1. 记录Skillshare的界面变更
  2. 更新适配新布局的选择器
  3. 追踪热门课程分类
  4. 关注新入驻的教师

Notes

注意事项

  • Subscription-based unlimited access
  • Focus on creative and business skills
  • Project-based learning approach
  • Teacher community platform
  • 基于订阅制的无限访问权限
  • 聚焦创意与商务技能
  • 基于项目的学习方式
  • 教师社区平台