Skip to main content
Run any Skill in Manus
with one click

fanout

Stars5
Forks0
UpdatedApril 28, 2026 at 11:39

Use when the user wants to fan-out / distribute / split / parallelize a list of inputs across multiple model calls so a single oversized prompt doesn't blow the context or token budget — especially relevant for reasoning models (trinity-large-thinking, deepseek-r1, o3) whose internal reasoning consumes the budget before any visible output. Takes a list of items, a per-item prompt template, and a model; runs N parallel calls against the BeigeBox proxy with a configurable concurrency cap; optionally reduces the responses with a final merge call. Item sources are file (one per line), JSON list, glob (each match becomes {path, contents}), or stdin.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
6 files
SKILL.md
readonly