← Back to Skills Marketplace
terrycarter1985

Research Assistant Deep

by terrycarter1985 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
48
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install research-assistant-deep
Description
Deep research and synthesis assistant. Use when you need to investigate a topic across multiple sources, compare findings, produce structured research report...
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install research-assistant-deep
  3. After installation, invoke the skill by name or use /research-assistant-deep
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: multi-source deep research with citation tracking and credibility scoring
Metadata
Slug research-assistant-deep
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 48 downloads so far.

How do I install Research Assistant Deep?

Run "/install research-assistant-deep" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Research Assistant Deep free?

Yes, Research Assistant Deep is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Research Assistant Deep support?

Research Assistant Deep is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Research Assistant Deep?

It is built and maintained by terrycarter1985 (@terrycarter1985); the current version is v1.0.0.

💬 Comments