deepscientist-mode

Manage DeepScientist quest state, memory, and artifacts within Hermes.

2|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Rycen7822/DeepScientist-hermes --skill deepscientist-mode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deepscientist-mode
Source: https://github.com/Rycen7822/DeepScientist-hermes/tree/main/skills/deepscientist-mode
Command: npx skills add https://github.com/Rycen7822/DeepScientist-hermes --skill deepscientist-mode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Hermes-native DeepScientist plugin provides a self-contained, rule-driven interface that lets Hermes act as the primary DeepScientist agent, enabling durable quest state, project memory, artifacts, and workflow explanations without leaving the Hermes environment.

Core Features & Use Cases

  • Native integration: use ds_* tools directly within Hermes for memory writing, artifact recording, quest management, and stage routing.
  • Stage-scoped operation: load only the active stage skill (e.g., deepscientist:scout or deepscientist:experiment) and keep project memory isolated from Hermes long-term memory.
  • Flexible resources: optional scripts/references/assets directories can be leveraged to extend capabilities as directed by SKILL.md.

Quick Start

Load the deepscientist mode, then start or continue a quest by running ds_list_quests followed by ds_set_active_quest and ds_get_quest_state.

Frequently Asked Questions about deepscientist-mode

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

FAQPage Schema
How do I manage research quest state and memory inside Hermes?

You can manage quest state and memory inside Hermes by loading the DeepScientist plugin, which provides native ds_* tools to create or resume research state, record project memory, and store artifacts directly within the Hermes environment.

What is the best way to run a multi-stage research workflow using a DeepScientist agent?

The best way to run a multi-stage research workflow is using a structured plugin that enforces stage-scoped operation. It loads only the active stage skill, such as scout or experiment, and routes the quest sequentially while keeping project memory isolated from long-term memory.

How do I start or resume a research quest using native Hermes tools?

To start or resume a research quest in Hermes, load the DeepScientist mode and run ds_list_quests to view existing projects. Then use ds_set_active_quest and ds_get_quest_state to select and continue your research from the correct workflow stage.

Can I use custom scripts and reference assets during a DeepScientist workflow?

Yes, you can leverage optional scripts, references, and assets directories to extend capabilities during a DeepScientist workflow. These resources are directed by SKILL.md and allow you to customize the research process within the Hermes environment.

Does the DeepScientist plugin keep project memory isolated from the main Hermes environment?

Yes, the DeepScientist plugin keeps project memory isolated from Hermes long-term memory. It enforces structured usage rules that preserve project-local DeepScientist data, ensuring your research artifacts and state remain separate from the host environment.