bluejeans
30
总安装量
30
周安装量
#6877
全站排名
安装命令
npx skills add https://github.com/andrejones92/canifi-life-os --skill bluejeans
Agent 安装分布
claude-code
27
gemini-cli
24
opencode
24
antigravity
21
codex
21
cursor
21
Skill 文档
BlueJeans Skill
Overview
Automates BlueJeans video conferencing operations including meeting scheduling, recording management, and collaboration features through browser automation.
Quick Install
curl -sSL https://canifi.com/skills/bluejeans/install.sh | bash
Or manually:
cp -r skills/bluejeans ~/.canifi/skills/
Setup
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set BLUEJEANS_EMAIL "your-email@example.com"
canifi-env set BLUEJEANS_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
- Schedule and manage meetings
- Access meeting recordings
- Configure personal meeting room
- Manage meeting settings
- View meeting analytics
- Handle meeting invitations
- Control participant settings
- Create meeting templates
Usage Examples
Example 1: Schedule Meeting
User: "Schedule a BlueJeans meeting for Friday at 2pm"
Claude: I'll schedule that meeting.
- Navigate to BlueJeans portal
- Click Schedule Meeting
- Set date and time for Friday 2pm
- Configure meeting options
- Send invitations
- Confirm meeting created
Example 2: Access Recording
User: "Download the recording from the client meeting"
Claude: I'll find that recording.
- Navigate to Recordings section
- Locate client meeting recording
- Initiate download
- Confirm download started
Example 3: Update Personal Room
User: "Change my BlueJeans personal room settings"
Claude: I'll update those settings.
- Navigate to Personal Room settings
- Access configuration options
- Update specified settings
- Save changes
- Confirm updated
Example 4: Get Meeting Link
User: "Get my BlueJeans meeting link to share"
Claude: I'll get your meeting link.
- Navigate to personal room
- Copy meeting URL
- Format for sharing
- Provide link with dial-in options
Authentication Flow
- Navigate to bluejeans.com via Playwright MCP
- Enter email and password from canifi-env
- Handle SSO if configured
- Complete 2FA if enabled (notify user via iMessage)
- Verify dashboard access
- Maintain session cookies
Error Handling
- Login Failed: Check SSO, retry authentication
- Session Expired: Re-authenticate automatically
- 2FA Required: iMessage for verification code
- SSO Required: Handle enterprise SSO flow
- Recording Not Found: Check date range
- Meeting Limit: Notify of license limits
- Permission Denied: Check admin settings
- Connection Error: Retry with backoff
Self-Improvement Instructions
When encountering new BlueJeans features:
- Document new UI elements
- Add support for new meeting types
- Log successful scheduling patterns
- Update for Verizon integrations
Notes
- BlueJeans owned by Verizon
- Enterprise deployments use SSO
- Recordings stored in cloud
- Personal room URL is persistent
- Some features require admin access
- Primetime events have different features
- Gateway integration for legacy systems