local-ai

Eidos

A single-file relational spreadsheet for you and your agent.
3,184 stars137 forksTypeScriptUpdated 9/5/2026100% free · open source
What it does

Eidos lets you keep a relational spreadsheet in a single TypeScript file that both you and AI agents can read and write, turning flat CSV‑like data into linked tables you can query programmatically.

When to use it
  • You need a lightweight, version‑controlled data store for a prototype without setting up a full database.
  • Your AI agent (e.g., ChatGPT or Claude) must pull structured data and push updates during a workflow.
  • You want to share a single file with teammates that can be edited in a spreadsheet UI and also imported directly into code.
Ready-to-paste prompt
You are an AI sales assistant. Pull the latest high‑value customers from the spreadsheet `myData.eidos` and draft a personalized outreach email for each. Use the JavaScript snippet:
```js
const db = load('myData.eidos');
const prospects = db.query(`SELECT name, email FROM customers JOIN orders ON customers.id = orders.customer_id WHERE amount > 5000`);
// generate email for each prospect
```
Heads up: Eidos requires Node >=18 because it uses native ES modules and top‑level await; trying to run it with older Node versions will fail with a syntax error.
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

✅ Light setup

Installs with a command or two; your AI agent can do it for you.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/eidos && curl -fsSL https://workflowstacks.com/api/skills/eidos/claude-skill -o ~/.claude/skills/eidos/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

How Eidos works
Codeflow
Free to inspect

Eidos is a very large TypeScript project (~272k lines across 1056 code files, plus 23 test files). Setup is light: installs like a normal app. Reading the code is optional. Last commit this month, AGPL-3.0 license, has a test suite.

Size
Very large codebase
~272k lines · 1056 code files · days to read — use, don't read
Setup
One-command install
Installs like a normal app. Reading the code is optional.
Runs on
Node.js
No API keys detected
TypeScript 82%Rust 9%CSS 3%JavaScript 3%MDX 2%
Where to start reading
  1. 1
    README.md
    Start here — what it does and how to install it
  2. 2
    AGENTS.md
    The instructions the AI actually follows
  3. 3
    package.json
    Dependencies and the commands it exposes
  4. 4
    skills/eidos/SKILL.md
    Inside skills/ — an example of what the AI is told to do
What's in each folder
skills/Prompts, skills & agent definitions5 files
apps/Sub-packages / plugins743 files
packages/Sub-packages / plugins561 files
docs/Documentation17 files
patches/Patches1 files
scripts/Helper scripts1 files
.codex/Tool / agent settings13 files
.github/CI / automation (GitHub Actions)10 files
READMEHas testsDocumentedCI checksAGPL-3.0 licenseUpdated this month
Quick Actions
Details
Creator
mayneyao
Language
TypeScript
Category
local-ai
Published
6/8/2023

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.

Show it off in your README:

Featured on WorkflowStacks
[![Featured on WorkflowStacks](https://workflowstacks.com/api/badge/eidos.svg)](https://workflowstacks.com/skills/eidos?utm_source=github&utm_medium=badge)
🔥 Hot this week, in your inbox
Skills like this, every Monday.

The five fastest-growing open-source AI skills, ranked by GitHub star growth. One email a week, unsubscribe anytime.