osrs-wiki-research

osrs-wiki-research is a skill for Claude Code, Codex from SSanderV/osrs-wiki-mcp. It costs 61 tokens per session (686 once invoked), scanned A, original, MIT.

A set of instructions for researching the Old School RuneScape Wiki, a player-maintained game reference site. It tells an agent which Wiki lookup to use and how to handle missing or ambiguous pages.

In plain words
What is it for?
It guides research about Wiki pages, items, shops, drops, quests, monsters, prices, player progress, equipment setups, and damage calculations.
Why use it?
It reduces guesswork and helps keep answers limited to information actually found in the requested Wiki sources.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the osrs-wiki-mcp plugin — 1 skill, 1 MCP server shipped together

Good fit It guides research about Wiki pages, items, shops, drops, quests, monsters, prices, player progress, equipment setups, and damage calculations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ssanderv/osrs-wiki-mcp/osrs-wiki-research
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add SSanderV/osrs-wiki-mcp --skill osrs-wiki-research
Clone the repo
git clone --depth 1 https://github.com/SSanderV/osrs-wiki-mcp

Made for: Claude Code, Codex.

Or install osrs-wiki-mcp, the plugin that ships this one along with the rest of its 1 skill, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for osrs-wiki-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/ssanderv/osrs-wiki-mcp/osrs-wiki-research/github.svg)](https://agentmods.dev/skills/ssanderv/osrs-wiki-mcp/osrs-wiki-research)
Your own site
<a href="https://agentmods.dev/skills/ssanderv/osrs-wiki-mcp/osrs-wiki-research"><img src="https://agentmods.dev/badge/skills/ssanderv/osrs-wiki-mcp/osrs-wiki-research/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for osrs-wiki-research

Your own site · 80×15
<a href="https://agentmods.dev/skills/ssanderv/osrs-wiki-mcp/osrs-wiki-research"><img src="https://agentmods.dev/badge/skills/ssanderv/osrs-wiki-mcp/osrs-wiki-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 686 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00061 $0.00686
Opus 5 $0.00030 $0.00343
Sonnet 5 $0.00012 $0.00137
Haiku 4.5 $0.00006 $0.00069

Measured 10d ago against content hash 683101c90b2b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

osrs-wiki-research scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/osrs-wiki-mcp/skills/osrs-wiki-research/SKILL.md · 31 lines

How it starts

The opening of the file, as written. The whole thing — 31 lines — stays where its author put it; the contents beside it link to each section on GitHub.

OSRS Wiki Research

Use the narrowest tool that directly answers the request. Treat tool output as the only factual source; never fill gaps from assumptions.

Domain tool first: when the request asks for supported Wiki facts about a named item, quest, monster, or page, pass that name verbatim to the matching domain tool immediately—even if it is unfamiliar. Do not reinterpret, correct, preflight, or confirm it with search_wiki. Search only when the user expresses ambiguity, supplies no title, or a domain tool returns NOT_FOUND; then retry with an exact returned title.

Choose the tool

  • Resolve an uncertain or ambiguous title with search_wiki. Choose the single best-matching returned title, retrieve only that page, and summarize only it. Do not fetch, compare, merge, or summarize other candidates unless the user explicitly asks for a comparison.
  • Retrieve a known page with get_wiki_page. If it reports truncation, call get_wiki_sections, select the relevant section, then call get_wiki_section.
  • Use get_item_info for item properties.
  • Start acquisition research with get_item_sources, the bounded multi-category overview. When asked for a concise overview, set perCategoryLimit to 2.
  • Use find_shop and find_drop_sources for complete, paginated listings. When the user asks for complete results in a category, follow that category's recovery warning or nextOffset until truncated and incomplete are false.
  • Use get_quest_requirements for published requirements. Include the sentence: "No player-readiness evaluation was performed." Never assign met, missing, ready, or not-ready status.
  • Use get_monster_info for monster facts. Preserve every returned variant as a separate record; never merge variant values.

Recover and report

Read warnings before answering. Follow recovery instructions needed for the requested completeness, and disclose other truncation or incompleteness rather than treating it as complete. After any truncated page, always call get_wiki_sections—even if a likely section number appears elsewhere—then pass its returned index to get_wiki_section. If an upstream failure leaves results incomplete, say so and relay the suggested retry path.

Read the full file on GitHub · 31 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 31 lines · 61 tokens per session scan A 683101c90b2b

Subscribe to this mod's changes

osrs-wiki-research is a skill published in the GitHub repository SSanderV/osrs-wiki-mcp (0 stars, last pushed today), licensed MIT. It adds 61 tokens to every session and 686 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

earn-hunter

A monitoring skill for OKX Earn products, which let users put supported cryptocurrency assets into flexible, fixed-term, or short-term earning programmes.

okx/agent-trade-kit · 114 tokens

okx-cex-bot

A tool for managing Grid and DCA Martingale trading bots on OKX. Grid bots place trades across a price range, while DCA Martingale bots adjust investments as prices move; the bots run on OKX's servers.

okx/agent-trade-kit · 112 tokens

okx-cex-portfolio

This skill should be used when the user asks about 'account balance', 'how much USDT do I have', 'my funding account', 'show my positions', 'open positions', 'position P&L', 'unrealized PnL', 'closed positions', 'position history', 'realized PnL', 'account bills', 'transaction history', 'trading fees', 'fee tier'…

okx/agent-trade-kit · 236 tokens

okx-cex-trade

Use when the user asks to 'buy BTC', 'sell ETH', 'place a limit order', 'place a market order', 'cancel my order', 'amend my order', 'long BTC perp', 'short ETH swap', 'open a position', 'close a position', 'set take profit', 'limit take profit', 'immediate TP', 'set stop loss', 'self-trade prevention', 'stpMode'…

okx/agent-trade-kit · 278 tokens

okx-sentiment-tracker

Use this skill when the user asks about: 'any crypto news', 'latest news', 'market update', 'daily briefing', 'BTC news', 'ETH news', 'news on SOL', 'search SEC ETF', 'regulation news', 'Bitcoin halving', 'is BTC bullish or bearish', 'coin sentiment', 'sentiment trend', 'trending coins', 'top bullish coins', 'bearish…

okx/agent-trade-kit · 252 tokens

okx-cex-market

Use this skill when the user asks for: price of any asset, ticker, order book, candles, OHLCV, funding rate, open interest, OI change scanner, market screener (top movers, high-volume, newly listed), mark price, index price, recent trades, instrument list, stock tokens, metals prices (gold, XAU, XAG), commodities…

okx/agent-trade-kit · 242 tokens