mc-stop_skill

This skill instantly halts all movement and cancels embodied motion, enabling rapid safety interrupts and reflection pauses.
  • Python

9

GitHub Stars

2

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill bdambrosio/cognitive_workbench --skill mc-stop

  • Skill.md1.0 KB
  • tool.py1.8 KB

Overview

This skill stops all movement and cancels any embodied motion immediately. It is designed as a critical safety tool for emergency stops, interrupts, and reflection pauses. Use it whenever motion must be halted without delay to prevent harm or to allow safe replanning.

How this skill works

When invoked, the skill issues an immediate stop command to the motion controller and cancels any queued or ongoing movement operations. It returns a machine-readable result with a boolean success flag and a short acknowledgement message. The input is ignored; the call is treated as an unconditional interrupt.

When to use it

  • Emergency stop when motion could cause harm or damage
  • Interrupt ongoing actions before replanning or reflection pauses
  • Cancel unintended or unsafe movement detected by sensors
  • As a safety precaution when system state is uncertain
  • During testing to quickly halt all motion without additional logic

Best practices

  • Invoke liberally when safety is a concern; stopping is low-risk
  • Follow stops with state inspection and a controlled replan before resuming
  • Combine with logging and alerts so the stop event is recorded and visible
  • Ensure higher-level logic checks success flag before proceeding
  • Use in watchdogs or anomaly detectors to enforce safe behavior

Example use cases

  • Immediate halt when a collision is imminent
  • Pause movement for sensor recalibration or environment scan
  • Abort a motion sequence if a human operator triggers an emergency
  • Stop all actuators before switching control modes
  • Use in test harnesses to reset motion state between scenarios

FAQ

No. The input value is ignored; the skill acts as an unconditional stop.

What does the skill return?

It returns a structured result with an acknowledgement message and a data object containing success:true/false.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
mc-stop skill by bdambrosio/cognitive_workbench | VeilStrat