Find and review local businesses, restaurants, and services.
Find and review local businesses, restaurants, and services.
curl -sSL https://canifi.com/skills/yelp/install.sh | bash
Or manually:
cp -r skills/yelp ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set YELP_EMAIL "your_email"
canifi-env set YELP_PASSWORD "your_password"
Your credentials, your choice. Canifi LifeOS respects your privacy.
If you prefer not to share credentials with Claude Code:
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.
User: "Find Italian restaurants near me"
Assistant: Returns top-rated options
User: "Show reviews for this business"
Assistant: Returns user reviews
User: "Request a quote from this plumber"
Assistant: Sends quote request
User: "Make a reservation for 4 at 7pm"
Assistant: Books table via Yelp Reservations
| Error | Cause | Solution |
|---|---|---|
| Login Failed | Invalid credentials | Check account |
| Search Error | Location issue | Enable location |
| Review Failed | Guidelines violation | Review content |
| Booking Failed | No availability | Try different time |