Skill

/crawl4ai:switch

Switch between cloud and local backends for Crawl4AI.

From crawl4ai
Install
1
Run in your terminal
$
npx claudepluginhub unclecode/crawl4ai-cloud-sdk --plugin crawl4ai
Tool Access

This skill uses the workspace's default tool permissions.

Skill Content

/crawl4ai:switch

Switch between cloud and local backends for Crawl4AI.

Instructions

  1. Read current config: Read ~/.crawl4ai/claude_config.json. Report the current mode.

  2. Switch to the other mode:

    • If currently "cloud", switch to "local"
    • If currently "local", switch to "cloud"
    • Or if the user specifies a mode, switch to that
  3. Handle prerequisites:

    • Switching to cloud: Ask for API key if not already set (check env var CRAWL4AI_API_KEY too)
    • Switching to local: Check python3 -c "import crawl4ai". If missing: pip install crawl4ai && crawl4ai-setup
  4. Write new config: Update ~/.crawl4ai/claude_config.json with the new mode.

  5. Verify: Use the crawl MCP tool to crawl https://example.com with the new backend. Confirm it works.

  6. Report: Tell the user the switch is complete and the new active mode.

Similar Skills
cache-components

Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.

138.5k
Stats
Parent Repo Stars3
Parent Repo Forks1
Last CommitFeb 9, 2026