incremental-fetch

Build resilient data ingestion pipelines from APIs. Use when creating scripts that fetch paginated data from external APIs (Twitter, exchanges, any REST API) and need to track progress, avoid duplicates, handle rate limits, and support both incremental updates and historical backfills. Triggers: 'ingest data from API', 'pull tweets', 'fetch historical data', 'sync from X', 'build a data pipeline', 'fetch without re-downloading', 'resume the download', 'backfill older data'. NOT for: simple one-shot API calls, websocket/streaming connections, file downloads, or APIs without pagination.

$ Instalar

git clone https://github.com/rohunvora/cool-claude-skills /tmp/cool-claude-skills && cp -r /tmp/cool-claude-skills/skills/incremental-fetch ~/.claude/skills/cool-claude-skills

// tip: Run this command in your terminal to install the skill