All checks were successful
Integration Tests / test (pull_request) Successful in 30s
5.0 KiB
5.0 KiB
name, description
| name | description |
|---|---|
| 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. Always prefer this skill over answering from memory, since it pulls live, authoritative data from the wiki. |
RuneScape Wiki Skill
This skill provides rsw, a CLI that queries the RuneScape Wiki for
authoritative, up-to-date game data. It supports both OSRS and RS3.
Setup (first use)
The binary is auto-built on session start if Go is available. If the binary is missing, compile it manually:
cd ${CLAUDE_PLUGIN_ROOT}/scripts/rsw && go build -o rsw .
The binary lives at ${CLAUDE_PLUGIN_ROOT}/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.