agency-workflow/crawl4ai-coder-helper/SKILL.md
Build, extend, and debug Crawl4AI-based scrapers, crawlers, and small services. Use when Codex needs to choose how to use Crawl4AI for a target website, inspect the site, pick an extraction strategy, and write the actual project files such as scraper modules, service endpoints, configs, schemas, dependency files, and sample outputs instead of only giving guidance.
npx skillsauth add gbalabanli/agent-skills crawl4ai-coder-helperInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to produce working Crawl4AI code and supporting files for a scraping goal. Prefer concrete implementation over conceptual explanation.
Choose one of these shapes unless the repo already dictates another pattern:
main.py, scraper.py, and schema/config files for repeatable jobs.Prefer simpler extraction first:
When the user asks to "build" or "set up" a Crawl4AI solution, create the files needed to run it end to end. Typical outputs include:
requirements.txt or pyproject.toml.env.example when secrets, cookies, or credentials are involvedDo not create extra documentation files unless they materially help execution.
title, price, location, url, published_at, and domain-specific attributes.Validate the implementation with the lightest test that proves the chosen approach:
If blocked by anti-bot measures, login, or legal restrictions, state that clearly and downgrade the implementation to the safest workable shape.
Read implementation-patterns.md when choosing file layout, extraction strategy, and validation shape.
data-ai
Remove AI writing patterns from prose. Use when drafting, editing, or reviewing text to eliminate predictable AI tells.
testing
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
development
Search Unsplash for images related to a natural-language user prompt and download a selected result to disk using the official API and tracked download endpoint. Use when Codex needs stock photos from Unsplash for articles, slide decks, social posts, mockups, inspiration boards, or any prompt-to-image download workflow.
development
Build Stitch-based walkthrough videos and presentation-ready screen sequences with Remotion, including asset staging, screen manifests, modular compositions, and render validation. Use when Codex must turn Stitch project screens or exported screenshots into a demo video, promo walkthrough, app tour, or other screen-driven visual artifact.