academic-research-pipeline

Routes the /academic-research-pipeline slash command to the durable workflow runtime.

Updated May 13, 2026
One-click install
npx skills add https://github.com/onesmash/slm-as-harness --skill academic-research-pipeline-onesmash
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: academic-research-pipeline
Source: https://github.com/onesmash/slm-as-harness/tree/main/skills/durable-workflow-runtime/workflow-shortcuts/academic-research-pipeline
Command: npx skills add https://github.com/onesmash/slm-as-harness --skill academic-research-pipeline-onesmash

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users who run the academic research pipeline repeatedly need a short, memorable slash command instead of typing the full durable workflow invocation each time. ## Core Features & Use Cases - Slash Command Shortcut: Maps the /academic-research-pipeline command directly to the durable workflow runtime. - Argument Forwarding: Passes the user's raw trailing text after the command into the underlying workflow unchanged. - Use Case: A researcher types /academic-research-pipeline recent papers on protein folding and the request is routed to the durable workflow runtime with the query intact. ## Quick Start Type /academic-research-pipeline followed by your research request to launch the academic research pipeline workflow.

Frequently Asked Questions about academic-research-pipeline

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

FAQPage Schema
How do I run the academic research pipeline workflow?▼

Invoke the slash command /academic-research-pipeline followed by your research request. The shortcut forwards your trailing text to the durable workflow runtime, which executes the academic-research-pipeline workflow.

What does the academic-research-pipeline shortcut do?▼

It is a slash-only alias that loads only when you explicitly type /academic-research-pipeline. It then continues through /durable-workflow-runtime academic-research-pipeline with your raw trailing text appended.

Does the shortcut work without the durable workflow runtime?▼

No. This shortcut depends on the durable-workflow-runtime skill being installed, since it delegates all execution to that runtime. Without it, the routed command cannot be resolved.

When should I not use this shortcut?▼

Do not use it for general conversation or tasks outside the academic research pipeline, because it only activates on the explicit slash command and always routes to that single workflow.