railway-docs
This skill should be used when the user asks about Railway features, how Railway works, or shares a docs.railway.com URL. Fetches up-to-date Railway docs to answer accurately.
How do I install this agent skill?
npx skills add https://github.com/railwayapp/railway-skills --skill railway-docsIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill is a documentation assistant for the Railway platform. It provides the agent with local reference guides and external URLs for fetching technical documentation. It contains no executable code or malicious logic, but it inherits a standard indirect prompt injection risk common to skills that retrieve external web content.
- Socketpass
No alerts
- Snykwarn
Risk: MEDIUM · No issues
- Runlayerpass
1/5 files flagged
What does this agent skill do?
Railway Docs
Fetch up-to-date Railway documentation to answer questions accurately.
When to Use
- User asks how something works on Railway (projects, deployments, volumes, etc.)
- User shares a docs.railway.com URL
- User needs current info about Railway features or pricing
- Before answering Railway questions from memory - check the docs first
LLM-Optimized Sources
Start here for comprehensive, up-to-date info:
| Source | URL |
|---|---|
| Full docs | https://docs.railway.com/api/llms-docs.md |
| llms.txt index | https://railway.com/llms.txt |
| Templates | https://railway.com/llms-templates.md |
| Changelog | https://railway.com/llms-changelog.md |
| Blog | https://blog.railway.com/llms-blog.md |
Fetching Specific Pages
Append .md to any docs.railway.com URL:
https://docs.railway.com/guides/projects
→ https://docs.railway.com/guides/projects.md
Common Doc Paths
| Topic | URL |
|---|---|
| Projects | https://docs.railway.com/guides/projects.md |
| Deployments | https://docs.railway.com/guides/deployments.md |
| Volumes | https://docs.railway.com/guides/volumes.md |
| Variables | https://docs.railway.com/guides/variables.md |
| CLI | https://docs.railway.com/reference/cli-api.md |
| Pricing | https://docs.railway.com/reference/pricing.md |
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/railwayapp/railway-skills/railway-docs">View railway-docs on skillZs</a>