Build or update the BlueBubbles external channel plugin for Moltbot (extension package, REST...
npx skills add Andrejones92/canifi-life-os --skill "framer"
Install specific skill from multi-skill repository
# Description
Design and publish websites with Framer - create interactive sites, manage projects, and publish directly
# SKILL.md
name: framer
description: Design and publish websites with Framer - create interactive sites, manage projects, and publish directly
category: design
Framer Skill
Overview
Enables Claude to use Framer for website design and development including creating pages, managing components, configuring settings, and publishing sites.
Quick Install
curl -sSL https://canifi.com/skills/framer/install.sh | bash
Or manually:
cp -r skills/framer ~/.canifi/skills/
Setup
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set FRAMER_EMAIL "[email protected]"
canifi-env set FRAMER_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:
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
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
- Create and edit website pages
- Manage design components
- Configure site settings and SEO
- View and respond to form submissions
- Publish sites to live URLs
- Access analytics and performance data
Usage Examples
Example 1: Update Page Content
User: "Update the homepage hero text on my Framer site"
Claude: I'll update your hero section.
1. Opening Framer via Playwright MCP
2. Navigating to your project
3. Selecting the homepage
4. Editing the hero text component
5. Publishing the changes
Example 2: Check Form Submissions
User: "Show me recent contact form submissions"
Claude: I'll retrieve your form data.
1. Opening your Framer project
2. Navigating to forms section
3. Accessing contact form submissions
4. Listing recent entries with details
Example 3: Publish Site Updates
User: "Publish my site changes to production"
Claude: I'll publish your updates.
1. Opening the Framer project
2. Reviewing pending changes
3. Clicking publish button
4. Confirming deployment
5. Verifying live site is updated
Authentication Flow
- Navigate to framer.com via Playwright MCP
- Click "Log in" and enter email
- Enter password
- Handle 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 and retry
- Component Error: Debug and fix before publish
Self-Improvement Instructions
When Framer updates:
1. Document new design capabilities
2. Update component creation workflows
3. Track publishing process changes
4. Log new integration features
Notes
- Framer combines design and development
- Code components use React
- Custom domains require paid plans
- CMS features available for dynamic content
- Sites can be exported as code
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.