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.

C

OpenAI Codex

Install as a Skill

$ codex install llmbasedos

Claude Code

MCP Integration

$ claude mcp add llmbasedos
LLMBasedOS MCP Integration Demo

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.

Gateway
MCP WebSocket (private)
Runtime
Docker + Supervisor
Clients
Flutter - Webhooks - Dashboards
Events
EventBus + push alerts
GitHub Repo
https://github.com/iluxu/llmbasedos

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.listCapabilities

List all available arcs and their methods

mcp.vinted.search

One-shot search on Vinted using search_url or filters

mcp.vinted.watch_start

Start a polling watcher that publishes events to EventBus

mcp.vinted.watch_stop

Stop a watcher by ID

mcp.vinted.list_watches

List all active watchers

mcp.instagram.scrape

Scrape Instagram stories/reels with OCR extraction

mcp.sentinel.run

Start a sentinel for continuous monitoring

mcp.llm.route

Route a prompt to the optimal LLM based on task type

Vinted MCP Capabilities

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.

Token Contract
0xC1f85EBfC85d09EBEDbd55b2865092944F362cB5
Owner Address
0x6296585f5D80564D0c7e241306d9c19D8cc85F9D
Deployment Tx
https://basescan.org/tx/0x7cf70d11395280fbdbb5f8c2145e2640ed581e6ecd9b56a39c7de5f416a514f4
Explorer
https://basescan.org/address/0xC1f85EBfC85d09EBEDbd55b2865092944F362cB5
View on Basescan

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.