loadstone-cli — community loadstone-cli, Loadstone, damianpoole, community, ai agent skill, ide skills, agent automation, AI agent skills, Claude Code, Cursor, Windsurf

v1.0
GitHub

About this Skill

Perfect for Game Data Analysis Agents needing RuneScape 3 Wiki data and RuneMetrics stats in structured JSON format. Use the Loadstone CLI to search the RuneScape 3 Wiki for quests or item information and RuneMetrics for character information like levels, status, quests completion. Use when the user asks for RS3 wik

damianpoole damianpoole
[0]
[0]
Updated: 3/12/2026

Quality Score

Top 5%
59
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add damianpoole/Loadstone/loadstone-cli
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The loadstone-cli skill by damianpoole is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Game Data Analysis Agents needing RuneScape 3 Wiki data and RuneMetrics stats in structured JSON format.

Core Value

Empowers agents to retrieve and parse RuneScape 3 Wiki pages, categories, tables, and training info, as well as RuneMetrics profile and quest data, using the Loadstone CLI with JSON output for seamless LLM consumption, leveraging libraries and protocols for efficient data exchange.

Capabilities Granted for loadstone-cli

Retrieving RS3 Wiki data for Ironman-focused answers
Fetching RuneMetrics stats for player profile analysis
Generating structured JSON output for LLM-based game data analysis

! Prerequisites & Limits

  • Requires Loadstone CLI installation and configuration
  • Limited to RuneScape 3 Wiki and RuneMetrics data sources
  • Prefer '--json' output for structured data consumption
Project
SKILL.md
2.2 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Loadstone CLI Skill

Use this skill to operate the Loadstone CLI in this repository and return data from the RuneScape 3 Wiki or RuneMetrics in a user-friendly format.

When to use

  • User asks for RS3 Wiki data (pages, categories, tables, training info)
  • User asks for RuneMetrics profile or quest info
  • User asks how to run or interpret Loadstone CLI commands
  • User wants structured JSON output for LLM consumption

Required context

  • Prefer --json when the user wants structured output.

Command usage

[!IMPORTANT] The loadstone command MUST be available on the user's PATH. Do not attempt to run it via bun run, npm run, or by pointing to source files directly.

bash
1loadstone <command> [args] [options]

Profile data workflow

For token-efficient profile queries, use the filtering options:

  • Use --skills-only for skill level queries (e.g., "what's my crafting level?") - reduces ~14k tokens to ~300
  • Use --completed-quests-only for completed quest counts
  • Use --started-quests-only for current quest progress
  • Use --not-started-quests-only for available quests to start
  • Use --quests-only for all quests with minimal data
  • Add --include-raw if you need the complete raw API response

Note: The raw field is excluded by default in JSON mode to save tokens. Use --include-raw only when necessary.

Examples:

bash
1# Get only skill levels 2loadstone profile "Some Player" --json --skills-only
bash
1# Get only completed quests 2loadstone profile "Some Player" --json --completed-quests-only
bash
1# Get only started quests 2loadstone profile "Some Player" --json --started-quests-only

Page content workflow

  • First request available headings with --headings.
  • Choose only the headings relevant to the user request.
  • Request those sections with --fields "Heading 1","Heading 2".

Examples:

bash
1loadstone page "Abyssal whip" --headings
bash
1loadstone page "Abyssal whip" --fields "Usage","Drop sources" --json

Output handling

  • If the user asks for data, prefer --json and return structured results.
  • If the user asks for a summary, parse JSON and provide a concise summary.
  • If a command fails, return the error and offer a fix (missing command, network, rate limit).

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is loadstone-cli?

Perfect for Game Data Analysis Agents needing RuneScape 3 Wiki data and RuneMetrics stats in structured JSON format. Use the Loadstone CLI to search the RuneScape 3 Wiki for quests or item information and RuneMetrics for character information like levels, status, quests completion. Use when the user asks for RS3 wik

How do I install loadstone-cli?

Run the command: npx killer-skills add damianpoole/Loadstone/loadstone-cli. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for loadstone-cli?

Key use cases include: Retrieving RS3 Wiki data for Ironman-focused answers, Fetching RuneMetrics stats for player profile analysis, Generating structured JSON output for LLM-based game data analysis.

Which IDEs are compatible with loadstone-cli?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for loadstone-cli?

Requires Loadstone CLI installation and configuration. Limited to RuneScape 3 Wiki and RuneMetrics data sources. Prefer '--json' output for structured data consumption.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add damianpoole/Loadstone/loadstone-cli. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use loadstone-cli immediately in the current project.

Related Skills

Looking for an alternative to loadstone-cli or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
AI

antd-commit-msg

Logo of ant-design
ant-design

Generate a single-line commit message for ant-design by reading the projects git staged area and recent commit style. Use when the user asks for a commit message, says msg, commit msg, 写提交信息, or wants

97.8k
0
Design