# Bioresearch Environment Check

> Verify the BioResearch Agent framework installation, Python/dependency versions, network access to biomedical databases, and output-directory permissions. Use when the user asks to validate the environment, troubleshoot a failed workflow run, or before running any analysis.

- Skill: `alim430/bioresearch-environment-check` (Agent Skill)
- Install (CLI): `npx skillmds@latest add alim430/bioresearch-environment-check`
- Raw SKILL.md: https://api.skillmd.com/api/skills/alim430/bioresearch-environment-check/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Alim430 (https://skillmd.com/u/alim430)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/alim430/bioresearch-environment-check

---


# BioResearch Agent — Environment & Reproducibility Check

## Capability

Validates that the framework is correctly installed and runnable, and that the reproducibility
preconditions (dependencies, network, writable outputs) are met. This is the prerequisite skill
before any literature / biomarker / causal workflow.

## Run

```bash
bioresearch doctor
```

The check validates:
- Python version (3.9+)
- Required dependencies (pandas, numpy, scipy, matplotlib, requests, networkx)
- Demo input files present
- Network connectivity to public biomedical APIs
- Output-directory write permissions

## Outputs

Console report only — no data files. Exit code `0` means ready; non-zero means a precondition
failed and should be fixed before running workflows.

## Note

Skills are thin invocation wrappers. This skill dispatches to the framework's `doctor` command;
it makes no network calls itself.

