用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tallesborges/zdx --skill deep-research命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Cut a new zdx release. Use when the user asks to release, cut a release, ship a version, publish a build, bump the version, or generate release notes / changelog for zdx. Orchestrates version bump, changelog, and dispatching the manual GitHub Release workflow.
Use for memory-related tasks: saved notes, factual questions that may already be documented, and saving durable information. Prefer Memory_Search and Thread_Search for discovery; use this skill for routing, note-saving, and filing conventions.
Use when the user names specific models to do the work, or wants one prompt answered by several models or reasoning levels for comparison. Covers single-model dispatch, multi-model panels (including models answering in a subagent role such as oracle), and model/thinking-level benchmarks. Prefer this over invoke_subagent whenever the user names the models.
基于 SOC 职业分类
| name | deep-research |
| description | Use only when the user explicitly asks for deep research. |
Use this skill only when the user explicitly asks for deep research.
This skill is provider-agnostic. Choose the provider or implementation that best fits the user's request and the available environment.
Typical triggers:
Do not use this skill for:
web_search can answer quicklyIf the user does not specify a provider, use the bundled default implementation in scripts/parallel_deep_research.py.
The bundled script:
$ZDX_ARTIFACT_DIRIf the user explicitly wants another provider for deep research, follow that provider instead of the bundled default implementation.
Good prompts are specific about:
Good example:
Create a research report on the current landscape of developer-focused AI coding agents in 2026. Compare product positioning, core workflows, pricing signals, platform support, and notable technical differentiators. Focus on official product pages, docs, benchmark posts, and credible reporting. End with a concise competitive summary.
Weak example:
Research AI coding tools.
python3 scripts/parallel_deep_research.py \
--save-artifacts \
-- "Create a research report on the current landscape of developer-focused AI coding agents in 2026."
The bundled default implementation currently uses:
pro-fasttextAlways prefer the -fast variant when using these processors.
Do not switch away from pro-fast unless the user explicitly asks.
Keep the default implementation simple unless the user explicitly asks for a different provider or a higher-quality/slower run.
Use these as mental guidance only. The bundled default implementation stays on pro-fast unless the user explicitly asks to change it.
core-fast: lighter and cheaper; better for more structured or narrower researchpro-fast: default choice; best general option for open-ended deep researchultra-fast: stronger and more expensive; use only when the user explicitly wants deeper researchAlways prefer the fast variant for these processors.
When $ZDX_ARTIFACT_DIR is available, prefer --save-artifacts. This stores:
Artifacts should stay under $ZDX_ARTIFACT_DIR/deep-research/.
The script requires:
python3PARALLEL_API_KEY in the environmentIf PARALLEL_API_KEY is missing, stop and tell the user exactly that.
For this skill, use polling by default.
Do not build webhook infrastructure or SSE streaming unless the user explicitly asks for it. This skill is designed for occasional local/manual use, so polling is the simplest and most reliable default.
After the script completes:
If the user wants the full raw result, point them to the saved artifact or return the report directly.