trading-monitor

Inspect trading bot process status and extract metrics from log files.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/sentientsprite/nemo-agent --skill trading-monitor
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: trading-monitor
Source: https://github.com/sentientsprite/nemo-agent/tree/main/skills/trading-monitor
Command: npx skills add https://github.com/sentientsprite/nemo-agent --skill trading-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a quick and cost-effective way to monitor the health and performance of trading bots by analyzing logs and process status, avoiding the need to spawn expensive sub-agents for routine checks.

Core Features & Use Cases

  • Real-time Health Checks: Verify if trading bots are running, check their PID, CPU, and memory usage.
  • Metric Extraction: Extract key trading metrics like balance, trades executed, and win rate directly from logs.
  • Issue Detection: Monitor for errors, warnings, and VPIN status changes within a specified timeframe.
  • Use Case: Run this skill hourly to ensure your trading bot is operational, identify any immediate issues, and get a snapshot of its performance without incurring additional agent costs.

Quick Start

Run the trading-monitor.sh script to get a quick health check of the default trading bot log.

Frequently Asked Questions about trading-monitor

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

FAQPage Schema
How do I monitor trading bot health and process status without agent overhead?โ–ผ

Monitor trading bot health by running a script that inspects process status, PID, CPU, and memory usage. This provides rapid status updates and issue identification without spawning expensive sub-agents.

How do I extract key trading metrics like balance and win rate from log files?โ–ผ

Extract trading metrics like balance, trades executed, and win rate by analyzing log files from predefined log locations. The script performs metric extraction directly from these logs to provide a performance snapshot.

Can I detect trading bot errors and warnings within a specific timeframe?โ–ผ

Yes, you can detect trading bot errors and warnings within a specified timeframe. The monitoring script performs log analysis to monitor for errors, warnings, and VPIN status changes.

What is the best way to get rapid operational checks for a trading bot?โ–ผ

The best way to get rapid operational checks is using a script-based monitoring approach. It scopes to real-time operational checks and debugging, satisfying the need for low-cost status updates without agent overhead.

Do I need to spawn sub-agents for routine trading bot health checks?โ–ผ

No, you do not need to spawn sub-agents for routine trading bot health checks. This script provides a quick and cost-effective way to monitor health and performance by analyzing logs and process status directly.

How often should I run a trading bot health check to identify immediate issues?โ–ผ

Run the trading bot health check hourly to ensure your bot is operational, identify any immediate issues, and get a snapshot of its performance without incurring additional agent costs.