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.
$ インストール
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
Repository

rohunvora
Author
rohunvora/cool-claude-skills/skills/incremental-fetch
1
Stars
0
Forks
Updated6d ago
Added6d ago