memex
Fast local search across past coding session history
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install memex?โผ
Run `npx skills add nicosuave/memex --all -g -y` in your terminal to install the memex-search skill globally.
What does memex do?โผ
Memex builds a fast local index of your past coding sessions across tools like Claude Code, Codex, Cursor, and Grok, so you can search prior decisions, fixes, and commands instantly.
How do I find a past coding session?โผ
Run `memex search "your query"` for keyword search, or `memex sessions` to list recent sessions and resume one directly.
Does memex send my data to the cloud?โผ
No. All indexing, embeddings, and search run locally on your machine, and multi-machine search uses your own SSH configuration.
Can memex track token usage and costs?โผ
Yes. Enable `token_usage = true` in the config, then run `memex usage` to reconstruct historical token counts and estimated API costs per source.
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