Use when any research, search, or information gathering is needed. Thin router over the Lev timetravel research engine — handles strategy selection (quick/full/deep/max/social/academic), adapter parallelism, and synthesis. Triggers on: research, search, investigate, deep dive, look up, find information, analyze, compare, academic search, social search, comprehensive research.
Scanned 9/20/2026
Install to Claude Code
npx -y skills add lev-os/agents --skill lev-research --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Lev Research?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lev-os-lev-research)More formats (shields.io, HTML) on the badges page.
---
name: lev-research
description: "Use when any research, search, or information gathering is needed. Thin router over the Lev timetravel research engine — handles strategy selection (quick/full/deep/max/social/academic), adapter parallelism, and synthesis. Triggers on: research, search, investigate, deep dive, look up, find information, analyze, compare, academic search, social search, comprehensive research."
---
# Lev Research
Thin router over `plugins/core-timetravel`. Run the CLI — it handles strategy selection, adapter parallelism, and synthesis internally.
## Usage
```bash
lev timetravel --help
```
When published to npm, this becomes:
```bash
npx @lev-os/lev timetravel --help
```
Run that command to see available subcommands, strategies, adapters, and options. The CLI is the documentation. Do not duplicate its interface here.
## For agents
1. Classify the query (quick/full/deep/max/social/academic/pilot-training) using the signal words below
2. Print: `research-route: <strategy> | lev timetravel search -s <strategy>`
3. Run `lev timetravel search "<query>" -s <strategy>` via Bash
4. Return results. Synthesize for deep/max/academic.
### Signal word classification
| Signal Words | Strategy |
|---|---|
| "search", "lookup", "find", "what is" | `quick` |
| "twitter", "reddit", "trending", "sentiment" | `social` |
| "student pilot", "how they learned", "training material", "ATC phraseology resources", "free youtube", "learning styles", "corpus" (aviation training) | `pilot-training` |
| "paper", "arxiv", "academic", "scholarly" | `academic` |
| "research", "deep", "comprehensive", "analyze", "compare", "investigate" | `deep` |
| "complete analysis", "exhaustive", "all angles" | `max` |
Ambiguous? Default to `quick`.
## Anti-Patterns
| Don't | Why |
|---|---|
| Use WebSearch directly | You are a router. Call lev timetravel. |
| Spawn subagents to search | Timetravel handles parallelism internally. |
| Duplicate strategy/adapter definitions | Source of truth is `plugins/core-timetravel/src/strategy.ts`. |
| Answer from training data | No URLs = no answer. Call the CLI. |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!