Query resource usage metrics for Railway services. Use when user asks about resource usage, CPU, memory, network, disk, or service performance like "how much memory is my service using" or "is my service slow".
8.7
Rating
0
Installs
DevOps & Infrastructure
Category
Excellent skill for querying Railway service metrics. The description clearly indicates when to use it (resource usage queries). Documentation is comprehensive with detailed tables for measurements and tags, complete GraphQL query schema, working bash examples with proper date handling and heredoc escaping, and good error handling guidance. Structure is clean with logical sections. Provides strong composability guidance showing how to chain with other Railway skills. Reduces token cost significantly by encapsulating complex GraphQL API interactions, date formatting logic, and JSON handling that would otherwise require many CLI agent iterations to get right.
Loading SKILL.md…