Skip to main content
Exécutez n'importe quel Skill dans Manus
en 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.

Aperçu

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.

Commande d'installation
npx skills add https://github.com/mk-knight23/AI-Agent-Nanobot --skill batch-processor

Copiez et collez cette commande dans Claude Code pour installer le skill

Étoiles1
Forks0
Mis à jour10 mars 2026 à 00:13
SKILL.md
readonly