Command Catalog
LunaOS provides 140+ commands across 33 MCP servers covering your entire software development lifecycle.
Tiers
| Tier | Commands | Rate Limit | Price |
|---|---|---|---|
| 🆓 Free | Unlimited (BYOK) | 60/min | $0 |
| ⚡ Pro | Unlimited (managed keys) | 600/min | $29/mo |
| 🏢 Team | Unlimited (managed keys) | 6,000/min | $79/mo |
Core Commands
These commands are available on every plan:
| Agent | Category | Use Case |
|---|---|---|
| 🔍 Code Review | Core | Find bugs, security issues, code smells |
| 🧪 Testing & Validation | Core | Generate test suites |
| 📝 Documentation | Core | Write API docs, README, guides |
| 🚀 Deployment | DevOps | CI/CD, Docker, cloud configs |
| 📋 Requirements | Planning | Analyze & structure requirements |
| 🏗️ Design Architect | Planning | System design, architecture |
Pro Commands
Unlock managed keys, 33 MCP servers, RAG, and Visual QA with a Pro subscription:
Solution Agents
| Agent | Use Case |
|---|---|
| 🔐 Authentication | JWT, OAuth, RBAC, session management |
| 🗄️ Database | Schema design, migrations, query optimization |
| 🌐 API Generator | REST API scaffolding with OpenAPI docs |
| ☁️ Cloudflare | Workers, D1, Pages, R2 deployment |
| 🐳 Docker | Containerization, Compose, orchestration |
| 🍋 LemonSqueezy | Payment integration, SaaS billing |
| 🤖 OpenAI App | OpenAI API integration patterns |
Quality & Security
| Agent | Use Case |
|---|---|
| 🛡️ 365 Security | Enterprise security hardening |
| 📡 Monitoring | Observability, logging, alerting |
| 📋 Post-Launch Review | Production readiness audit |
AI & Intelligence
| Agent | Use Case |
|---|---|
| 🧠 RAG Enhanced | Context-aware code analysis |
| 👁️ GLM Vision | Visual reasoning, diagram analysis |
| 🔎 RAG | RAG pipeline implementation |
Frontend & UX
| Agent | Use Case |
|---|---|
| 🔍 SEO | SEO optimization, meta tags, structured data |
| 📱 HIG | Human Interface Guidelines compliance |
| 🖥️ UI Fix | Debug and fix UI issues |
| 🧪 UI Test | Visual regression, E2E testing |
| 📘 User Guide | End-user documentation |
Workflow & Planning
| Agent | Use Case |
|---|---|
| 📊 Analytics | Analytics implementation, tracking |
| 🎯 Task Planner | Break down features into tasks |
| ⚙️ Task Executor | Execute planned tasks step-by-step |
| 🏃 Run | Quick code execution and prototyping |
Using Agents
Via CLI
bash
luna run <agent-slug> --context "your input"Via REST API
bash
curl -X POST https://api.lunaos.ai/agents/execute \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{"agent": "<agent-slug>", "context": "your input"}'Via Dashboard
Visit agents.lunaos.ai and select an agent from the visual catalog.