yeet-scripts

Create, test, and debug JavaScript system observation scripts with live visualizations.

7|1|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/yeet-src/yeet-scripts --skill yeet-scripts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yeet-scripts
Source: https://github.com/yeet-src/yeet-scripts/tree/main
Command: npx skills add https://github.com/yeet-src/yeet-scripts --skill yeet-scripts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a comprehensive toolkit for writing, testing, and debugging real-time system observation scripts.

Core Features & Use Cases

  • Script Development: Facilitate creating self-contained JavaScript scripts that interface with the system graph.
  • Live Monitoring & Debugging: Enable dry-run, validation, and real-time analysis of system metrics, processes, and network data.
  • Use Case: Developer writes a script to visualize CPU load as a dynamic ASCII art city, then iteratively tests and refines it with immediate feedback in a TUI environment.

Quick Start

Run a sample monitoring script with the yeet run command and view live system data visualizations directly in the terminal.

Frequently Asked Questions about yeet-scripts

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

FAQPage Schema
How do I debug JavaScript system monitoring scripts with live data?

Debug JavaScript system monitoring scripts by using dry-run, validation, and real-time analysis features to test system metrics and refine code with immediate feedback in a TUI environment.

What is the best way to visualize system metrics in real-time using JavaScript?

Visualize system metrics in real-time by creating self-contained JavaScript scripts that interface with system graph APIs, enabling live updates and dynamic data visualization directly in the terminal.

Can I test system observation scripts locally before deploying them?

Yes, you can test system observation scripts locally through dry-run capabilities and validation checks, allowing rapid iteration and refinement of system metrics processing before live deployment.

Does this tool support interfacing with system graph APIs for monitoring?

Yes, it supports interfacing with system graph APIs for monitoring by ensuring JavaScript observation scripts correctly connect with system metrics to provide live updates and real-time data visualization.

Why do my real-time system observation scripts fail to update live metrics?

Real-time system observation scripts fail to update live metrics when they do not interface correctly with system metrics or system graph APIs; using built-in validation and dry-run features helps identify and fix these interface issues.