Skip to main content
Ejecuta cualquier Skill en Manus
con un clic

batch-processor

Parallel processing of large datasets using Python asyncio + Claude AI transforms. Accepts CSV, JSON, Parquet, or JSONL as input. Splits into configurable chunk sizes, processes each chunk concurrently using Haiku (cost-efficient), aggregates results, and writes output. Includes progress tracking, error retry with exponential backoff, and cost estimation before run. Cross-ported from ZeroClaw's Rayon-based batch processor.

Resumen

Parallel processing of large datasets using Python asyncio + Claude AI transforms. Accepts CSV, JSON, Parquet, or JSONL as input. Splits into configurable chunk sizes, processes each chunk concurrently using Haiku (cost-efficient), aggregates results, and writes output. Includes progress tracking, error retry with exponential backoff, and cost estimation before run. Cross-ported from ZeroClaw's Rayon-based batch processor.

Comando de instalación
npx skills add https://github.com/mk-knight23/AI-Agent-Nanobot --skill batch-processor

Copia y pega este comando en Claude Code para instalar la habilidad

Estrellas1
Forks0
Actualizado10 de marzo de 2026, 00:13
SKILL.md
readonly