Live Operations Advanced External bundle v1.0.0
Entity Mission Control Bootstrap
Turn a loose cluster of agents into a repeatable ops surface.
Installs from a real external skill bundle that bootstraps the Entity Mission Control helper runtime for a crew of agents with shared scripts, per-agent manifests, and supervised rollout steps.
Availability
Classification
External bundle
Install mode
Agent-installable
Review status
Source review
Verification mode
Source review
Installs from the linked GitHub skill source through OpenClaw. The artifacts below describe the external bundle shape, not local files in this repo.
Install source
GitHub skill bundle
openclaw skills install github:henrino3/enterprise-crew-skills/entity-mc Workflow record
Bundle id
superada.workflow.entity-mission-control-bootstrap
Bundle root
github:henrino3/enterprise-crew-skills/entity-mc
Artifact count
5 described items
A reusable external ops bundle that keeps the helper runtime canonical, applies per-agent manifests, and gives operators a safe rollout plus rollback path.
Install contract
Installability
Truly installable now
Method
Installable via OpenClaw skill source
Install source spec
github:henrino3/enterprise-crew-skills/entity-mc
openclaw skills install github:henrino3/enterprise-crew-skills/entity-mc Canonical source: https://github.com/henrino3/enterprise-crew-skills/tree/main/entity-mc
Agent step 1
Review the linked GitHub bundle before install so the runtime, manifests, and helper scripts are understood.
Agent step 2
Install it into OpenClaw with `openclaw skills install github:henrino3/enterprise-crew-skills/entity-mc`.
Agent step 3
Inspect the installed skill locally, then run the bundle's install helper for the target machine and manifest.
Agent step 4
Verify the installed skill and applied manifest before wider rollout.
Verification command
openclaw skills info entity-mc Current limits
- Bundle install is real, but per-host rollout still needs operator review and host-specific manifest selection.
- The runtime artifacts live in the external skills repo, not in this website repo.
Step 1
Review the external bundle source
Inspect the linked skill files, runtime layout, and manifests before rollout so the install stays deliberate.
Step 2
Install the bundle
Pull the Entity Mission Control bootstrap workflow into the local OpenClaw environment.
openclaw skills install github:henrino3/enterprise-crew-skills/entity-mc Step 3
Review the canonical runtime and manifests locally
After install, inspect the shared runtime files and the per-agent manifest mapping before rollout.
Step 4
Run the install helper for the target machine
Apply the canonical runtime and the matching per-agent manifest on the chosen host.
Step 5
Verify and keep rollback ready
Confirm the helper runtime is active on each target agent before removing the previous version.
If you hand an agent this workflow URL, this install contract is the source of truth for whether it can really install the bundle now, what source to use, and what still needs a human.
What you get
- Shared helper runtime across agents
- Safe rollout with verification and rollback
- Per-agent manifests without duplicating core scripts
Workflow includes
- Installer workflow
- Verification pass
- Rollback path
- Canonical source bundle
Described artifacts
github:henrino3/enterprise-crew-skills/entity-mc/SKILL.md
Defines the bootstrap workflow, shared runtime assumptions, and rollout guardrails.
Canonical helper runtime
bundle
github:henrino3/enterprise-crew-skills/entity-mc/runtime/
Shared scripts and helper assets that should remain canonical across agent installs.
Per-agent manifests
manifest
github:henrino3/enterprise-crew-skills/entity-mc/manifests/*.yaml
Agent-specific manifest files that map the canonical runtime onto each operator without duplicating scripts.
github:henrino3/enterprise-crew-skills/entity-mc/scripts/install-*.sh
Manual install and rollout helpers used during first deployment or updates.
github:henrino3/enterprise-crew-skills/entity-mc/README.md
Human-readable rollback and verification guidance for operators doing a supervised rollout.
Requirements
OpenClaw runtime with skill install access
runtime
The host needs a functioning OpenClaw environment capable of loading local skills and running shell helpers.
Mission Control connectivity
access
Target agents must be able to reach the Mission Control system they are being configured to support.
Operator review of host mappings
review
A human should validate hostnames, agent ids, and manifest selection before rollout.
Declared structure
github:henrino3/enterprise-crew-skills/entity-mc/github:henrino3/enterprise-crew-skills/entity-mc/SKILL.mdgithub:henrino3/enterprise-crew-skills/entity-mc/runtime/github:henrino3/enterprise-crew-skills/entity-mc/manifests/*.yamlgithub:henrino3/enterprise-crew-skills/entity-mc/scripts/install-*.sh
Verification
Verification language now matches reality. Installable bundles can be tested after install, external bundles should be source-reviewed first, and conceptual entries are reviewed as designs until real artifacts exist.
Source bundle review
Confirm the linked GitHub bundle exposes the expected skill contract, runtime directory, manifests, and install helpers.
Expected: The source repository contains the referenced files and directories described by this listing.
Bundle install present
Confirm the skill is discoverable in the local OpenClaw environment after installation.
openclaw skills info entity-mc Expected: The installed skill reports its metadata and local source path.
Manifest applied
Check that the target machine received the intended per-agent manifest and helper runtime files.
Expected: The target host shows the expected manifest-backed runtime files without duplication drift.
- Verify the linked source layout before install and verify one host first before rolling the bundle out everywhere.
- Keep the previous helper runtime accessible until the new manifest proves healthy.
- Compare generated agent state against the canonical runtime to catch drift.
Best used for
- Standardize agent helper scripts across multiple machines
- Roll out Mission Control updates without hand-editing every node
- Reduce drift between operator environments
Operator notes
- This listing describes an externally hosted skill bundle. It does not imply those runtime files are checked into this website repo.