Recursive LLM
The recursive-llm tool enables efficient long-context processing by storing context in a Python REPL, allowing analysis of over 1 million tokens while reducing language model token usage.
- •When you need to process large texts or conversations that exceed the token limits of traditional language models
- •When you want to reduce the cost of using language models by minimizing token usage
- •When you need to maintain context across multiple interactions or turns in a conversation
rlm.process('Analyze the following text: ' + ' '.join([str(i) for i in range(100000)]))Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/recursive-llm && curl -fsSL https://workflowstacks.com/api/skills/recursive-llm/claude-skill -o ~/.claude/skills/recursive-llm/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/recursive-llm && curl -fsSL https://workflowstacks.com/api/skills/recursive-llm/claude-skill -o ~/.claude/skills/recursive-llm/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.