← 返回 Skills 市场
terrycarter1985

Research Assistant Deep

作者 terrycarter1985 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
48
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install research-assistant-deep
功能描述
Deep research and synthesis assistant. Use when you need to investigate a topic across multiple sources, compare findings, produce structured research report...
使用说明 (SKILL.md)

Research Assistant

Structured multi-source research with citation tracking and synthesis.

When to Use

  • Multi-step investigation across 3+ sources
  • Comparative analysis requiring side-by-side findings
  • Reports needing citations and source attribution
  • Topic exploration where depth matters more than speed

Workflow

1. Scope

Clarify the research question. Break broad topics into 2-5 sub-questions. Define the output format upfront (brief, detailed, table, report).

2. Search

Run 2-3 parallel web_search calls with varied query phrasing per sub-question. Use freshness and country filters when recency or region matters.

3. Fetch & Extract

For each promising result, use web_fetch with extractMode: "markdown" and maxChars: 8000. Skip paywalled or low-value pages quickly.

4. Synthesize

Cross-reference findings across sources. Flag contradictions explicitly. Assign confidence levels:

Level Meaning
High 3+ independent sources agree
Medium 2 sources or 1 authoritative source
Low Single unverified source

5. Cite & Deliver

Every factual claim gets a source line: [N] Source Title — URL

Output format:

## [Topic]

### Key Findings
- Finding 1 [1]
- Finding 2 [2,3]

### Contradictions
- Source A says X [1], Source B says Y [2]

### Sources
[1] Title — https://...
[2] Title — https://...

Tips

  • Vary queries: rephrase, use synonyms, add site: filters
  • Go deep on one source before moving on: don't skim 20 pages
  • Track dead ends: note queries that returned nothing to avoid repeating
  • Set maxChars conservatively: 4000-8000 per fetch; increase only if needed
  • Parallelize searches, serialize fetches (respect rate limits)

Advanced Patterns

For multi-phase research, see references/deep-dive.md.

For automated source credibility scoring, see scripts/credibility.py.

安全使用建议
This skill appears safe for normal research use. Before installing, be aware that research queries and URLs may be sent through web search/fetch services, and verify important conclusions from the cited sources.
功能分析
Type: OpenClaw Skill Name: research-assistant-deep Version: 1.0.0 The skill bundle provides a structured framework for a research assistant, including a Python script for domain-based credibility scoring and markdown instructions for multi-phase investigations. The code in `scripts/credibility.py` uses simple heuristics to categorize URLs without any external network calls or risky file operations, and the instructions in `SKILL.md` are well-aligned with the stated purpose of research synthesis without any evidence of prompt injection or malicious intent.
能力评估
Purpose & Capability
The stated purpose is deep multi-source research, and the instructions focus on scoping, web searching, fetching sources, cross-checking, citation, and reporting.
Instruction Scope
The workflow fetches external web pages for synthesis using `web_fetch`; this is purpose-aligned, but fetched pages should be treated as source material rather than instructions.
Install Mechanism
No install spec, package installation, remote script, or automatic execution is specified. The included Python helper uses only standard library URL parsing and JSON output.
Credentials
The skill explicitly requires `web_search` and `web_fetch`, so research queries and fetched URLs may go through external web tooling; this is proportionate to the research purpose.
Persistence & Privilege
The artifacts declare no credentials, environment variables, config paths, background workers, persistence, or privileged local access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install research-assistant-deep
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /research-assistant-deep 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: multi-source deep research with citation tracking and credibility scoring
元数据
Slug research-assistant-deep
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Research Assistant Deep 是什么?

Deep research and synthesis assistant. Use when you need to investigate a topic across multiple sources, compare findings, produce structured research report... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 48 次。

如何安装 Research Assistant Deep?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install research-assistant-deep」即可一键安装,无需额外配置。

Research Assistant Deep 是免费的吗?

是的,Research Assistant Deep 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Research Assistant Deep 支持哪些平台?

Research Assistant Deep 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Research Assistant Deep?

由 terrycarter1985(@terrycarter1985)开发并维护,当前版本 v1.0.0。

💬 留言讨论