rlm
✓Recursive Language Models (RLM) CLI - enables LLMs to recursively process large contexts by decomposing inputs and calling themselves over parts. Use for code analysis, diff reviews, codebase exploration. Triggers on "rlm ask", "rlm complete", "rlm search", "rlm index".
Installation
SKILL.md
Recursive Language Models (RLM) CLI - enables LLMs to handle near-infinite context by recursively decomposing inputs and calling themselves over parts. Supports files, directories, URLs, and stdin.
Set an API key for your backend (openrouter is default):
| Directory | rlm ask . -q "..." | Recursive, respects .gitignore | | File | rlm ask main.py -q "..." | Single file | | URL | rlm ask https://x.com -q "..." | Auto-converts to markdown | | stdin | git diff \| rlm ask - -q "..." | - reads from pipe | | Literal | rlm ask "text" -q "..." --literal | Treat as raw text |
Recursive Language Models (RLM) CLI - enables LLMs to recursively process large contexts by decomposing inputs and calling themselves over parts. Use for code analysis, diff reviews, codebase exploration. Triggers on "rlm ask", "rlm complete", "rlm search", "rlm index". Source: rawwerks/rlm-cli.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/rawwerks/rlm-cli --skill rlm- Source
- rawwerks/rlm-cli
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is rlm?
Recursive Language Models (RLM) CLI - enables LLMs to recursively process large contexts by decomposing inputs and calling themselves over parts. Use for code analysis, diff reviews, codebase exploration. Triggers on "rlm ask", "rlm complete", "rlm search", "rlm index". Source: rawwerks/rlm-cli.
How do I install rlm?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rawwerks/rlm-cli --skill rlm Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/rawwerks/rlm-cli
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01