← スキル一覧に戻る

wix
by Andrejones92
⭐ 0🍴 0📅 2026年1月9日
SKILL.md
name: wix description: Build websites easily with Wix - create, edit, and manage websites using drag-and-drop tools and templates category: productivity
Wix Skill
Overview
Enables Claude to use Wix for website creation and management including editing pages, managing content, configuring business tools, and publishing updates.
Quick Install
curl -sSL https://canifi.com/skills/wix/install.sh | bash
Or manually:
cp -r skills/wix ~/.canifi/skills/
Setup
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set WIX_EMAIL "your-email@example.com"
canifi-env set WIX_PASSWORD "your-password"
Privacy & Authentication
Your credentials, your choice. Canifi LifeOS respects your privacy.
Option 1: Manual Browser Login (Recommended)
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
Option 2: Environment Variables
If you're comfortable sharing credentials, you can store them locally:
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.
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
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
Example 2: Add Blog Post
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
Example 3: Check Bookings
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
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)
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
Self-Improvement Instructions
When Wix updates:
- Document new editor features
- Update business tool workflows
- Track dashboard changes
- Log new app integrations
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
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です