Works with the AI tools you already use
Nex Open Brain Rag
by Nex AI
Deploy a self-hosted, private RAG system with pgvector, Ollama, and a Telegram interface for your personal notes.
Secure checkout via Stripe
See it in action
You say
I have a folder of markdown research notes. Set up a local RAG system on my Pi to search them and give me a Telegram bot interface to ask questions.
Your agent does
I've generated your Second Brain stack:
docker-compose.yml: Local pgvector setup.file_ingestor.py: Chunks your notes (1500 chars) with metadata extraction.vector_search.py: Cosine-distance search logic.telegram_bot.py: Your chat interface. Just rundocker compose up!
What you get
About this skill
What it does
Nex Open Brain RAG is a developer-centric skill for building a private, self-hosted second brain. It automates the creation of a full-stack Retrieval-Augmented Generation (RAG) system optimized for local hardware like a Raspberry Pi 5. It manages the entire pipeline: from setting up PostgreSQL with pgvector for semantic search to implementing local embeddings via Ollama and a multi-stage LLM fallback chain (local, Qwen, or Claude).
Why use this skill
Most RAG setups are expensive or leak data to the cloud. This skill provides a private alternative that costs nothing to run. It handles the nuances of vector database alignment—ensuring your 768-dim embeddings match your schema—and adds an intelligent metadata layer that automatically extracts topics, sentiment, and summaries from your notes. It's better than manual prompting because it generates production-ready scripts for chunking, batch embedding, and asynchronous database management that are pre-integrated.
Supported tools
- Database: PostgreSQL with pgvector (Dockerized)
- Frameworks: FastAPI, SQLAlchemy (Async), Pydantic
- Embeddings: Local Ollama (nomic-embed-text)
- Interfaces: Telegram Bot API & RESTful API
- LLMs: Ollama, Qwen, and Claude fallback logic
Built by Nex AI. More skills and info at nex-ai.be and slopsome.com.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean 8 days ago
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Creator
Founder of Nex AI. I build production-grade Claude Skills from systems that actually run: multi-tenant SaaS, Telegram agents, Raspberry Pi infrastructure, 3D multiplayer rooms. Every skill ships battle-tested patterns, not theory. 33+ open source skills published, commercial catalog growing.
Frequently Asked Questions
Popular in AI Agents & LLM Ops
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.

prompt-engineer
Professional prompt engineering patterns for building robust, secure, and production-ready LLM applications.
Open Browser Use
Automate real Chrome profiles with a professional CLI, SDK, and MCP-ready automation stack for AI agents.
codex-grade-coding
Turn your AI agent into a senior engineer with strict task classification and verification-driven coding protocols.