feapder-dev

Scaffold and debug Feapder crawler skeletons for AirSpider, Spider, TaskSpider, and BatchSpider templates.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/d0ublecl1ck/feapder-dev --skill feapder-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feapder-dev
Source: https://github.com/d0ublecl1ck/feapder-dev/tree/main
Command: npx skills add https://github.com/d0ublecl1ck/feapder-dev --skill feapder-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps developers quickly scaffold, organize, and debug Feapder crawlers (AirSpider, Spider, TaskSpider, BatchSpider) within Codex CLI, reducing setup time and guiding troubleshooting.

Core Features & Use Cases

  • Scaffold runnable skeletons for AirSpider, Spider, TaskSpider, and BatchSpider templates.
  • Provide workflow guidance covering start_requests, parse, pipelines, settings, and debugging checklists.
  • Use case: rapidly prototype a crawler for a target site and iterate with minimal boilerplate.

Quick Start

Provide your target site and data schema; the skill will generate a runnable Feapder skeleton and a debugging checklist.

Frequently Asked Questions about feapder-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a Feapder crawler quickly?

Scaffolding a Feapder crawler involves generating runnable skeletons for templates like AirSpider, Spider, TaskSpider, or BatchSpider by providing your target site and data schema to reduce setup time.

What is the difference between AirSpider, Spider, TaskSpider, and BatchSpider in Feapder?

AirSpider, Spider, TaskSpider, and BatchSpider are Feapder templates tailored to different project needs, covering workflows from simple single-page scraping to batch task processing and distributed crawling.

How do I debug a Feapder spider when parsing fails?

Debugging a Feapder spider uses a provided debugging checklist to systematically troubleshoot start_requests, parse functions, pipelines, and settings configurations within your project structure.

Can I use Feapder for rapid crawler prototyping without writing boilerplate code?

Yes, you can use Feapder for rapid crawler prototyping by generating tailored runnable skeletons and workflow guidance, allowing you to iterate on target sites with minimal boilerplate code.

What do I need to set up before starting a Feapder crawler project?

Before starting a Feapder crawler project, you need to define your target site URL and data schema, which the scaffolding process uses to outline the project structure and generate the initial code.