Manage payroll and HR for small businesses with Gusto's platform.
Manage payroll and HR for small businesses with Gusto's platform.
curl -sSL https://canifi.com/skills/gusto/install.sh | bash
Or manually:
cp -r skills/gusto ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set GUSTO_CLIENT_ID "your_client_id"
canifi-env set GUSTO_CLIENT_SECRET "your_client_secret"
canifi-env set GUSTO_ACCESS_TOKEN "your_access_token"
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: "Process payroll for this pay period"
Assistant: Calculates and submits payroll
User: "Onboard a new employee starting next week"
Assistant: Creates employee and sends onboarding
User: "Show me current benefits enrollments"
Assistant: Returns benefits summary
User: "Show time entries for the marketing team"
Assistant: Returns time tracking data
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Token expired | Refresh access token |
| 403 Forbidden | No company access | Check permissions |
| 404 Not Found | Resource not found | Verify ID |
| 422 Unprocessable | Invalid data | Fix request |