research-writing-router

Routes academic writing requests to specialized skills for editing, citations, LaTeX, and venue formatting.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Academic writing involves many distinct sub-tasks—structuring papers, polishing prose, managing citations, LaTeX typesetting, and venue-specific formatting—and finding the right specialized method for each one is time-consuming. This router resolves that by matching your writing request to the correct specialized Skill.

Core Features & Use Cases

  • Skill Discovery: Calls skill_search with your document section, target venue or style, and requested transformation to find matching writing methods.
  • Stable Skill Selection: Picks one stable Skill ID from compact search results and loads it via skill_load before applying instructions.
  • Use Case: You need to reformat a manuscript for a specific conference template. Describe the venue and transformation, and the router locates and loads the exact venue-template Skill to apply.

Quick Start

Ask the assistant to find and apply the right writing skill for polishing your paper's Related Work section to match a target journal's style.

Frequently Asked Questions about research-writing-router

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

FAQPage Schema
How do I find the right skill for academic paper writing?▼

Use this router by describing your document section, target venue or citation style, and the transformation you need. It calls skill_search to return matching writing skills, then loads the chosen one with skill_load.

What writing tasks does the research writing router cover?▼

It covers paper structuring, prose polishing and editing, citation style management, LaTeX typesetting, venue-specific templates, and submission formatting. Each task is handled by a specialized skill the router discovers and loads.

Can I use this router for LaTeX and conference template formatting?▼

Yes. Specify the target venue or template along with your formatting request, and the router searches for a venue-template or LaTeX skill, then loads it to apply the required submission formatting.

Does the router write the paper content itself?▼

No. The router only discovers and loads one specialized writing skill; the loaded skill provides the actual instructions. For the overall production lifecycle, it defers to Research-Claw's Writing SOP.

What happens if skill_search returns multiple matching skills?▼

The router instructs selecting one stable Skill ID from the compact results and calling skill_load once. Only a single specialized method is applied per request to keep the workflow deterministic.