remram-skills owns the portable skill and plugin packages used by the Moltbox appliance.
This repository is not the control plane and it is not the runtime baseline.
It provides the package source material that moltbox-gateway stages into environments and that moltbox-runtime may reference from baseline config.
The active package roots live under skills/.
Current examples in this checkout:
skills/together-escalation/: managed skill content for the Together fallback featureskills/moltbox-web-browser/: plugin-backed appliance web browser tool backed by the Moltbox Playwright serviceskills/semantic-router/: plugin-backed skill package retained as implementation material, even though it is no longer part of the active Moltbox runtime baseline
remram-skills owns:
SKILL.mdpackage content- plugin package source such as
openclaw.plugin.json,index.ts, andpackage.json - skill-local helper files, manifests, and bundled resources
remram-skills does not own:
- appliance CLI taxonomy
- service deployment definitions
- baseline runtime config
- live runtime replay state on the appliance
Those concerns belong to:
remramfor architecture and platform docsmoltbox-gatewayfor CLI, orchestration, and replay statemoltbox-runtimefor baseline runtime configurationmoltbox-servicesfor service definitions
OpenClaw-visible skills remain directories containing SKILL.md.
Some packages are pure skill content.
Some are plugin-backed and also ship an openclaw.plugin.json manifest plus code.
Gateway-managed skill deployment currently stages skill directories from this repository into runtime state under ~/.openclaw/skills.
Native OpenClaw plugin lifecycle still applies where a package also ships plugin code.
remram: architecture, platform registry docs, feature docsmoltbox-gateway: control plane,moltboxCLI, deployment and replay orchestrationmoltbox-runtime: baseline runtime config consumed during deploymoltbox-services: service definitions forgateway,caddy,ollama,opensearch, and the runtime containers