pesquisa-profunda

Automates in-depth multi-source research using Python libraries and external services.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/duthome/sdr --skill pesquisa-profunda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pesquisa-profunda
Source: https://github.com/duthome/sdr/tree/main/.claude/skills/pesquisa-profunda
Command: npx skills add https://github.com/duthome/sdr --skill pesquisa-profunda

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, BeautifulSoup, lxml, tavily, Task, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines in-depth research by leveraging multi-step, multi-source processes to explore any topic thoroughly.

Core Features & Use Cases

  • Comprehensive Research: Conduct multi-source research with 7-phase pipelines, automatic tool selection, and quality control.
  • Customizable Agents: Use custom agents for web research and synthesis.
  • Interactive Delivery: Deliver results in an interactive HTML format.
  • Use Case: If you need to research a market, analyze a company, or understand a complex topic, this Skill can help you gather and synthesize multiple sources of information.

Quick Start

Run the 'pesquisa-profunda' skill and provide a topic or question you want to research.

Frequently Asked Questions about pesquisa-profunda

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate multi-source market research and information synthesis in Python?

You can automate multi-source market research by using Python libraries like requests, BeautifulSoup, and lxml for web crawling and text extraction, combined with the Tavily API to gather and synthesize information across multiple sources.

What is the best way to conduct in-depth competitive analysis using web crawling and API integration?

The best way to conduct in-depth competitive analysis is using a multi-phase research pipeline that automates web crawling with BeautifulSoup and integrates external services via the Tavily API to ensure comprehensive data extraction and quality control.

How does automatic tool selection work for complex research tasks?

Automatic tool selection for complex research tasks works by routing your topic through a 7-phase pipeline that programmatically chooses the appropriate web crawling, API integration, or synthesis agent based on the specific data extraction requirements.

Do I need to install external libraries to run multi-source research pipelines?

Yes, you need to install external libraries including requests, BeautifulSoup, lxml, and tavily to run the multi-source research pipelines, as the data extraction and API integration processes rely heavily on these dependencies.

Can I deliver web research results in an interactive HTML format?

Yes, you can deliver web research results in an interactive HTML format, which allows you to present synthesized information from custom agents in a structured and easily navigable way for strategic decision-making.

When should I not use automated web crawling for market research?

You should not use automated web crawling for market research when target sources require complex JavaScript rendering or block API integration, as standard libraries like requests and BeautifulSoup may fail to extract the necessary data.