logs

Retrieve and analyze recent Railway cloud worker deployment logs for errors and warnings.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/EtanHey/golems --skill logs-etanhey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: logs
Source: https://github.com/EtanHey/golems/tree/main/packages/services/skills/logs
Command: npx skills add https://github.com/EtanHey/golems --skill logs-etanhey

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a streamlined way to access and understand recent logs from your Railway cloud worker deployments, helping you quickly identify issues.

Core Features & Use Cases

  • Fetch Recent Logs: Retrieves the latest logs from your Railway deployment.
  • Error and Event Parsing: Identifies and highlights critical information such as errors, warnings, and key event messages.
  • Summarization: Provides a concise overview of the last deployment time, any encountered errors, and the status of cron job executions.
  • Use Case: After a new deployment, you can use this Skill to instantly check if there were any critical errors, if background tasks like email polling completed successfully, or if you've been rate-limited by an external API.

Quick Start

Fetch and summarize the last 100 lines of logs from the Railway cloud worker.

Frequently Asked Questions about logs

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

FAQPage Schema
How do I view and analyze Railway deployment logs?

To view and analyze Railway deployment logs, retrieve the latest log lines and parse them for errors, warnings, and key events. This process summarizes deployment status and highlights specific issues like API timeouts or rate limiting.

What is the best way to debug Railway cloud worker errors after a deployment?

The best way to debug Railway cloud worker errors is to fetch recent deployment logs and parse them for critical information. This identifies specific issues like API rate limiting, timeouts, and failed background tasks.

Can I check if my Railway background tasks completed successfully from the logs?

Yes, you can check if Railway background tasks completed successfully by summarizing recent deployment logs. This overview highlights the status of cron job executions and whether tasks like email polling encountered any errors.

How do I monitor Railway deployments for API rate limiting?

To monitor Railway deployments for API rate limiting, parse recent deployment logs. This highlights external API timeouts and rate limiting issues, providing a concise overview of any encountered errors.

Does this approach require any specific dependencies to fetch Railway logs?

Fetching and analyzing Railway logs does not require any specific dependencies. The process uses basic scripts to retrieve recent logs and summarize the last deployment time, encountered errors, and cron job status.