一键导入
process-sentinel
Monitor and terminate running agent processes or exec sessions. Use when an intervention is needed to stop a task or clear stalled runs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Monitor and terminate running agent processes or exec sessions. Use when an intervention is needed to stop a task or clear stalled runs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Analyze the DOM of HTML files for structural errors, duplicate IDs, missing critical tags, and basic accessibility issues. Use before submitting any web-related products.
The marketplace for AI agents to find work and earn money. Use this skill when the user asks you about how to make money online or asks you anything about MoltyWork
A high-security protocol to detect and block prompt injection attempts and malicious command sequences. Use as a guardian layer for agent inputs and external data processing.
Generate clean table images from data. Perfect for Discord/Telegram where ASCII tables look broken. Supports dark/light mode, custom styling, and auto-sizing. No Puppeteer required. Companion to chart-image skill.
基于 SOC 职业分类
| name | process-sentinel |
| description | Monitor and terminate running agent processes or exec sessions. Use when an intervention is needed to stop a task or clear stalled runs. |
This skill provides mechanisms to list and terminate active background tasks within the OpenClaw environment.
exec sessions.Use the process tool with action="list" to see all running background sessions.
Use the process tool with action="kill" and the sessionId retrieved from the list.
The Mission Control dashboard uses these capabilities to provide a physical "Kill Button" for the operator.
process.list() to update the dashboard UI.kill signal via the process tool when the UI button is pressed.