Open Science Desktop — local-first, model-agnostic AI research workbench for macOS, Windows & Linux. Open-source Claude Science desktop alternative built on Tauri + MCP + agent skills.
# Add to your Claude Code skills
git clone https://github.com/ai4s-research/open-scienceLast scanned: 7/5/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-07-05T07:26:04.234Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}open-science is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by ai4s-research. Open Science Desktop — local-first, model-agnostic AI research workbench for macOS, Windows & Linux. Open-source Claude Science desktop alternative built on Tauri + MCP + agent skills. It has 1,377 GitHub stars.
Yes. open-science passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/ai4s-research/open-science" and add it to your Claude Code skills directory (see the Installation section above).
open-science is primarily written in TypeScript. It is open-source under ai4s-research on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh open-science against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Local-first, model-agnostic AI research workbench for macOS, Windows & Linux.
Formerly Open Science. An open-source desktop alternative to Claude Science and similar AI-for-science workbenches — built with Tauri, MCP, agent skills, and reproducible artifacts. It connects agents, notebooks, files, figures, reports, runs, and review into one auditable desktop workflow.
osd server starts the whole workbench — workspace, agent runtime, and the same web UI — on a machine with no display, and osd session send … --wait drives it from a script or another agent. One tarball, no installer. (unreleased)osd)Runs the whole research loop — from a broad direction to a finished paper: exploration, literature survey, hypothesis, experiment code, analysis, figures, and write-up, in one continuous, auditable session.
ai4s-agent chains specialist skills
end to end (explore → survey → experiment → write), and each stage drops a real,
inspectable artifact into your workspace, not just a chat reply.packages/sdk to a bundled,
pinned OpenCode sidecar. Bring your own model; providers, skills, and MCP servers
stay pluggable./plan lays out an execution plan before touching a
file, and /goal fixes the objective, constraints, and acceptance criteria the
agent then works toward./ commands, ! shell mode, and a model-agnostic SDK.One prompt -> a publication-grade figure, and every point traces to the exact code and inputs that made it. No black boxes: open any artifact to see its generating script, its data files, and the conversation that produced it.

Literature -> a verifiable report. Fan the search out across sources, draft a manuscript rendered as a PDF, and gate it on a citation review — DOIs resolved, unsourced numbers and figure/code inconsistencies flagged — before anything ships.

Drives your own Chrome. The agent reads the live web through your real browser profile — logins and all — then turns what it finds into a figure and a sortable CSV.

Research from anywhere — even your phone. A built-in authenticated gateway serves the real desktop UI to a browser on your LAN (or a tunnel), so you can kick off a run at your desk and read the finished figure and report on your phone.


The research loop, as skills. One meta-skill runs the full pipeline; each stage is a self-contained skill that produces a real, gradeable artifact — runnable on any model OpenCode supports:
| Skill | Role | Primary output |
|---|---|---|
ai4s-agent |
Runs the four skills below, in order | The full research package |
research-explorer |
Turn a broad direction into concrete topics | research_exploration.md, topic_matrix.md, literature_pre_survey.md |
literature-survey |
Write a literature survey | 6–20 pp PDF, 60+ real citations, LaTeX source, taxonomy figures |
experiment-suite |
Build an experiment package | De |