Agent skill · Workflow & Productivity

input-router

Use the input path to select the correct downstream grounding pipeline and continue execution until the selected grounding workflow is completed.

Yiming Zhao438★ · 1 repos on radarProfile →
cursorMIT
Install
npx skills add gaotiexinqu/OneResearchClaw --skill input-router --agent cursor

Same command for any agent — swap --agent for claude-code, codex, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Path: .cursor/skills/input-router/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 438
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Input Router Use this skill as the **unified input entry layer** for the system. This skill is a **system-level dispatcher**. It does **not** implement document parsing, transcription, table extraction, PPT grounding, archive unpacking, or meeting summarization logic by itself. However, it does **not** stop at routing analysis. After identifying the correct input type, it must **immediately invoke the correct downstream skill and continue the task until that downstream grounding workflow is completed**. ## What This Skill Does This skill must: 1. inspect the input path, 2. determine the file type **strictly by extension**, 3. select the correct downstream grounding pipeline, 4. invoke the corresponding existing skill, 5. and continue until the selected downstream skill's workflow has completed. ## What This Skill Does Not Do This skill must **not** directly implement the grounding logic that belongs to downstream skills. It must not: - transcribe audio by itself - extract content from documents by itself - parse tables by itself - ground PPTX files by itself - unpack archives by itself - write `grounded.md` by bypassing the downstream skill Those tasks belong to the selected down

What's inside
Steps it walks through
  1. What This Skill Does
  2. What This Skill Does Not Do
  3. Routing Principle
  4. URL Detection (Priority 1)
  5. File Extension Detection (Priority 2)
  6. Supported Routing Table
  7. URL Patterns (Remote Inputs)
  8. File Extensions (Local Inputs)
  9. Required Workflow
  10. URL Detection Patterns
  11. arXiv URLs
  12. YouTube URLs
  13. Bilibili URLs
  14. Merge Failure Handling
More from OneResearchClaw
All skills →
About this skill
What does the input-router skill do?

Use the input path to select the correct downstream grounding pipeline and continue execution until the selected grounding workflow is completed.

How do I install it?

Run `npx skills add gaotiexinqu/OneResearchClaw --skill input-router --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From gaotiexinqu/OneResearchClaw, a repository with 438 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going