agency-workflow/scrapling-websearch-fetch-data/SKILL.md
Fetch websites and extract structured data with Scrapling for research and agency workflows. Use when Codex needs to scrape pages, collect data from search result pages, crawl pagination, parse static or dynamic content, or build repeatable web data collection using Scrapling MCP tools, fetchers, and sessions.
npx skillsauth add gbalabanli/agent-skills scrapling-websearch-fetch-dataInstall 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 collect web data with Scrapling and return clean, auditable outputs.
get or bulk_get for fast HTTP retrieval on static pages.fetch or bulk_fetch when the page needs a browser because content is rendered dynamically.stealthy_fetch or bulk_stealthy_fetch only after lighter approaches fail or the target clearly has stronger anti-bot protection.checkLoading, forced login redirects, anti-bot interstitials, or repeated 403s, stop retrying Scrapling fetch paths and move to Playwright.browser_snapshot, browser_evaluate, and browser_run_code.Fetcher, DynamicFetcher, StealthyFetcher, and the session classes when MCP is too narrow for the workflow.get/bulk_get or Fetcher for static pages and fast HTTP workflows.fetch/bulk_fetch or DynamicFetcher when content is rendered by JavaScript.stealthy_fetch/bulk_stealthy_fetch or StealthyFetcher only when normal fetching fails and a stronger browser profile is required.Spider workflow when crawl breadth grows.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.