Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add Andrejones92/canifi-life-os --skill "statefarm"
Install specific skill from multi-skill repository
# Description
Manage State Farm insurance policies with local agent support.
# SKILL.md
name: statefarm
description: Manage State Farm insurance policies with local agent support.
category: insurance
State Farm Skill
Manage State Farm insurance policies with local agent support.
Quick Install
curl -sSL https://canifi.com/skills/statefarm/install.sh | bash
Or manually:
cp -r skills/statefarm ~/.canifi/skills/
Setup
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set STATEFARM_EMAIL "your_email"
canifi-env set STATEFARM_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
- View Policies: Access all insurance policies
- File Claims: Submit and track claims
- Agent Connect: Contact your local agent
- Drive Safe: View telematics data
- Pocket Agent: Access mobile features
Usage Examples
View Policy
User: "Show my State Farm auto policy"
Assistant: Returns policy details
Contact Agent
User: "Get my State Farm agent's contact info"
Assistant: Returns agent details
File Claim
User: "File a home insurance claim"
Assistant: Starts claim process
View Drive Safe
User: "Show my Drive Safe & Save score"
Assistant: Returns driving data
Authentication Flow
- Account-based authentication
- No official API
- Browser automation required
- Agent network integration
Error Handling
| Error | Cause | Solution |
|---|---|---|
| Login Failed | Invalid credentials | Check account |
| Agent Not Found | Assignment issue | Contact support |
| Claim Error | Missing info | Complete details |
| Payment Failed | Billing issue | Update method |
Notes
- Agent-based model
- Drive Safe & Save program
- Bundle discounts
- No public API
- Mobile app available
- Bank products available
# 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.