Skip to content

Commit 3e5ab6a

Browse files
committed
feat(skill): add openclaw metadata and bump to v1.1.0
- Add homepage, requires.bins, anyBins (jq) - Add install spec for brew and go - Bump version to 1.1.0
1 parent 4207a13 commit 3e5ab6a

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.claude/skills/irail/SKILL.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ description: >
44
Query Belgian railway (NMBS/SNCB) schedules via the irail CLI. Use when the user wants
55
train departures, connections between stations, train compositions, or service disruptions.
66
Triggered by mentions of Belgian trains, NMBS, SNCB, iRail, train schedules, or railway delays.
7+
license: MIT
8+
homepage: https://github.com/dedene/irail-cli
9+
metadata:
10+
author: dedene
11+
version: "1.1.0"
12+
openclaw:
13+
requires:
14+
bins:
15+
- irail
16+
anyBins:
17+
- jq
18+
install:
19+
- kind: brew
20+
tap: dedene/tap
21+
formula: irail
22+
bins: [irail]
23+
- kind: go
24+
package: github.com/dedene/irail-cli/cmd/irail
25+
bins: [irail]
726
---
827

928
# irail-cli

0 commit comments

Comments
 (0)