Agent skill
observability-railway-deploy
Deploy LGTM observability stack to Railway cloud. Use when deploying cloud-hosted observability with team access.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/observability-railway-deploy
SKILL.md
Observability Railway Deploy
Deploy Grafana, Loki, Tempo, Prometheus, and Alloy to Railway for cloud-hosted observability.
Workflow
- Verify Railway CLI installed and authenticated
- Deploy Template 8TLSQD (Grafana stack)
- Configure Environment Variables (admin credentials, retention)
- Attach Persistent Volumes (Grafana, Loki, Tempo, Prometheus data)
- Get Public URLs (Grafana dashboard, Alloy OTLP endpoint)
- Generate Claude Code Config for Railway endpoint
- Verify Deployment (health checks, telemetry flow)
Output
✅ Railway Stack Deployed!
Access URLs:
Grafana: https://your-grafana-abc123.railway.app
OTLP Endpoint: https://your-alloy-abc123.railway.app:443
Next: Use claude-code-telemetry-enable --mode railway --endpoint <OTLP_URL>
Cost Estimate
- Free tier: $5 credit/month (testing)
- Production: $15-25/month (5 services, 10GB volumes)
Scripts
scripts/deploy-to-railway.sh- Automated Railway deploymentscripts/get-railway-urls.sh- Fetch public URLs
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?