research-tools-router

Routes research tasks to specialized skills for parsing, OCR, graphs, and scraping.

850|114|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/wentorai/Research-Claw --skill research-tools-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-tools-router
Source: https://github.com/wentorai/Research-Claw/tree/main/skills/research-tools-router
Command: npx skills add https://github.com/wentorai/Research-Claw --skill research-tools-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Research workflows often require specialized tools for document parsing, OCR, knowledge graphs, code execution, or data collection, and finding the right capability among hundreds of skills is slow and error-prone. This router acts as a single entry point that locates and loads the correct specialized skill for the task at hand.

Core Features & Use Cases

  • Capability Discovery: Searches available skills by artifact format, intended operation, and named tool via skill_search.
  • Deterministic Skill Loading: Selects one stable Skill ID from metadata candidates and loads exactly that skill with skill_load.
  • Use Case: You need to OCR a scanned paper and translate it. Instead of browsing the skill catalog manually, you describe the task, and the router finds and loads the appropriate OCR/translation skill.

Quick Start

Ask the assistant to find and load the right research tool for parsing a PDF into a knowledge graph.

Frequently Asked Questions about research-tools-router

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

FAQPage Schema
How do I find the right skill for document parsing or OCR?

Describe the artifact format, intended operation, and tool name if known. The router calls skill_search with those parameters, reviews the metadata candidates, and loads the single matching skill with skill_load.

What research tasks does this router cover?

It covers document parsing, OCR and translation, diagram generation, knowledge graph construction, code execution, notebooks, and ethical data collection or scraping. Any task needing a specialized research application can start here.

Does loading a skill bypass tool permissions or confirmations?

No. Loading a skill through the router does not bypass normal tool permissions or user confirmation. Standard approval flows still apply to any actions the loaded skill performs.

Can the router load multiple skills at once?

No. The router selects exactly one stable Skill ID from the search candidates and loads only that skill. If a task spans multiple capabilities, route each subtask separately.

When should I not use a skill router?

Skip the router when you already know the exact skill you need and can invoke it directly. The router adds value only when the correct specialized tool for a research task is uncertain.