clawcontrol-ops

Post activity and create deduplicated escalations via REST endpoints for OpenClaw OPS agents.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mike-nott/claw-control --skill clawcontrol-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawcontrol-ops
Source: https://github.com/mike-nott/claw-control/tree/main/skills/clawcontrol-ops
Command: npx skills add https://github.com/mike-nott/claw-control --skill clawcontrol-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OPS agents monitor, detect, and report activity; they do not work tasks, focusing on visibility and escalation to keep the team informed and responsive.

Core Features & Use Cases

  • Post activity to the central activity feed to document findings and status
  • Create escalations to alert the coordinator when immediate action is required
  • Read and filter activity to maintain situational awareness across agents

Quick Start

Post an activity entry describing what you found using the activity endpoint and, if needed, create an escalation to alert the coordinator.

Frequently Asked Questions about clawcontrol-ops

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

FAQPage Schema
How do I monitor operational events and escalate incidents in a multi-agent team?

Operational event monitoring and incident escalation are handled by posting activity entries to a central REST endpoint and creating escalations to alert the coordinator when immediate action is required.

What is the best way to log agent activity for situational awareness in an OpenClaw environment?

Logging agent activity for situational awareness involves using REST endpoints to post findings and status updates to a central activity feed, allowing agents to read and filter operational events.

How does deduplication work for repeated escalations during incident monitoring?

Deduplication for repeated escalations during incident monitoring prevents duplicate alerts by suppressing identical escalation requests submitted within a 15-minute time window.

Can I use REST endpoints to post activity and create escalations for incident reporting?

Yes, you can use REST endpoints to post activity entries documenting findings and create escalations to alert coordinators when immediate action is required for incident reporting.

Do I need a coordinator agent to handle escalations from operational monitoring?

A coordinator agent is required to receive escalations, as operational monitoring agents focus on visibility and reporting rather than working tasks, alerting the coordinator when immediate action is required.

When should I create an escalation instead of just posting to the activity feed?

You should create an escalation instead of posting to the activity feed when immediate action is required, reserving escalations for urgent incidents while using the activity feed for standard status documentation.