Loading...
Loading...
Check deployments, manage sites, monitor forms, and view analytics on Netlify
npx skill4agent add andrejones92/canifi-life-os netlifycurl -sSL https://canifi.com/skills/netlify/install.sh | bashcp -r skills/netlify ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set NETLIFY_EMAIL "your-email@example.com"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Did my Netlify deploy succeed?"
Claude: I'll check your deployment status.
- Opens app.netlify.com via Playwright MCP
- Logs into account
- Latest deploy (my-site):
- Status: Published
- Duration: 1m 23s
- Branch: main
- URL: my-site.netlify.app
- Deploy previews: 2 activeUser: "Any new form submissions?"
Claude: I'll check your form data.
- Views Forms section
- Contact form submissions:
- Today: 5 new submissions
- This week: 23 total
- Unread: 3
- Spam filtered: 12
- Form notifications: EnabledUser: "Check my serverless function logs"
Claude: I'll view function activity.
- Views Functions tab
- Function invocations (24h):
- api-handler: 1,234 calls
- auth-verify: 567 calls
- newsletter-signup: 89 calls
- Errors: 2 (0.1%)
- Avg duration: 145ms