wix
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWix Skill
Wix Skill
Overview
概述
Enables Claude to use Wix for website creation and management including editing pages, managing content, configuring business tools, and publishing updates.
使Claude能够使用Wix进行网站创建和管理,包括编辑页面、管理内容、配置商业工具以及发布更新。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/wix/install.sh | bashOr manually:
bash
cp -r skills/wix ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/wix/install.sh | bash或者手动安装:
bash
cp -r skills/wix ~/.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 WIX_EMAIL "your-email@example.com"
canifi-env set WIX_PASSWORD "your-password"
undefinedcanifi-env set WIX_EMAIL "your-email@example.com"
canifi-env set WIX_PASSWORD "your-password"
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
功能
- Edit website pages and content
- Manage blog posts and articles
- Configure business features (bookings, stores)
- Handle contact form submissions
- Publish site updates
- Access site analytics
- 编辑网站页面和内容
- 管理博客文章
- 配置商业功能(预订、店铺)
- 处理联系表单提交
- 发布站点更新
- 访问站点分析数据
Usage Examples
使用示例
Example 1: Update Business Hours
示例1:更新营业时间
User: "Update my business hours on my Wix site"
Claude: I'll update your business hours.
1. Opening Wix via Playwright MCP
2. Navigating to your site dashboard
3. Accessing business info settings
4. Updating hours of operation
5. Publishing the changes用户:"更新我Wix网站上的营业时间"
Claude:我将为你更新营业时间。
1. 通过Playwright MCP打开Wix
2. 导航至你的站点仪表盘
3. 访问商业信息设置
4. 更新营业时间
5. 发布更改Example 2: Add Blog Post
示例2:添加博客文章
User: "Create a new blog post about our latest product"
Claude: I'll create a blog post.
1. Opening Wix blog manager
2. Creating new post
3. Adding title, content, and images
4. Setting categories and SEO
5. Publishing the article用户:"创建一篇关于我们最新产品的新博客文章"
Claude:我将为你创建一篇博客文章。
1. 打开Wix博客管理器
2. 创建新文章
3. 添加标题、内容和图片
4. 设置分类和SEO
5. 发布文章Example 3: Check Bookings
示例3:查看预订信息
User: "Show me this week's appointment bookings"
Claude: I'll retrieve your bookings.
1. Opening Wix Bookings dashboard
2. Filtering to this week's appointments
3. Listing all scheduled sessions
4. Summarizing booking details用户:"显示我本周的预约预订情况"
Claude:我将为你获取预订信息。
1. 打开Wix预订仪表盘
2. 筛选出本周的预约
3. 列出所有已安排的时段
4. 汇总预订详情Authentication Flow
认证流程
- Navigate to wix.com via Playwright MCP
- Click "Log In" and enter email
- Enter password
- Handle Google/SSO if configured
- Complete 2FA if required (via iMessage)
- 通过Playwright MCP导航至wix.com
- 点击“登录”并输入邮箱
- 输入密码
- 如果配置了Google/SSO则进行处理
- 如果需要完成双因素认证(通过iMessage)
Error Handling
错误处理
- Login Failed: Retry up to 3 times, notify via iMessage
- Session Expired: Re-authenticate automatically
- Rate Limited: Implement exponential backoff
- 2FA Required: Send iMessage notification
- Publish Failed: Check for errors
- Feature Unavailable: Suggest plan upgrade
- 登录失败:最多重试3次,通过iMessage通知
- 会话过期:自动重新认证
- 速率限制:实现指数退避策略
- 需要双因素认证:发送iMessage通知
- 发布失败:检查错误
- 功能不可用:建议升级套餐
Self-Improvement Instructions
自我改进说明
When Wix updates:
- Document new editor features
- Update business tool workflows
- Track dashboard changes
- Log new app integrations
当Wix更新时:
- 记录新的编辑器功能
- 更新商业工具工作流程
- 跟踪仪表盘变化
- 记录新的应用集成
Notes
注意事项
- Wix has many built-in business apps
- Advanced features require premium plans
- Editor uses visual drag-and-drop
- Mobile editor separate from desktop
- Velo (code) available for developers
- Wix拥有许多内置的商业应用
- 高级功能需要付费套餐
- 编辑器采用可视化拖放操作
- 移动端编辑器与桌面端分离
- 开发者可使用Velo(代码)功能