service

Automates Railway service lifecycle tasks via GraphQL mutations and CLI workflows.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/heinschulie/babylon --skill service-heinschulie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: service
Source: https://github.com/heinschulie/babylon/tree/main/.agents/skills/service
Command: npx skills add https://github.com/heinschulie/babylon --skill service-heinschulie

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Service management tasks like checking status, renaming, updating icons, linking to other services, and creating services from Docker images can be error-prone and time-consuming when done manually. This skill provides a unified approach to perform these actions with guidance and consistent outcomes.

Core Features & Use Cases

  • Check service status, health, and deployments.
  • Rename a service or update its icon.
  • Link a service to another service or configure a Docker-based deployment.
  • For GitHub repo sources, create an empty service with the new skill, then configure the source via staged changes.

Quick Start

Use the recommended Railway commands to check a service's status or perform a rename, link, or deploy operation.

Frequently Asked Questions about service

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

FAQPage Schema
How do I check Railway service status and deployment health?

You can check Railway service status using guided CLI workflows and GraphQL queries to retrieve current health indicators and deployment states. This approach provides consistent status validation and error handling without manual API calls.

What is the best way to rename a service or update its icon on Railway?

Renaming a service or updating its icon is best handled through Railway GraphQL mutations. This automates the update process with built-in validation to prevent configuration errors during service management.

Can I create a Railway service from a Docker image or GitHub repo?

Yes, you can create a service from a Docker image using CLI workflows. For GitHub repo sources, you create an empty service first, then configure the source via staged changes to deploy correctly.

Do I need jq installed to manage Railway deployments?

Yes, you need jq installed as a dependency. It is required to process JSON data from GraphQL responses and CLI outputs during service status checks, renames, linking, and Docker-based deployments.

How do I link one Railway service to another service?

You can link services by applying Railway GraphQL mutations that configure the connection between instances. This automated workflow ensures the link is validated and properly applied without manual configuration errors.