بنقرة واحدة
monitor-status
Monitor a certain object or state according to the instructions of the user using sleep functions.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Monitor a certain object or state according to the instructions of the user using sleep functions.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Create or review external MCP server repositories for EAA-compatible instrument-control tools, including image artifact payloads, get_attribute_payload, and safe execution patterns such as Bluesky Queue Server gateways, existing execution-server gateways, or MCP-gateway/ZMQ-worker separation.
Procedure and instructions for focusing a scanning microscope using the landmark feature line scan method.
Design and run Bayesian optimization or adaptive sampling loops for expensive, noisy, multivariate, or non-convex measurement problems.
Procedure for searching for a region of interest in a sample using microscope image acquisition tools during general chat.
Instructions for estimating translational shift between two images.
Instructions for checking a line scan.
| name | monitor-status |
| description | Monitor a certain object or state according to the instructions of the user using sleep functions. |
The user may need you to regularly check the status of a certain object or state and keep monitoring it. To do this, you should repeat a monitoring action repeatedly. When observables are obtained from the monitoring action, decide based on the observables whether the state is normal. If an anomaly is detected, perform response actions, which may include running a corrective procedure to fix the issue and notifying the user.
Instead of running the monitoring action continuously without pause, you should run a sleep function in Python or bash to "sleep" for a set interval and let the tool response "wake you up".
If any of the mandatory information is missing, keep asking the user until you obtain all necessary information.
sleep for the user
specified interval, or call the time.sleep function in the Python tool.