servis-izleyici

Monitor and heal Antigravity projects via Railway GraphQL API and macOS LaunchAgent.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/cengo33/hal-piyasa --skill servis-izleyici
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: servis-izleyici
Source: https://github.com/cengo33/hal-piyasa/tree/main/_skills/servis-izleyici
Command: npx skills add https://github.com/cengo33/hal-piyasa --skill servis-izleyici

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, urllib, subprocess, re, ssl, datetime, os, json, logging, argparse, smtplib, email, mimelib, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automatically monitors and heals Antigravity projects, ensuring their health and performance, saving time and reducing manual effort.

Core Features & Use Cases

  • Project Health Monitoring: Tracks the health of all Antigravity projects, including deployment status, cron/LaunchAgent health, local project inventory, and old LaunchAgent detection.
  • Automated Healing: Attempts to automatically resolve known issues before alerting, and sends emails if manual intervention is required.
  • Use Case: Imagine you have multiple Antigravity projects deployed. This Skill can continuously monitor their health and automatically fix common issues, alerting you if manual intervention is necessary.

Quick Start

Run the service-izleyici skill to perform a health check on all projects.

Frequently Asked Questions about servis-izleyici

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

FAQPage Schema
How do I monitor the health of multiple Antigravity project deployments automatically?

Automated project health monitoring tracks deployment status and cron health for Antigravity projects using the Railway GraphQL API. It continuously checks your local project inventory and detects old LaunchAgents to ensure operational stability.

Can I set up self-healing for Railway deployments that fail or become unhealthy?

Self-healing for Railway deployments is achievable through Python scripts that attempt to resolve known issues automatically before alerting. If automated healing fails, the system sends an email notification requesting manual intervention.

Do I need a macOS LaunchAgent to run continuous project health checks for Antigravity?

A macOS LaunchAgent is required to schedule and execute continuous project health checks for Antigravity. The monitoring Skill relies on LaunchAgents to run Python scripts locally and maintain automated deployment tracking over time.

What environment variables and tokens are needed to monitor Railway projects locally?

Monitoring Railway projects locally requires environment variables configured with access tokens for the Railway GraphQL API. These tokens allow Python scripts to authenticate, retrieve deployment status, and assess project health data.

What's the best way to get alerted when automated self-healing fails to fix a deployment issue?

Configuring email notifications via smtplib is the best way to get alerted when self-healing fails. When automated Python scripts cannot resolve a known deployment issue, the system sends an email to request manual intervention.