Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计通过

autosolutions-deep-research汽车解决方案深入研究

Agent Skill

autosolutions-deep-research 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,635

周安装

153

GitHub Stars

公开资料未说明

下载量

1,273
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:autosolutions-deep-research(汽车解决方案深入研究)
来源仓库:https://github.com/autosolutionsai-didac/autosolutions-deep-research
安装命令:
openclaw skills install autosolutions-deep-research
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install autosolutions-deep-research

简介

执行多阶段深度研究与综合分析任务。autosolutions-deep-research 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 利用并行子代理与迭代搜索获取全面信息。
  • 适用于竞争情报与市场趋势研判需求。
  • 安装命令:openclaw skills install autosolutions-deep-research。
  • 注意网络请求频率限制与反爬机制规避。

SKILL.md

name
deep-research
description
Conduct deep multi-phase research using parallel subagents and iterative search. Use for deep research requests, comprehensive analysis, competitive intelligence, market research, or thorough investigation of complex topics.

Deep Research Skill

Overview

This skill conducts thorough, multi-phase research using parallel subagents and iterative search methodology. It simulates ChatGPT Deep Research and Anthropic Deep Search by breaking complex topics into sub-questions, distributing work across 6-10 parallel research agents, and synthesizing findings into a structured report.

When to Use

Use this skill when the user requests:

  • Deep research on a topic
  • Comprehensive analysis
  • Competitive intelligence
  • Market research
  • Thorough investigation (not quick facts)
  • Multi-angle exploration of complex subjects

Research Methodology

Core Principles

  1. Multi-pass queries — Never one-and-done; iterate based on findings
  2. Source triangulation — Verify claims across 3-5 independent sources
  3. Primary source hunting — Find original studies, docs, not just blog posts
  4. Contradiction spotting — Flag where sources disagree; don't hide uncertainty
  5. Synthesis over summary — Connect dots, identify patterns, surface insights

Parallel Agent Architecture

For deep research, spawn 6-10 subagents to explore different angles simultaneously:

Research Lead (you)
├── Agent 1: Background & definitions
├── Agent 2: Market/industry landscape
├── Agent 3: Key players/competitors
├── Agent 4: Technology/trends
├── Agent 5: Challenges/risks
├── Agent 6: Opportunities/future outlook
├── Agent 7: Case studies/examples
├── Agent 8: Data/statistics
└── Agent 9-10: Specialized deep-dives (as needed)

Search Tool Strategy

Use web_search with different modes per phase:

ModeUse Case
deep-reasoningInitial exploration, complex queries
deepBroad topic coverage, 20-30 results
neuralSemantic matching, finding relevant pages
fastQuick fact-checks, specific lookups
instantVerifying names, dates, basic facts

Use web_fetch to:

  • Extract full article content from promising URLs
  • Read primary sources, studies, documentation
  • Get details that search snippets miss

Workflow

Phase 1: Scoping (5 min)

  1. Clarify the topic — Ask user if the request is ambiguous
  2. Identify sub-questions — Break the topic into 6-10 research angles
  3. Define success — What does a good answer look like?

Example sub-question breakdown for "AI agent platforms":

  • What are AI agent platforms and how do they work?
  • What's the market size and growth trajectory?
  • Who are the major players (established + startups)?
  • What technologies power these platforms?
  • What are the main use cases?
  • What challenges/limitations exist?
  • What's the competitive landscape?
  • What trends are emerging?

Phase 2: Parallel Research (15-25 min)

Spawn subagents with sessions_spawn for each research angle:

# Example subagent spawn
sessions_spawn(
  task="Research [specific angle]. Use web_search with mode=deep-reasoning, 20-30 results. Fetch full content from 5-10 key sources. Return: key findings, statistics, quotes with sources, contradictions spotted.",
  runtime="subagent",
  mode="run"
)

Each subagent should:

  • Use appropriate web_search mode for their angle
  • Fetch 5-10 full articles with web_fetch
  • Return structured findings with source citations
  • Flag uncertainties or conflicting information

Phase 3: Synthesis (10-15 min)

As research lead, consolidate findings:

  1. Aggregate results — Collect all subagent outputs
  2. Identify patterns — What themes emerge across angles?
  3. Spot contradictions — Where do sources disagree?
  4. Fill gaps — Run targeted searches for missing pieces
  5. Verify claims — Cross-check key statistics across sources

Phase 4: Report Writing (10 min)

Structure the final report as follows:

Output Format

# [Research Topic]

## Executive Brief

[150-250 words: The 3-5 most important takeaways. Lead with the answer. What should the reader know after finishing this report?]

---

## 1. Background & Context

[Foundational information, definitions, why this matters]

## 2. [Key Theme 1]

[Deep dive with supporting evidence]

## 3. [Key Theme 2]

[Deep dive with supporting evidence]

## 4. [Key Theme 3]

[Deep dive with supporting evidence]

## 5. Challenges & Risks

[What could go wrong, limitations, open questions]

## 6. Opportunities & Outlook

[Future trends, emerging developments, what to watch]

## Key Takeaways

- [Bulleted summary of 5-7 most important points]

---

## Sources

[Numbered list with full URLs, titles, and 1-line context for each source]

1. [Title](URL) — [Brief context: what this source contributed]
2. [Title](URL) — [Brief context]
...

Citation Guidelines

  • In-text — Use numbered brackets: [1], [2-4], [5, 7]
  • Sources section — Full URL, title, and 1-line context
  • Minimum sources — 20-30 for deep research
  • Quality over quantity — Prefer primary sources, industry reports, reputable publications

Tool Usage

web_search

# Broad exploration
web_search query="[topic]" type="deep-reasoning" count=30 freshness="year"

# Targeted lookup
web_search query="[specific fact]" type="fast" count=10

# Recent developments
web_search query="[topic]" type="neural" count=20 freshness="month"

web_fetch

# Extract full content
web_fetch url="https://example.com/article" extractMode="markdown" maxChars=5000

sessions_spawn (for parallel research)

# Spawn research subagent
sessions_spawn(
  task="Research [specific angle]. Search with mode=deep-reasoning, 25 results. Fetch 8-10 full articles. Return structured findings with citations.",
  runtime="subagent",
  mode="run"
)

Quality Checks

Before delivering the report, verify:

  • [ ] Executive brief captures the 3-5 most important takeaways
  • [ ] All major claims have 2+ source citations
  • [ ] Contradictions/uncertainties are flagged, not hidden
  • [ ] Sources section has 20-30 entries with full URLs
  • [ ] Report answers the original question thoroughly
  • [ ] No obvious gaps in coverage

Adaptation

For Quick Research (<10 min)

  • Skip subagent spawning
  • Run 3-5 targeted searches yourself
  • Aim for 10-15 sources
  • Condense report structure

For Ultra-Deep Research (60+ min)

  • Spawn 10-15 subagents
  • Include primary source documents, academic papers
  • Add data tables, comparisons, timelines
  • Include appendix with raw findings

Notes

  • Context efficiency — Subagents run in isolated sessions; only their findings load into your context
  • Parallelism — Spawn all subagents at once, then sessions_yield to wait for completion
  • Iterative — If initial findings reveal new angles, spawn follow-up agents
  • Time boxing — Set runTimeoutSeconds on subagents to prevent runaway research

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

97.15%
按下载量换算1,237

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install autosolutions-deep-research 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills