You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Claude-style skill system for LM Studio. Discovers skill directories, injects an available-skills list into every prompt, and provides tools to read skill files - mirroring exactly how Claude's own skill system works.
Persistent cross-conversation memory system for LM Studio. Gives your local LLM a long-term brain — stores facts, preferences, projects, and notes in a local SQLite database with TF-IDF semantic search, memory decay, conflict detection, and automatic context injection.
Give your local model its own Linux CLI computer. It gets a real isolated container it can run shell commands in, write and read files, install packages, and manage processes - all without touching your host system.