# Studio — what each domain can do

<!-- GENERATED by ops/tools/skill-sync — do not edit by hand. Run pnpm skills:sync. -->

<!-- GENERATED by ops/tools/skill-sync — do not edit by hand. Run `pnpm skills:sync`. -->

# Studio — what each domain can do

Generated from the source tree. Tabs come from the nav manifests; live tools are read off the surfaces that register them.


**Open ONE lane, not this whole folder.** Find the domain here, then read `domains/<id>.md`. That is
the entire reading protocol: this page is the map, a lane is the territory, and a lane costs a couple
of KB while fifty of them cost forty.

A row is not proof that THIS install has the domain — a domain can be uninstalled, gated by
entitlement, or absent from an edition. Ask the running install (`GET /marketplace/installed`,
`/entitlements`) before telling a user what they can do.

**Tools** counts the live page capabilities an agent can call while standing on that domain's surfaces.
A dash means the domain registers none — it is driven through its API and its forms, not by tool call.
**Authored** marks a domain whose `model/capabilities.js` adds recipes and traps to the derived facts.


## If the user asks for this, open that lane

Matched on how a person actually phrases it, not on how the product describes itself.

| When they say | Open |
|---|---|
| "make me a workout plan" · "what should I lift today" · "why did my weight go down" · "find an exercise for my lats" · "I have no barbell, what else" · "am I neglecting a muscle" · "import my Strong history" · "how much have I squatted this month" · "add a member to the gym" · "why is there no exercise animation" | [`gym`](domains/gym.md) |
| "show me the heart" · "what supplies the heart with blood" · "which bones are in the hand" · "trace how air gets to the alveoli" · "what nerves control the diaphragm" · "compare male and female anatomy" · "where is the pancreas" · "why does that organ look like a box" · "what is this atlas allowed to be used for" · "can I add another species" | [`body`](domains/body.md) |
| "what is this install investigating" · "why does the system think this candidate is worth pursuing" · "what evidence is there for this target" · "which runs are waiting on a human" · "what did the agent actually do on this run" · "what is simulated here and what is real" · "what would it take to advance this candidate" · "how autonomous is this install allowed to be" · "start an investigation into a disease" · "approve or reject a gate" | [`medicine`](domains/medicine.md) |
| "make me a website" · "build a site" · "publish my site" · "change my site theme" · "add a page" · "attach a domain" · "point a domain at my app" · "take my site offline" | [`hosting`](domains/hosting.md) |
| "make me a chatbot" · "give the agent a new tool" · "stop the agent doing X" · "wire an api into my bot" · "run a coding agent on my project" · "register my project" · "publish my tools as an mcp server" · "what did the agent do" · "design a circuit with ai" | [`ai`](domains/ai.md) |
| "run this for every row" · "do this a thousand times" · "batch process a list" · "scrape every url in this list" · "ask the model about each of these" · "why did my batch fail" · "can i cancel a running batch" · "what happens if the server restarts" · "run something over a spreadsheet column" | [`bulkforge`](domains/bulkforge.md) |
| "build me a workflow" · "run this on a schedule" · "make a webhook" · "give me a url to post to" · "when X happens do Y" · "add a collection" · "make a form for this" · "run this script" · "serve this component" · "mount my own api" · "set a variable" · "edit my link page" · "what can i call" · "start a radio station" | [`dynamic`](domains/dynamic.md) |
| "what hardware do i have" · "print this" · "send this to my printer" · "cut this on the cnc" · "run this on my other computer" · "copy this file to my other machine" · "why will this not connect" · "what is on my wifi" · "what is using this port" · "pair a new machine" · "read my sensors" | [`devices`](domains/devices.md) |
| "connect my account" · "link my google" · "post to my account" · "call an api for me" · "query my database" · "what can this connection do" · "send an mqtt message" · "hit this endpoint" · "test my connection" | [`protocols`](domains/protocols.md) |
| "look up this domain" · "who owns this" · "scrape this page" · "get the contacts off this site" · "find this person accounts" · "build a dossier" · "research this person" · "what's happening in the world" · "scan my network" · "what is on my wifi" | [`information`](domains/information.md) |
| "install an app" · "what apps do i have" · "publish my app" · "sell my app" · "how do i get paid" · "turn my code into a leumas app" · "why was my app rejected" · "what permissions can an app ask for" · "where did the thing i bought go" | [`apps`](domains/apps.md) |
| "sell something" · "add a product" · "check my orders" · "set up dropshipping" | [`commerce`](domains/commerce.md) |
| "what can this install actually sell" · "run a revenue stream" · "schedule a revenue stream" · "why did that stream not publish anything" · "how much has a stream earned" · "which streams are fully wired" · "make a factory and clone it" · "what needs my approval" | [`revenue`](domains/revenue.md) |

