cortexdb
Local-first memory, vector search, and knowledge graphs
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install CortexDB?โผ
Run `npx skills add liliang-cn/cortexdb --all -g -y` in your terminal to install all skills in this suite globally.
How to give an agent long-term memory?โผ
CortexDB stores scoped user and session memories in one local SQLite file, so your agent recalls facts by meaning across sessions without any external service.
Does CortexDB need an API key or embeddings?โผ
No. It works out of the box in lexical mode with zero configuration, and you can optionally connect any OpenAI-compatible embeddings endpoint for semantic search.
Can CortexDB answer multi-hop questions?โผ
Yes. It includes a full RDF knowledge graph with SPARQL queries, inference, and validation, so agents can traverse relationships between stored entities.
Does CortexDB work with Claude Code and Codex?โผ
Yes. It ships as a plugin with slash commands and MCP tools, plus typed clients for Go, Python, Node.js, and Rust.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core