research-analysis-router

Routes statistical, causal inference, and visualization tasks to the appropriate analysis skill.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When a research task involves statistics, econometrics, data wrangling, causal inference, or publication figures, it is hard to know which specialized analysis capability to invoke. This router resolves that ambiguity by searching available skills and loading the single best match.

Core Features & Use Cases

  • Intent-Based Routing: Detects when a task requires statistical analysis, causal inference, data cleaning, econometrics, or chart generation.
  • Skill Discovery Workflow: Calls skill_search with the concrete method, data type, and desired output, compares compact candidates, then loads exactly one stable Skill ID via skill_load.
  • Use Case: You ask to "run a difference-in-differences analysis on my panel data and produce a publication-quality figure" — the router searches for the matching econometrics skill, selects one candidate, and loads it before executing.

Quick Start

Ask the assistant to analyze your dataset with a specific statistical method and let the router find and load the right analysis skill for the task.

Frequently Asked Questions about research-analysis-router

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

FAQPage Schema
How do I choose the right statistical analysis skill for my research task?

Describe the concrete method, data type, and desired output, and the router calls skill_search to retrieve candidate skills. It compares the compact candidates and loads the single best-matching skill via skill_load before executing.

What kinds of tasks does the research analysis router handle?

It covers statistical analysis, causal inference, econometrics, data cleaning and wrangling, visualization, and publication-quality figure generation. Any task in these domains triggers the routing workflow.

Does the router load multiple skills to compare them?

No. Search candidates are not treated as usable skills. The router compares only the compact candidate descriptions, selects one stable Skill ID, and loads just that one skill.

When should I not use the research analysis router?

Skip it when the task is unrelated to data analysis, such as literature management or paper writing. It is designed only for statistics, causal inference, wrangling, econometrics, and visualization requests.