{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/skill-railil",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-railil",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/skill-railil",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Railil CLI",
        "body": "A CLI tool for checking Israel Rail train schedules."
      },
      {
        "title": "Installation",
        "body": "npm install -g railil"
      },
      {
        "title": "Usage",
        "body": "The CLI supports fuzzy matching for station names."
      },
      {
        "title": "Basic Search",
        "body": "Search for the next trains between two stations:\n\nrailil --from \"Tel Aviv\" --to \"Haifa\""
      },
      {
        "title": "Date and Time",
        "body": "Search for a specific date and time:\n\nrailil --from \"Beer Sheva\" --to \"Tel Aviv\" --time 08:00 --date 2023-11-01"
      },
      {
        "title": "Output Formats",
        "body": "For machine-readable output or specific formatting, use the --output flag.\nSupported formats: text (default), json, table, markdown.\n\nJSON Output (Recommended for agents):\n\nrailil --from \"Tel Aviv\" --to \"Haifa\" --output json\n\nMarkdown Output:\n\nrailil --from \"Tel Aviv\" --to \"Haifa\" --output markdown"
      },
      {
        "title": "Options",
        "body": "-f, --from <station>: Origin station name (fuzzy match supported).\n-t, --to <station>: Destination station name (fuzzy match supported).\n-d, --date <date>: Date of travel.\n-h, --time <time>: Time of travel (HH:MM).\n-l, --limit <number>: Limit the number of results.\n-o, --output <format>: Output format (json, text, table, markdown).\n--help: Show help message."
      },
      {
        "title": "Examples",
        "body": "Find next 3 trains from Ben Gurion Airport to Jerusalem:\n\nrailil --from \"Ben Gurion\" --to \"Jerusalem\" --limit 3\n\nGet schedule for tomorrow morning in JSON:\n\nrailil --from \"Haifa\" --to \"Tel Aviv\" --time 07:30 --output json"
      }
    ],
    "body": "Railil CLI\n\nA CLI tool for checking Israel Rail train schedules.\n\nInstallation\nnpm install -g railil\n\nUsage\n\nThe CLI supports fuzzy matching for station names.\n\nBasic Search\n\nSearch for the next trains between two stations:\n\nrailil --from \"Tel Aviv\" --to \"Haifa\"\n\nDate and Time\n\nSearch for a specific date and time:\n\nrailil --from \"Beer Sheva\" --to \"Tel Aviv\" --time 08:00 --date 2023-11-01\n\nOutput Formats\n\nFor machine-readable output or specific formatting, use the --output flag. Supported formats: text (default), json, table, markdown.\n\nJSON Output (Recommended for agents):\n\nrailil --from \"Tel Aviv\" --to \"Haifa\" --output json\n\n\nMarkdown Output:\n\nrailil --from \"Tel Aviv\" --to \"Haifa\" --output markdown\n\nOptions\n-f, --from <station>: Origin station name (fuzzy match supported).\n-t, --to <station>: Destination station name (fuzzy match supported).\n-d, --date <date>: Date of travel.\n-h, --time <time>: Time of travel (HH:MM).\n-l, --limit <number>: Limit the number of results.\n-o, --output <format>: Output format (json, text, table, markdown).\n--help: Show help message.\nExamples\n\nFind next 3 trains from Ben Gurion Airport to Jerusalem:\n\nrailil --from \"Ben Gurion\" --to \"Jerusalem\" --limit 3\n\n\nGet schedule for tomorrow morning in JSON:\n\nrailil --from \"Haifa\" --to \"Tel Aviv\" --time 07:30 --output json"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/lirantal/skill-railil",
    "publisherUrl": "https://clawhub.ai/lirantal/skill-railil",
    "owner": "lirantal",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}