co-storm-autonomous-research

Routes the /co-storm-autonomous-research 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 co-storm-autonomous-research-onesmash
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: co-storm-autonomous-research
Source: https://github.com/onesmash/slm-as-harness/tree/main/skills/durable-workflow-runtime/workflow-shortcuts/co-storm-autonomous-research
Command: npx skills add https://github.com/onesmash/slm-as-harness --skill co-storm-autonomous-research-onesmash

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill provides a dedicated slash command entry point for the co-storm-autonomous-research durable workflow, so users can trigger autonomous research runs without typing the full runtime invocation. ## Core Features & Use Cases - Slash Command Shortcut: Loads only when the user explicitly invokes /co-storm-autonomous-research. - Workflow Delegation: Forwards execution to /durable-workflow-runtime co-storm-autonomous-research along with the user's raw trailing text. - Use Case: A researcher types /co-storm-autonomous-research followed by a topic, and the durable workflow runtime picks up the request and runs the autonomous research workflow with that input. ## Quick Start Invoke /co-storm-autonomous-research followed by your research topic to start the autonomous research workflow.

Frequently Asked Questions about co-storm-autonomous-research

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

FAQPage Schema
How do I run the co-storm autonomous research workflow?▼

Invoke the /co-storm-autonomous-research slash command followed by your research topic or instructions. The shortcut forwards your raw trailing text to /durable-workflow-runtime co-storm-autonomous-research, which executes the workflow.

What does the co-storm-autonomous-research shortcut actually do?▼

It is a slash-only shortcut that loads when you explicitly type /co-storm-autonomous-research. It then delegates execution to the durable-workflow-runtime skill, passing along your raw trailing text unchanged.

Does this shortcut work without the durable workflow runtime?▼

No. The shortcut only forwards the invocation to /durable-workflow-runtime co-storm-autonomous-research, so the durable-workflow-runtime skill must be available to actually execute the research workflow.

When is the co-storm-autonomous-research skill loaded?▼

It loads only when the user explicitly invokes the /co-storm-autonomous-research slash command. It is not activated by general research requests or other commands.