input-router
Use the input path to select the correct downstream grounding pipeline and continue execution until the selected grounding workflow is completed.
npx skills add gaotiexinqu/OneResearchClaw --skill input-router --agent cursor
Same command for any agent — swap --agent for claude-code, codex, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 This Skill Does
- What This Skill Does Not Do
- Routing Principle
- URL Detection (Priority 1)
- File Extension Detection (Priority 2)
- Supported Routing Table
- URL Patterns (Remote Inputs)
- File Extensions (Local Inputs)
- Required Workflow
- URL Detection Patterns
- arXiv URLs
- YouTube URLs
- Bilibili URLs
- Merge Failure Handling
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.