Loading...
Loading...
Manage law practice with Clio's legal practice management platform.
npx skill4agent add andrejones92/canifi-life-os cliocurl -sSL https://canifi.com/skills/clio/install.sh | bashcp -r skills/clio ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set CLIO_CLIENT_ID "your_client_id"
canifi-env set CLIO_CLIENT_SECRET "your_client_secret"
canifi-env set CLIO_ACCESS_TOKEN "your_access_token"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Create a new matter for client Johnson"
Assistant: Creates case with client associationUser: "Log 2 hours for legal research on the Smith case"
Assistant: Creates time entryUser: "Create an invoice for the pending time entries"
Assistant: Generates invoice from unbilled timeUser: "Find all documents for the patent case"
Assistant: Returns matching case documents| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Token expired | Refresh access token |
| 403 Forbidden | No access | Check permissions |
| 404 Not Found | Matter not found | Verify matter ID |
| 429 Rate Limited | Too many requests | Wait and retry |