deepscientist-windows-wsl-setup

Automate DeepScientist setup and troubleshooting on Windows with WSL2.

Updated May 24, 2026
One-click install
npx skills add https://github.com/leoplasture/STA304_Final_Project --skill deepscientist-windows-wsl-setup-leoplasture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deepscientist-windows-wsl-setup
Source: https://github.com/leoplasture/STA304_Final_Project/tree/main/skills/deepscientist-windows-wsl-setup
Command: npx skills add https://github.com/leoplasture/STA304_Final_Project --skill deepscientist-windows-wsl-setup-leoplasture

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, nodejs, npm, git, uv, codex, ds, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps set up DeepScientist on Windows using WSL2, addressing the need for a seamless integration and troubleshooting common issues.

Core Features & Use Cases

  • Installation & Repair: Handles the installation and repair of DeepScientist on Windows with WSL2.
  • Configuration: Configures Linux-side Node/Python prerequisites, Codex auth/relay, and WSL proxy.
  • Validation: Validates the setup with ds doctor and ensures the Web UI is accessible.
  • Use Case: Ideal for users who need to quickly set up DeepScientist on a Windows machine with WSL2, including creating a WSL distro, configuring prerequisites, and verifying the setup.

Quick Start

Run the following command to install DeepScientist on this Windows machine using WSL2:

wsl -d Ubuntu -- bash -c "cd /tmp && codex exec --skip-git-repo-check 'Print exactly OK and exit.' && ds doctor"

Frequently Asked Questions about deepscientist-windows-wsl-setup

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

FAQPage Schema
How do I set up DeepScientist on Windows using WSL2?

You can set up DeepScientist on Windows with WSL2 by automating WSL2 distro creation, configuring Linux-side Node and Python prerequisites, setting up Codex configuration, and validating the setup with ds doctor.

What do I need to install before configuring DeepScientist on WSL2?

Before configuring DeepScientist on WSL2, you need Python, Node.js, npm, git, uv, codex, and ds installed, as these dependencies handle Linux-side prerequisites and setup validation.

How does WSL2 integration work for DeepScientist on a Windows machine?

WSL2 integration for DeepScientist works by creating a Linux distro on Windows, installing Linux-side prerequisites, configuring Codex auth and relay, and setting up a WSL proxy for seamless operation.

Why is my DeepScientist WSL2 setup not working properly?

Your DeepScientist WSL2 setup might not be working due to missing prerequisites like Python or Node.js, incorrect Codex configuration, or an inaccessible Web UI, which can be diagnosed using the ds doctor validation command.

Can I automate the creation of a WSL2 distro for DeepScientist?

Yes, you can automate the creation of a WSL2 distro for DeepScientist, as the setup process explicitly handles WSL2 distro creation alongside configuring Linux-side prerequisites and validating the installation.