## Every domain

| Domain | Pillar | What it is for | Tabs | Tools | Authored |
|---|---|---|---|---|---|
| [`gym`](domains/gym.md) | `apps` | Run a self-hosted gym — 1,324 exercises, weekly plans, guided sessions, 4 progression systems, AI coach. | 9 | — | yes |
| [`body`](domains/body.md) | `apps` | Explore a sourced anatomical graph in 3D — structures, typed relationships, systems, path tracing, lessons and a tutor… | 5 | — | yes |
| [`medicine`](domains/medicine.md) | `ai` | Run gated drug-discovery investigations — a typed biology graph, an append-only claim ledger, four scores that are neve… | 13 | — | yes |
| [`graphs`](domains/graphs.md) | `ai` | Turn any text into a living knowledge map — topics as colors, influence as size, structural gaps as your next question.… | 1 | 14 | — |
| [`displays`](domains/displays.md) | `apps` | Build configurable HUDs, dashboards & digital signage from live widgets — clocks, gauges, KPIs, media, parallax — then… | 1 | — | — |
| [`hosting`](domains/hosting.md) | `imperium` | Build, publish and serve websites - pages, appearance, SEO, domains, DNS and edge rules. | 33 | 31 | yes |
| [`ai`](domains/ai.md) | `ai` | Program the agent - personas, reasoning maps, the tools it may call, MCP servers and skills. | 34 | 30 | yes |
| [`intelligence`](domains/intelligence.md) | `ai` | The labs — a pipeline sketcher, a prompt-genome lab and a vector playground. Consensus and Deep Research live in the AI… | 3 | — | — |
| [`prospecting`](domains/prospecting.md) | `apps` | Find local businesses with weak or missing web presence (esp. no schema.org data), score the Imperium opportunity, and… | 1 | — | — |
| [`bulkforge`](domains/bulkforge.md) | `apps` | Run one function, or a chain of them, over a list of items, and get a table back. | 3 | — | yes |
| [`lmx`](domains/lmx.md) | `ai` | Write & run LMX scripts across every interpreter — with live access to all Leumas adapters. | 3 | — | — |
| [`dynamic`](domains/dynamic.md) | `dynamic` | The operator's own layer - code, machinery, registries, ways in and out, and what they publish. | 47 | 22 | yes |
| [`hardware`](domains/hardware.md) | `apps` | Idea to reality for hardware — design PCBs with AI, edit them live, and export a package a fab house accepts. | 4 | 33 | — |
| [`devices`](domains/devices.md) | `devices` | Every device you can reach - this browser, this machine, paired computers, and hardware that moves. | 31 | 44 | yes |
| [`datacenter`](domains/datacenter.md) | `apps` | Storage — the infrastructure hub. (Devices moved to Hardware; grids graduated to 3D Programming.) | 1 | — | — |
| [`programming`](domains/programming.md) | `apps` | Reactive cell programs — grids of typed cells wired by $refs; build on the board, run the DAG, automate with triggers. | 4 | — | — |
| [`surveillance`](domains/surveillance.md) | `apps` | Camera feeds, YOLO detections, face recognition & detection-driven automation. | 6 | — | — |
| [`cast`](domains/cast.md) | `apps` | Drive your other PCs from one keyboard & mouse — pair sub PCs, switch focus, sync clipboard, push files. LAN-only; appl… | 3 | — | — |
| [`file-automation`](domains/file-automation.md) | `apps` | Watch any folder on this machine and auto-organize files by rules — silent or on-demand, with post-actions and full und… | 5 | — | — |
| [`wardrobe`](domains/wardrobe.md) | `apps` | Your digital closet — AI-tagged clothes with wear & wash tracking, outfit suggestions, pairings, a manual builder, hist… | 12 | — | — |
| [`music`](domains/music.md) | `apps` | Audio-reactive visuals — the legacy player with 290+ adapters, MP4 rendering, karaoke with word-timed lyrics & the YouT… | 16 | — | — |
| [`sing`](domains/sing.md) | `apps` | Leumas Sing — the karaoke game. Sing over the instrumental, get scored on pitch & timing, and (soon) climb leaderboards… | 2 | — | — |
| [`video`](domains/video.md) | `apps` | Render HTML → MP4 (HyperFrames), generate narrated vertical shorts from text, and clip long videos into scored short-fo… | 4 | — | — |
| [`yt-studio`](domains/yt-studio.md) | `apps` | Adapter-based AI YouTube video generation — pick a generator (fall-asleep + more), describe an idea, and get a publish… | 4 | 5 | — |
| [`forge`](domains/forge.md) | `apps` | Turn a prompt or an image into a 3D model, or build printable parametric shapes — then view, tune & export them. | 1 | — | — |
| [`splats`](domains/splats.md) | `apps` | Turn videos & scans into explorable 3D worlds — local depth reconstruction into point clouds, rendered splat-style. | 1 | — | — |
| [`digital-reality`](domains/digital-reality.md) | `media` | Design real parts, measure real things, and compile intent into something a machine could make. | 5 | 14 | — |
| [`protocols`](domains/protocols.md) | `protocols` | Connect accounts, databases and services - then call what they expose, or speak a raw protocol. | 27 | 8 | yes |
| [`information`](domains/information.md) | `information` | Answer questions from open sources - pages, DNS, people, the live world and your own network. | 6 | 12 | yes |
| [`assets`](domains/assets.md) | `apps` | View, upload & manage media, openers and executables. | 4 | — | — |
| [`accounts`](domains/accounts.md) | `account` | Connections, members, comms & preferences — your Leumas account. | 8 | — | — |
| [`apps`](domains/apps.md) | `apps` | Browse and install apps, see what you are running, and publish and monetize your own. | 6 | — | yes |
| [`plugins`](domains/plugins.md) | `apps` | Apps other people built, running sandboxed inside your Studio. | 0 | — | — |
| [`commerce`](domains/commerce.md) | `apps` | The operator's own storefront - products, orders, dropship suppliers and customer consoles. | 4 | — | yes |
| [`dev`](domains/dev.md) | `account` | Developer tooling — files, terminal, packages & environment. | 8 | — | — |
| [`monetization`](domains/monetization.md) | `account` | PassNode gates — attach free / pay-per-use / subscription / token-usage to any hosted resource. | 1 | — | — |
| [`revenue`](domains/revenue.md) | `account` | Run, schedule and account for the revenue streams — what each one really calls here, and what it recorded. | 4 | — | yes |
| [`civic`](domains/civic.md) | `apps` | Politician tracking + gasless public voting — 1-person-1-vote on Leumas auth, sealed into a tamper-evident Merkle ledge… | 3 | — | — |
| [`creator`](domains/creator.md) | `apps` | Generate cheatsheets, coloring books, storybooks & puzzles — extend with instructions, export, print, color in-browser. | 1 | — | — |
| [`library`](domains/library.md) | `apps` | 500+ migrated mini-apps — games, calculators, dev tools — TF-IDF searchable, theme-restyled, embeddable anywhere. | 3 | — | — |
| [`knowledge`](domains/knowledge.md) | `account` | Entry point for the CRM knowledge base — docs & the leumas-knowledge MCP. | 2 | — | — |

## Scopes with no domain

Read off a surface that no nav domain claims, so they are listed rather than filed. Usually a demo or a
surface reached from more than one door.

| Scope | Title | Tools | File |
|---|---|---|---|
| `demo:contacts` | Contacts demo | 3 | `demos/DemoContacts.jsx` |
| `games:project` | — | 10 | `games/model/useGameCapabilities.js` |
| `games:runtime` | — | 3 | `games/model/useGameCapabilities.js` |


---
Source: .claude/skills/leumas-studio/reference/index.md
Canonical: https://docs.leumas.tech/p/skills/leumas-studio/index
