Loading...
Loading...
Crawl and analyze websites with Screaming Frog SEO Spider.
npx skill4agent add andrejones92/canifi-life-os screaming-frogcurl -sSL https://canifi.com/skills/screaming-frog/install.sh | bashcp -r skills/screaming-frog ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set SCREAMING_FROG_LICENSE "your_license_key"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Crawl example.com for SEO issues"
Assistant: Initiates crawl and returns findingsUser: "Find all broken links on my website"
Assistant: Returns list of 404 errors and broken linksUser: "Show me pages with duplicate titles"
Assistant: Returns pages with title issuesUser: "Create an XML sitemap from the crawl"
Assistant: Generates sitemap file| Error | Cause | Solution |
|---|---|---|
| License Invalid | Wrong license | Verify license key |
| Crawl Blocked | Robots.txt | Check crawl permissions |
| Memory Error | Site too large | Increase memory allocation |
| Timeout | Slow response | Adjust timeout settings |