Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions plugins/skyscanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ webcmd plugin install github:rishabhraj36/webcmd-plugin-skyscanner

| Command | Description |
|---------|-------------|
| `skyscanner flights <origin> <destination>` | Visible round-trip flight results from a warmed browser session |
| `skyscanner flights <origin> <destination> --depart-date <YYYY-MM-DD> --return-date <YYYY-MM-DD>` | Visible round-trip flight results from a warmed browser session. Optional `--limit` caps the rows returned (default 10). |

## Examples

```bash
webcmd skyscanner flights nyca lond --depart-date 2026-08-01 --return-date 2026-08-08 --limit 5
webcmd skyscanner flights nyca lond --depart-date 2027-03-14 --return-date 2027-03-21 --limit 5
```

Both dates are required, and Skyscanner only returns results for dates in the future — substitute your own travel dates rather than copying these.