Loading...
Loading...
Manage contracts with Contractbook's automated contract lifecycle platform.
npx skill4agent add andrejones92/canifi-life-os contractbookcurl -sSL https://canifi.com/skills/contractbook/install.sh | bashcp -r skills/contractbook ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set CONTRACTBOOK_API_KEY "your_api_key"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Create an NDA using the standard template"
Assistant: Creates contract from templateUser: "Send the employment contract for signing"
Assistant: Sends contract for e-signatureUser: "Find all contracts expiring this quarter"
Assistant: Returns contracts matching criteriaUser: "Remind me 30 days before the contract renews"
Assistant: Sets renewal reminder| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Verify credentials |
| 403 Forbidden | No access | Check permissions |
| 404 Not Found | Contract not found | Verify contract ID |
| 429 Rate Limited | Too many requests | Wait and retry |