# Send Railil to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "skill-railil",
    "name": "Railil",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/lirantal/skill-railil",
    "canonicalUrl": "https://clawhub.ai/lirantal/skill-railil",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/skill-railil",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-railil",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "skill-railil",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T21:42:11.419Z",
      "expiresAt": "2026-05-14T21:42:11.419Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-railil",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-railil",
        "contentDisposition": "attachment; filename=\"skill-railil-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "skill-railil"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/skill-railil"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/skill-railil",
    "downloadUrl": "https://openagent3.xyz/downloads/skill-railil",
    "agentUrl": "https://openagent3.xyz/skills/skill-railil/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-railil/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-railil/agent.md"
  }
}
```
## Documentation

### Railil CLI

A CLI tool for checking Israel Rail train schedules.

### Installation

npm install -g railil

### Usage

The CLI supports fuzzy matching for station names.

### Basic Search

Search for the next trains between two stations:

railil --from "Tel Aviv" --to "Haifa"

### Date and Time

Search for a specific date and time:

railil --from "Beer Sheva" --to "Tel Aviv" --time 08:00 --date 2023-11-01

### Output Formats

For machine-readable output or specific formatting, use the --output flag.
Supported formats: text (default), json, table, markdown.

JSON Output (Recommended for agents):

railil --from "Tel Aviv" --to "Haifa" --output json

Markdown Output:

railil --from "Tel Aviv" --to "Haifa" --output markdown

### Options

-f, --from <station>: Origin station name (fuzzy match supported).
-t, --to <station>: Destination station name (fuzzy match supported).
-d, --date <date>: Date of travel.
-h, --time <time>: Time of travel (HH:MM).
-l, --limit <number>: Limit the number of results.
-o, --output <format>: Output format (json, text, table, markdown).
--help: Show help message.

### Examples

Find next 3 trains from Ben Gurion Airport to Jerusalem:

railil --from "Ben Gurion" --to "Jerusalem" --limit 3

Get schedule for tomorrow morning in JSON:

railil --from "Haifa" --to "Tel Aviv" --time 07:30 --output json
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: lirantal
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-07T21:42:11.419Z
- Expires at: 2026-05-14T21:42:11.419Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/skill-railil)
- [Send to Agent page](https://openagent3.xyz/skills/skill-railil/agent)
- [JSON manifest](https://openagent3.xyz/skills/skill-railil/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/skill-railil/agent.md)
- [Download page](https://openagent3.xyz/downloads/skill-railil)