Andrejones92

screaming-frog

2
0
# Install this skill:
npx skills add Andrejones92/canifi-life-os --skill "screaming-frog"

Install specific skill from multi-skill repository

# Description

Crawl and analyze websites with Screaming Frog SEO Spider.

# SKILL.md


name: screaming-frog
description: Crawl and analyze websites with Screaming Frog SEO Spider.
category: marketing


Screaming Frog Skill

Crawl and analyze websites with Screaming Frog SEO Spider.

Quick Install

curl -sSL https://canifi.com/skills/screaming-frog/install.sh | bash

Or manually:

cp -r skills/screaming-frog ~/.canifi/skills/

Setup

Configure via canifi-env:

# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash

canifi-env set SCREAMING_FROG_LICENSE "your_license_key"

Privacy & Authentication

Your credentials, your choice. Canifi LifeOS respects your privacy.

If you prefer not to share credentials with Claude Code:
1. Complete the Browser Automation Setup using CDP mode
2. Login to the service manually in the Playwright-controlled Chrome window
3. Claude will use your authenticated session without ever seeing your password

Option 2: Environment Variables

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.

Capabilities

  1. Site Crawling: Crawl websites and analyze structure
  2. Technical SEO Audit: Find broken links, errors, and issues
  3. On-page Analysis: Analyze titles, meta descriptions, headings
  4. Redirect Chains: Map and analyze redirects
  5. XML Sitemap: Generate XML sitemaps

Usage Examples

Crawl Site

User: "Crawl example.com for SEO issues"
Assistant: Initiates crawl and returns findings
User: "Find all broken links on my website"
Assistant: Returns list of 404 errors and broken links

Analyze Titles

User: "Show me pages with duplicate titles"
Assistant: Returns pages with title issues

Generate Sitemap

User: "Create an XML sitemap from the crawl"
Assistant: Generates sitemap file

Authentication Flow

  1. Purchase license from Screaming Frog
  2. Install desktop application
  3. Enter license key to unlock full features
  4. CLI available for automation

Error Handling

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

Notes

  • Desktop application (Windows, Mac, Linux)
  • Free version crawls 500 URLs
  • Paid version unlimited URLs
  • CLI for automation
  • Integration with APIs
  • Custom extraction support

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.