deep

deep is a skill for Claude Code, Codex from HinkoK/agent-skills. It costs 61 tokens per session (852 once invoked), scanned B, original, MIT.

A command for running deep research through the Parallel Task API, which carries out a complex investigation and combines its findings into a report.

In plain words
What is it for?
Researching technical topics, markets, or high-stakes decisions when a full, source-grounded synthesis is required.
Why use it?
It is intended for questions where a quick lookup is too shallow and multiple sources or stages of analysis are needed.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/hinkok/agent-skills/deep
Any agent
npx skills add HinkoK/agent-skills --skill deep
Clone the repo
git clone --depth 1 https://github.com/HinkoK/agent-skills

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/hinkok/agent-skills/deep.svg)](https://agentmods.dev/skills/hinkok/agent-skills/deep)
Your own site
<a href="https://agentmods.dev/skills/hinkok/agent-skills/deep"><img src="https://agentmods.dev/badge/skills/hinkok/agent-skills/deep.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 852 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
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 $0.00061 $0.00852
Opus 5 $0.00030 $0.00426
Sonnet 5 $0.00012 $0.00170
Haiku 4.5 $0.00006 $0.00085

Measured 4d ago against content hash 2b99f01cee1d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

deep scanned grade B with 1 finding 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 4d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/deep_research.py, scripts/deep.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

chmod 600 ~/.openclaw/workspace/.secrets/deep-ws.env
skills/deep/SKILL.md · 93 lines

How it starts

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

/deep — Parallel Task Deep Research

Запускает асинхронный глубокий ресёрч через Task API и ждёт завершения.

Hermes usage rules

  • Use for complex research where a quick answer would be unreliable or too shallow.
  • Prefer scripts/deep.sh "question" pro 1800 as the default runtime path.
  • For urgent or lightweight fact checks, use normal web/perplex instead of this skill.
  • Tell the user when the run may take a long time, especially for pro or ultra processors.
  • Return a concise synthesis first, then evidence, caveats, and follow-up questions.

Usage

/deep твой исследовательский вопрос

Локально:

scripts/deep.sh "твой исследовательский вопрос" pro 1800

Параметры:

  • processor (опционально): pro (по умолчанию), ultra, и т.д.
  • timeout_seconds (опционально): по умолчанию 1800

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

  • Нужен глубокий отчёт, а не обычный поиск
  • Многошаговый ресёрч с синтезом
  • Аналитические задачи, где важна полнота

Требования и API-ключ

Для работы нужен PARALLEL_API_KEY от Parallel.

Где взять ключ:

  1. Открой https://platform.parallel.ai
  2. Войди или создай аккаунт.
  3. Перейди в раздел API keys / Developer settings.
  4. Создай новый API key.
  5. Сохрани его локально как переменную окружения:
export PARALLEL_API_KEY="PASTE_YOUR_KEY_HERE"

Для постоянного хранения можно добавить ключ в shell profile (~/.zshrc, ~/.bashrc) или в env-файл, который читает scripts/deep.sh:

mkdir -p ~/.openclaw/workspace/.secrets
printf 'PARALLEL_API_KEY=%s
' 'PASTE_YOUR_KEY_HERE' > ~/.openclaw/workspace/.secrets/deep-ws.env
chmod 600 ~/.openclaw/workspace/.secrets/deep-ws.env

Не коммить API key в GitHub и не вставляй его в промпт агенту.

Дополнительно:

  • Для Deep Research лучше использовать pro/ultra (доступны и fast-версии, если включены у аккаунта).
  • Входной запрос держать короче 15000 символов.
  • Задача может выполняться долго (до ~45 минут на сложных ресёрчах).
  • Docs: https://docs.parallel.ai/getting-started/overview

Read the full file on GitHub · 93 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. 4d ago First seen · 93 lines · 61 tokens per session scan B 2b99f01cee1d

Subscribe to this mod's changes

deep is a skill published in the GitHub repository HinkoK/agent-skills (5 stars, last pushed 2mo ago), licensed MIT. It adds 61 tokens to every session and 852 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.