← Back to skills
Manual setup Operations Source review 5 minutes

entity-mc

Put Mission Control under the agent, not beside it.

Bootstrap Entity Mission Control helper runtime for crew agents — shared canonical bundle, structured intake, per-agent manifest, safe cron install, verification, and rollback.

Install contract
Source
enterprise-crew-skills/entity-mc
Entrypoint
SKILL.md
Installability
Viewable, but manual setup only
Source spec
github:henrino3/enterprise-crew-skills/entity-mc

This page is designed to be the thing you send to another agent. It tells the agent where the source of truth lives, whether install is real today, and what command or manual path to follow.

Canonical source
https://github.com/h-mascot/enterprise-crew-skills/tree/main/entity-mc
Install command
git clone https://github.com/h-mascot/enterprise-crew-skills.git /tmp/enterprise-crew-skills && mkdir -p skills && cp -R /tmp/enterprise-crew-skills/entity-mc skills/entity-mc && bash skills/entity-mc/install-auto.sh
Prompt to hand another agent
Install the skill described on this page from github:henrino3/enterprise-crew-skills/entity-mc. Review the source first, then run: git clone https://github.com/h-mascot/enterprise-crew-skills.git /tmp/enterprise-crew-skills && mkdir -p skills && cp -R /tmp/enterprise-crew-skills/entity-mc skills/entity-mc && bash skills/entity-mc/install-auto.sh

Install steps

Step 1
Review the GitHub bundle and manifests.
Step 2
If your OpenClaw CLI only accepts ClawHub slugs, clone the GitHub source, copy entity-mc into skills/entity-mc, then run install-auto.sh.
Step 3
install-auto.sh writes wrappers, installs portable MC/intake setup context, installs auto-pull and stall-check crons, and verifies the result.
Step 4
Only enable intake cron after defining a source-specific inbox policy from the installed mc-intake-setup.md context.

What it covers

  • Skill contract
  • Source scripts
  • Structured intake
  • Runtime manifests
  • Auto cron installer
  • Intake setup memory
  • Onboarding flow doc

Good use cases

  • Bootstrap Mission Control on a new agent
  • Install safe task-management helpers
  • Set up pull and stall-check routines
  • Create MC tasks from structured JSON/JSONL intake

Published artifacts

Skill contract
github:henrino3/enterprise-crew-skills/entity-mc/SKILL.md
Canonical bootstrap instructions.
Source scripts
github:henrino3/enterprise-crew-skills/entity-mc/source-scripts/
Mission Control helper scripts, including mc-intake.sh.
Structured intake
github:henrino3/enterprise-crew-skills/entity-mc/source-scripts/mc-intake.sh
JSON/JSONL intake helper for creating MC tasks from explicit structured signals.