Mana AI Documentation

This route is now wired. It covers chat, uploads, models, offline install support, and desktop OpenClaw capabilities.

Getting started

Open /chat, choose a model or leave it on Auto, type a prompt, and export the result as PPTX, XLSX, DOCX, PDF, HTML, or Markdown.

Uploads

Mana accepts text files, PDFs, DOCX/XLSX placeholders, images, audio, and ZIP archives. ZIP import expands supported text assets and PDFs into the chat attachment flow.

Offline desktop support

The app now exposes a PWA manifest and service worker, so it can be installed as a desktop-style app with cached shell pages. For true local tooling, pair it with the OpenClaw desktop endpoints and a Tauri or Electron wrapper.

POST /api/claw/session
POST /api/claw/execute
GET  /api/claw/installer

OpenClaw

OpenClaw is the local execution bridge for desktop workflows such as project inspection, controlled command execution, ZIP handling, and repo-aware tasks. Keep it permission-gated and explicit.

OpenClaw Skill Packs

Mana exposes curated OpenClaw skill packs for coding, productivity, research, desktop automation, and Apple development.

GET /api/openclaw/skills
GET /api/openclaw/skills?pack=coding-core
GET /api/openclaw/skills?pack=productivity-core
GET /api/openclaw/skills?pack=research-core

← Back to home · Open chat