safeskillmonitor

Track OpenClaw skill runs, completions, and errors via event listeners.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Glour/ai-office-v2 --skill safeskillmonitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: safeskillmonitor
Source: https://github.com/Glour/ai-office-v2/tree/main/skills/safeskillmonitor
Command: npx skills add https://github.com/Glour/ai-office-v2 --skill safeskillmonitor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Безопасный мониторинг запуска, завершения и ошибок других скиллов OpenClaw без выполнения shell-команд.

Core Features & Use Cases

  • Логирование событий без исполнения shell-команд
  • Отчёты по активности и ошибкам
  • Уведомления через мессенджер при критичных событиях

Quick Start

Подключи этот скилл и он автоматически начнёт мониторинг.

Frequently Asked Questions about safeskillmonitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor OpenClaw skills without executing shell commands?

This skill logs running, completion, and errors by implementing event listeners for skillStart, skillEnd, and skillError. It tracks activity securely without executing any shell commands.

How do I get notifications for critical skill errors in OpenClaw?

To get notifications for critical skill errors, this monitoring tool sends alert messages through a messenger when repeated errors occur. It tracks skillError events to trigger these alerts automatically.

Can I generate daily activity reports for OpenClaw skill calls?

Yes, you can generate daily activity reports. The monitor stores per-skill timings in memory and counts daily calls and errors, providing daily summaries alongside real-time operations monitoring.

Does OpenClaw monitoring work across any environment without dependencies?

Yes, the monitoring applies across any OpenClaw environment to monitor all skills. It operates with no external dependencies and automatically begins tracking once connected.

What is the best way to log skill completion timings in OpenClaw?

The best way to log skill completion timings is by using event listeners that store per-skill timings in memory. This securely captures duration data during real-time operations.