ソース情報
- リポジトリ
- lev-os/agents
- ソースの最終更新活動
- 2026年6月24日 03:11
- 検出された SKILL.md の言語
- 英語
- スター
- 21
- フォーク
- 2
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/lev-os/agents --skill researchコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | research |
| description | Use when any research, search, or information gathering is needed. |
Deep/current/external branch of the unified lev find story.
Use lev find first for local repo/operator truth.
Use lev-research when:
Implementation surface: plugins/timetravel with root Poly bindings over core-timetravel.
Use lev research as the northbound runtime surface. lev timetravel remains the
underlying runtime/compat surface.
lev research --help
When published to npm, this becomes:
npx @lev-os/lev research --help
Run that command to see available subcommands, strategies, adapters, and options. The CLI is the documentation. Do not duplicate its interface here.
lev find / agent-native tools, not this skilldeep, max, and academic, first build a short research prompt package:
objective, audience, scope, known context, sub-questions, evidence contract, and output contract.
Use the deep research prompt contract below and the runtime strategy metadata
in plugins/timetravel/src/strategy.ts.
Historical lev research outputs and generated results are AutoWiki intake
material, not canonical guidance. Treat them as raw sources for the wiki
projection unless they have been source-reviewed and promoted.lev research "<query>" -s <strategy> --prompt-plan-onlylev research "<query>" -s <strategy> --flow=deep-research --flow-plan-only
first, then remove --flow-plan-only when a bounded FlowMind run is desired.research-route: <strategy> | lev research -s <strategy>lev research "<query>" -s <strategy> via Bash. Prompt planning is
default-on for deep, max, and academic; completed runs wikify by
default into the project AutoWiki raw layer. Use --no-prompt-plan only
when terse output is required and --no-wikify only when the run must not
touch wiki intake.web_search, WebSearch, browser/search MCP, or equivalent). Do not stop at Sources: 0.research-route: <strategy> | lev research -s <strategy> | fallback: internet-search (<reason>)lev research is the preferred router, not a blocker. The job of this skill is live research. When the router cannot produce URLs, use whatever internet search capability is available in the current agent runtime.
Minimum fallback behavior:
Deep research quality depends on the input contract. Before running deep, max,
or academic, compress the user request into:
Objective: one precise research question.
Audience: who will use the answer and what decision it supports.
Scope: timeframe, geography, domains, source classes, exclusions.
Known context: assumptions, prior decisions, baseline facts, or files.
Sub-questions: 3-7 focused queries that can be searched independently.
Evidence contract: source quality, recency, citation, and contradiction rules.
Output contract: structure, confidence labels, limits, and open questions.
Provider-specific rules belong in the runtime strategy metadata and AutoWiki intake/projection, not in this skill directory. If provider behavior matters, verify against current provider docs and cite the URLs you used.
| Signal Words | Strategy |
|---|---|
| "search", "lookup", "find", "what is" | quick |
| "twitter", "reddit", "trending", "sentiment" | social |
| "paper", "arxiv", "academic", "scholarly" | academic |
| "research", "deep", "comprehensive", "analyze", "compare", "investigate" | deep |
| "complete analysis", "exhaustive", "all angles" | max |
Ambiguous? Default to quick.
| Don't | Why |
|---|---|
| Use this skill for ordinary repo search | lev find is the local retrieval primitive |
Use direct internet search as the first step when lev research is healthy | Keep the router as the primary path so adapter logs and strategy selection remain consistent. |
| Spawn subagents to search | Timetravel handles parallelism internally. |
| Duplicate strategy/adapter definitions | Source of truth is plugins/timetravel/src/strategy.ts. |
Stop after Sources: 0 | No URLs from the router means use internet-search fallback, not no answer. |
| Answer from training data | No URLs = no answer. Call the CLI, then internet-search fallback if needed. |
| Treat synthesis-only output as sourced | Some providers synthesize without URLs; verify with source-bearing adapters or fallback search. |