deep-research-pro

deep-research-pro is a skill for Claude Code, Codex from AlekseiUL/sprut-agent-kit. It costs 24 tokens per session (1,095 once invoked), scanned A, original, MIT.

A web research assistant that searches multiple sources, combines the findings, and produces a report with citations.

In plain words
What is it for?
Use it for broad research on markets, technologies, competitors, current events, or topics for videos and posts.
Why use it?
It reduces the work of collecting information from many places and checking where each claim came from.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for broad research on markets, technologies, competitors, current events, or topics for videos and posts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alekseiul/sprut-agent-kit/deep-research-pro
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AlekseiUL/sprut-agent-kit --skill deep-research-pro
Clone the repo
git clone --depth 1 https://github.com/AlekseiUL/sprut-agent-kit

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for deep-research-pro

README.md
[![agentmods](https://agentmods.dev/badge/skills/alekseiul/sprut-agent-kit/deep-research-pro.svg)](https://agentmods.dev/skills/alekseiul/sprut-agent-kit/deep-research-pro)
Your own site
<a href="https://agentmods.dev/skills/alekseiul/sprut-agent-kit/deep-research-pro"><img src="https://agentmods.dev/badge/skills/alekseiul/sprut-agent-kit/deep-research-pro.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,095 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.01095
Opus 5 $0.00012 $0.00548
Sonnet 5 $0.00005 $0.00219
Haiku 4.5 $0.00002 $0.00110

Measured 8d ago against content hash 78b78e4dcbf6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

deep-research-pro scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/deep-research-pro/SKILL.md · 137 lines

How it starts

The opening of the file, as written. The whole thing — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Deep Research Pro 🔬

Мощный скилл глубокого ресёрча. Ищет по нескольким источникам, синтезирует и выдаёт отчёт с цитатами.

Когда использовать

  • "Проведи ресёрч по теме X"
  • "Глубокий анализ рынка / технологии / конкурентов"
  • "Что сейчас происходит с X? Собери полную картину"
  • "Исследуй тему для видео / поста"
  • Любая задача где нужен СИСТЕМНЫЙ сбор информации из 10+ источников

НЕ использовать (есть инструменты лучше)

  • Быстрый фактологический вопрос → web_search
  • Что говорят на Reddit/X → скилл last30days
  • Саммари одного видео/статьи → скилл summarize

Workflow

Step 1: Уточнение (30 сек)

1-2 вопроса:

  • "Цель - узнать для себя, принять решение или написать контент?"
  • "Какой угол или глубина нужна?"

Если "просто исследуй" → дефолтные настройки.

Step 2: Планирование

Разбить тему на 3-5 подвопросов. Пример:

  • Тема: "AI агенты для бизнеса"
    • Какие основные платформы агентов существуют?
    • Какие реальные кейсы применения в бизнесе?
    • Сколько стоит внедрение?
    • Какие ограничения и риски?
    • Куда движется рынок в 2026?

Step 3: Мультиисточниковый поиск

Для КАЖДОГО подвопроса:

web_search(query="<ключевые слова подвопроса>", count=10)

Стратегия:

  • 2-3 вариации ключевых слов на подвопрос
  • Цель: 15-30 уникальных источников
  • Приоритет: академические, официальные, авторитетные СМИ > блоги > форумы
  • Для свежих тем: добавить freshness="pm" (последний месяц)

Step 4: Глубокое чтение ключевых источников

Для 3-5 лучших URL:

web_fetch(url="<url>", maxChars=5000)

Не полагаться только на сниппеты поиска - читать полные статьи.

Step 5: Синтез и отчёт

# [Тема]: Отчёт Deep Research
*Дата: [дата] | Источников: [N] | Достоверность: [Высокая/Средняя/Низкая]*

## Краткое резюме
[3-5 предложений с ключевыми находками]

## 1. [Первая тема]
[Находки с цитатами]
- Ключевой факт ([Источник](url))
- Подтверждающие данные ([Источник](url))

## 2. [Вторая тема]
...

## Ключевые выводы
- [Вывод 1]
- [Вывод 2]
- [Вывод 3]

## Источники
1. [Название](url) — краткое описание
2. ...

## Методология
Исследовано [N] запросов. Проанализировано [M] источников.
Подвопросы: [список]

Read the full file on GitHub · 137 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 137 lines · 24 tokens per session scan A 78b78e4dcbf6

Subscribe to this mod's changes

deep-research-pro is a skill published in the GitHub repository AlekseiUL/sprut-agent-kit (63 stars, last pushed 3mo ago), licensed MIT. It adds 24 tokens to every session and 1,095 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

article-writer

Multi-style article creation skill. Supports 5 writing styles (deep analysis, practical guide, story-driven, opinion, news brief), including complete workflow: material collection → outline → content → formatting. Activated when users mention "write article", "write post", "create", or "draft".

netease-youdao/LobsterAI · 62 tokens

weather

Get current weather and forecasts (no API key required).

netease-youdao/LobsterAI · 13 tokens

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

netease-youdao/LobsterAI · 59 tokens

dashboard-builder

Build self-contained interactive HTML dashboards with charts, filters, and tables. Generates a single browser-openable file — no server or dependencies required.

winstonkoh87/Athena-Public · 31 tokens

bionic-decision-engine

Unified mathematical arbitrator for all resource allocation decisions — money, time, energy, relationships. Absorbs 46 decision protocols + 24 strategy protocols into one dense engine.

winstonkoh87/Athena-Public · 41 tokens

daemon-loop

Autonomous recurring agent tasks — converts workflows into persistent background daemons that run on intervals. Stolen from Boris Cherny's Claude Code /loop pattern (2026-03-31).

winstonkoh87/Athena-Public · 42 tokens