KS
Killer-Skills

monitoring — how to use monitoring how to use monitoring, what is monitoring, monitoring setup guide, hawk logs command, hawk status subcommands, monitoring alternative, monitoring vs hawk, monitoring install, job tracking with hawk

v1.0.0
GitHub

About this Skill

Ideal for AI Agent Developers needing real-time job status tracking and log analysis. Monitoring is the process of tracking and managing Hawk jobs using commands like hawk logs and hawk status, providing real-time insights into job execution.

Features

Uses hawk logs command to show last 100 logs of all types
Utilizes hawk status subcommands to monitor job status
Supports JOB_ID parameter for specific job tracking
Allows omission of JOB_ID for default last eval set ID usage
Enables viewing of logs with shorthand commands

# Core Topics

METR METR
[0]
[0]
Updated: 3/6/2026

Quality Score

Top 5%
33
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add METR/inspect-action/monitoring

Agent Capability Analysis

The monitoring MCP Server by METR is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use monitoring, what is monitoring, monitoring setup guide.

Ideal Agent Persona

Ideal for AI Agent Developers needing real-time job status tracking and log analysis.

Core Value

Empowers agents to track Hawk job status and logs using specific commands like `hawk logs` and `hawk status`, providing critical insights into job execution and performance, while supporting parameters like `JOB_ID` for customized monitoring.

Capabilities Granted for monitoring MCP Server

Monitoring running Hawk jobs for real-time status updates
Analyzing logs of completed jobs for debugging and optimization
Tracking job execution using `JOB_ID` for targeted monitoring

! Prerequisites & Limits

  • Requires Hawk job submission to function
  • Limited to tracking Hawk jobs only
  • `JOB_ID` parameter is optional but required for specific job monitoring
Project
SKILL.md
1.3 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Hawk Job Monitoring

Monitor running or completed Hawk jobs using the hawk logs command or hawk status subcommands.

Job ID

The JOB_ID parameter is the eval_set_id or scan_run_id from when the job was submitted.

JOB_ID is optional. If omitted, uses the last eval set ID that was used or received.

Available Commands

1. View Logs (Shorthand)

The hawk logs command shows logs:

bash
1hawk logs # Show last 100 logs (all types) 2hawk logs <JOB_ID> # Show last 100 logs for job 3hawk logs -n 50 # Show last 50 lines

Options:

  • -n, --lines N - Number of lines to show (default: 100)

Note: Do NOT use the -f/--follow flag - it blocks indefinitely and is intended for interactive terminal use only.

2. View status

Generate a full monitoring report with logs, metrics, and other details:

bash
1hawk status # Use last job ID 2hawk status <JOB_ID> # Print report to stdout 3hawk status <JOB_ID> > report.json # Save to file

Options:

  • --hours {hours} - Fetch logs from last N hours (default: 24 hours)

Common Workflows

Check job progress

bash
1hawk logs

Generate full report for analysis

bash
1hawk status > report.status

Related Skills

Looking for an alternative to monitoring or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication