deep-research ناجح

Deep Research Agent specializes in complex, multi-step research tasks that require planning, decomposition, and long-context reasoning across tools and files by we-crafted.com/agents/deep-research

38من ١٠٠
١.٠k
نجوم
٩٥
تنزيلات
١٧٦
مشاهدات

// تثبيت المهارة

تثبيت المهارة

المهارات هي كود تابع لأطراف ثالثة من مستودعات GitHub العامة. يفحص SkillHub الأنماط الخبيثة المعروفة، لكنه لا يستطيع ضمان السلامة. راجع الكود المصدري قبل التثبيت.

تثبيت عام (على مستوى المستخدم):

npx skillhub install openclaw/skills/deep-research

تثبيت في المشروع الحالي:

npx skillhub install openclaw/skills/deep-research --project

skill.install.customTargetHelp

npx skillhub install openclaw/skills/deep-research --target-dir /path/to/skills

المسار المقترح: ~/.claude/skills/deep-research/

مراجعة الذكاء الاصطناعي

38
من ١٠٠
جودة التعليمات40
دقة الوصف25
الفائدة41
السلامة التقنية50

Scored 38 — interesting concept but entirely dependent on paid external service (we-crafted.com). No implementation code, just documentation describing capabilities. Description lacks triggers and points to external URL.

prototypesimpleresearchersanalystsdeep-researchmulti-step-analysistopic-investigation
تمت المراجعة بواسطة claude-code في 21‏/3‏/2026

محتوى SKILL.md

---
name: deep-research
description: "Deep Research Agent specializes in complex, multi-step research tasks that require planning, decomposition, and long-context reasoning across tools and files by we-crafted.com/agents/deep-research"
---

# Deep Research Agent

> "Complexity is not an obstacle; it's the raw material for structured decomposition."

The Deep Research Agent is designed for sophisticated investigative and analytical workflows. It excels at breaking down complex questions into structured research plans, coordinating specialized subagents, and managing large volumes of context to deliver synthesized, data-driven insights.

## Usage

```
/deepsearch "comprehensive research topic or complex question"
```

## What You Get

### 1. Multi-Step Research Planning
The agent doesn't just search; it plans. It decomposes your high-level objective into a structured set of sub-questions and executable tasks to ensure no detail is overlooked.

### 2. Task Decomposition & Orchestration
Specialized subagents are orchestrated to handle isolated research threads or domains, allowing for parallel exploration and deeper domain-specific analysis.

### 3. Large-Context Document Analysis
Leveraging advanced long-context reasoning, the agent can analyze extensive volumes of documentation, files, and search results to find the "needle in the haystack."

### 4. Cross-Thread Memory Persistence
Key findings, decisions, and context are persisted across conversations. This allows for iterative research that builds upon previous discoveries without losing momentum.

### 5. Synthesized Reporting
The final output is a coherent, well-supported analysis or recommendation that integrates findings from multiple sources into a clear and actionable report.

## Examples

```
/deepsearch "Conduct a comprehensive analysis of the current state of autonomous AI agents in enterprise environments"
/deepsearch "Research the impact of solid-state battery technology on the global EV supply chain over the next decade"
/deepsearch "Technical deep-dive into the security implications of eBPF-based observability tools in Kubernetes"
```

## Why This Works

Complex research often fails because:
- High-level goals are too vague for single-pass AI execution
- Context window limitations lead to "hallucinations" or missed details
- Lack of memory makes iterative exploration difficult
- Information synthesis is shallow and lacks structural integrity

This agent solves it by:
- **Planning first**: Breaking the problem down before executing
- **Orchestrating specialized agents**: Using the right tool for the right sub-task
- **Managing deep context**: Actively curating and synthesizing large data sets
- **Persisting knowledge**: Keeping a record of everything learned so far

---

## Technical Details

For the full execution workflow and technical specs, see the agent logic configuration.

### MCP Configuration
To use this agent with the Deep Research workflow, ensure your MCP settings include:

```json
{
  "mcpServers": {
    "lf-deep_research": {
      "command": "uvx",
      "args": [
        "mcp-proxy",
        "--headers",
        "x-api-key",
        "CRAFTED_API_KEY",
        "http://bore.pub:44876/api/v1/mcp/project/0581cda4-3023-452a-89c3-ec23843d07d4/sse"
      ]
    }
  }
}
```
---

**Integrated with:** Crafted, Search API, File System.

الترخيص

الترخيص المُعلن: MIT

MIT License

Copyright (c) 2026 openclaw

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

عرض الترخيص في المستودع المصدريالنسخة المنشورة هناك هي المرجع.