4.5 KiB
4.5 KiB
name, description
| name | description |
|---|---|
| runescape-wiki | Query the RuneScape Wiki (RS3 and OSRS) for item details, quest requirements, skill training guides, and Grand Exchange prices. Use this skill whenever the user asks anything about RuneScape, Old School RuneScape, OSRS, RS3, or mentions game-specific concepts like quests, skills, items, monsters, the Grand Exchange, ironman mode, HCIM, or any RuneScape game mechanics. Also trigger when the user mentions specific in-game items, quest names, skill names, or boss names that are clearly RuneScape-related. This skill provides a Go CLI tool (rsw) that pulls live data from the wiki — always prefer it over answering from memory, since wiki data is authoritative and up-to-date. |
RuneScape Wiki CLI Plugin
This skill provides rsw, a Go CLI that queries the RuneScape Wiki APIs to get
authoritative, up-to-date game data. It supports both OSRS and RS3.
Setup (first use)
The CLI needs to be compiled once. On first use, run:
cd <skill-dir>/scripts/rsw && go build -o rsw . && chmod +x rsw
After that, the binary is at <skill-dir>/scripts/rsw/rsw.
If Go is not installed, tell the user they need Go 1.22+ (go.dev/dl).
Commands
The first argument is always the game: osrs or rs3.
rsw search
Full-text search across wiki pages. Returns ranked titles with snippets. Use this to find the right page name before fetching details.