Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

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.

개요

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.

설치 명령
npx skills add https://github.com/mk-knight23/AI-Agent-Nanobot --skill batch-processor

이 명령을 Claude Code에 복사하여 붙여넣어 스킬을 설치하세요

스타1
포크0
업데이트2026년 3월 10일 00:13
SKILL.md
readonly