Documentation
Everything you need to integrate LLMBasedOS with your workflow
Tout le necessaire pour integrer LLMBasedOS a vos workflows.
Codex & Claude Code Integration
Integration Codex et Claude Code.
LLMBasedOS works as a Skill in both OpenAI Codex and Claude Code. Install it once and get access to all MCP arcs directly in your terminal.
LLMBasedOS s'installe comme Skill et donne acces a tous les arcs MCP dans votre terminal.
OpenAI Codex
Install as a Skill
Claude Code
MCP Integration

What happens after install: All MCP arcs (vinted.search, instagram.scrape, sentinel.run, etc.) become available as tools in your AI assistant. You can call them directly from your conversation.
Quick Reference
Reference rapide.
Full Stack Install
Installation complete.
For running the complete LLMBasedOS stack locally or on a server.
Pour executer l'ensemble du stack en local ou sur un serveur.
$ git clone https://github.com/iluxu/llmbasedos.git
$ cd llmbasedos
$ docker compose up -d
$ scripts/luca-shell.sh
What's included
- • MCP WebSocket gateway
- • All built-in arcs (Vinted, Instagram, etc.)
- • EventBus for real-time alerts
- • Supervisor for process management
Requirements
- • Docker & Docker Compose
- • 2GB+ RAM recommended
- • Linux, macOS, or WSL2
MCP Methods
Methodes MCP disponibles.
These methods are available when you connect to the MCP gateway or install as a Skill.
Ces methodes sont disponibles via le gateway MCP ou l'installation Skill.
mcp.listCapabilitiesList all available arcs and their methods
mcp.vinted.searchOne-shot search on Vinted using search_url or filters
mcp.vinted.watch_startStart a polling watcher that publishes events to EventBus
mcp.vinted.watch_stopStop a watcher by ID
mcp.vinted.list_watchesList all active watchers
mcp.instagram.scrapeScrape Instagram stories/reels with OCR extraction
mcp.sentinel.runStart a sentinel for continuous monitoring
mcp.llm.routeRoute a prompt to the optimal LLM based on task type

Token
Reference du token.
The LLMBasedOS token anchors alignment and long-term access primitives.
Le token LLMBasedOS ancre l'alignement et les acces long terme.
Security
Securite et conformite.
- Rate limits, session rotation, and proxy policies are configured per client.
- Audit trails for every execution and outgoing alert.
- Compliance coordination before deployment.
- Respects public availability and avoids abusive patterns.
FAQ
Questions frequentes.