by K-Dense-AI
An AI co-scientist powered by Scientific Agent Skills running on your desktop.
# Add to your Claude Code skills
git clone https://github.com/K-Dense-AI/k-dense-byokLast scanned: 5/10/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-10T06:35:06.645Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}k-dense-byok is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by K-Dense-AI. An AI co-scientist powered by Scientific Agent Skills running on your desktop. It has 905 GitHub stars.
Yes. k-dense-byok 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/K-Dense-AI/k-dense-byok" and add it to your Claude Code skills directory (see the Installation section above).
k-dense-byok is primarily written in TypeScript. It is open-source under K-Dense-AI 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 k-dense-byok against similar tools.
No comments yet. Be the first to share your thoughts!
Your own AI research assistant, running on your computer, powered by your API keys.

K-Dense BYOK (Bring Your Own Keys) is a free, open-source app that gives you Kady — an AI research assistant for scientists in any field. Describe a task in plain language — analyze this dataset, review my manuscript, search the literature, build this figure — and Kady does the work: it reads and writes your files, writes and runs real analysis code, searches the web, and hands you the results.
Three things to know up front:
Beta: K-Dense BYOK is currently in beta. Many features and improvements are on the way. Star us on GitHub to stay in the loop, and follow K-Dense on X, LinkedIn, and YouTube for release notes and tutorials.
Do real research work
citation-checker, a statistical-reviewer, and a peer-reviewer — working one at a time, in parallel, or in sequence. Learn more.Built for science
Choose your AI
Stay organized and in control
You need two things:
winget install OpenJS.NodeJS.LTS) and Git for Windows first — Kady's agent runs its shell commands through the Git Bash that Git for Windows provides. (Prefer a Linux environment? WSL works too.)sk-or-...). One account gives you every major AI model; no separate OpenAI/Anthropic/Google accounts needed. Or skip this entirely and use free local models.Open a terminal (on a Mac: press Cmd+Space, type "Terminal", press Enter) and run these four lines:
git clone https://github.com/K-Dense-AI/k-dense-byok.git
cd k-dense-byok
cp .env.example .env # then paste your OpenRouter key into the new .env file
./start.sh
On Windows (press Win, type "PowerShell" or "Terminal", press Enter):
git clone https://github.com/K-Dense-AI/k-dense-byok.git
cd k-dense-byok
copy .env.example .env # then paste your OpenRouter key into the new .env file
.\start.cmd
In plain terms: the first two lines download the app and step into its folder; the third creates a small settings file where you paste your key (open .env with any text editor); the last starts the app.
The first start installs everything automatically (it takes a few minutes); then your browser opens to http://localhost:3000 — that address is your own computer, not a website. Press Ctrl+C in the terminal to stop the app. You can also add or change API keys anytime from the in-app Settings — no restart needed.
That's it. Create a project, drop in your data, and ask Kady for what you want — for example: "Run a differential expression analysis on counts.csv comparing treated vs control, and plot a volcano plot."
➡️ Step-by-step details, optional API keys, and troubleshooting: Installation guide ➡️ Your first session and everyday features: Basic usage
All guides live in the docs/ folder:
| Guide | What it covers |
|---|---|
| Installation | Full setup walkthrough, optional API keys, updating, troubleshooting |
| Basic usage | First session, chat tabs, files, workflows, databases, costs, tips |
| File previews | Every scientific format Kady can render — structures, spectra, imaging, arrays, and more |
| Living Lab Notebook | Real-time record of Kady's work — structured entries, export, and PDF |
| Sub-agents | Kady's team of 21 scientific specialists and how to customize them |
| Connecting external tools (MCP) | Give Kady extra abilities like GitHub, reference managers, and databases |
| Local models with Ollama | Run everything on free local models, no API keys required |
| [Model |