Neurolink
Provides a single TypeScript interface to call any of 24+ LLM providers, plus built‑in RAG, memory, voice, and file processing, so you can swap models or add features without code changes.
- •You need to experiment with multiple LLM vendors (OpenAI, Anthropic, Cohere, etc.) and want to switch providers instantly.
- •Your product requires real‑time voice input/output (STT/TTS) alongside text generation.
- •You want to add Retrieval‑Augmented Generation or persistent conversation memory without writing separate adapters.
```ts
// RAG example – load a PDF, embed it, then query it
import { Neurolink } from 'neurolink';
const nl = new Neurolink({ provider: 'openai', apiKey: process.env.OPENAI_API_KEY });
await nl.fileProcessor.load('./terms.pdf'); // parses & indexes the file
const answer = await nl.rag.ask('What is the refund policy?');
console.log(answer);
```Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/neurolink && curl -fsSL https://workflowstacks.com/api/skills/neurolink/claude-skill -o ~/.claude/skills/neurolink/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
What's inside — free to inspect
Read the entire source before you build — unlike paid marketplaces that hide it behind a buy button.
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/neurolink && curl -fsSL https://workflowstacks.com/api/skills/neurolink/claude-skill -o ~/.claude/skills/neurolink/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More mcp-server tools founders pair with this one.