원클릭으로
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.