skillshare
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSkillshare 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 | bashOr 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
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 SKILLSHARE_EMAIL "your-email@example.com"
undefinedcanifi-env set SKILLSHARE_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 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
认证流程
- Navigate to skillshare.com via Playwright MCP
- Click "Sign In" button
- Enter Skillshare credentials
- Handle verification if required
- Maintain session for subsequent requests
- 通过Playwright MCP导航至skillshare.com
- 点击“登录”按钮
- 输入Skillshare凭据
- 如有需要,完成验证步骤
- 维持会话以用于后续请求
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:
- Document Skillshare interface changes
- Update selectors for new layouts
- Track trending class categories
- Monitor new teacher additions
遇到新的UI模式时:
- 记录Skillshare的界面变更
- 更新适配新布局的选择器
- 追踪热门课程分类
- 关注新入驻的教师
Notes
注意事项
- Subscription-based unlimited access
- Focus on creative and business skills
- Project-based learning approach
- Teacher community platform
- 基于订阅制的无限访问权限
- 聚焦创意与商务技能
- 基于项目的学习方式
- 教师社区平台