equipment-browser

Query equipment catalogs for weapon, armor, and gear statistics.

28|3|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/nicmarti/skills-weaver --skill equipment-browser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: equipment-browser
Source: https://github.com/nicmarti/skills-weaver/tree/main/.claude/skills/equipment-browser
Command: npx skills add https://github.com/nicmarti/skills-weaver --skill equipment-browser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets you quickly browse weapons, armor, and adventuring gear with stats, costs, and properties. It reduces the time spent cross-referencing tables during character and combat setup.

Core Features & Use Cases

  • Comprehensive catalog: weapons, armor, adventuring gear, and ammunition.
  • Item detail: show full stats, costs, and properties.
  • Starting gear guidance: class-based starter kits to speed character creation.
  • Format variety: Markdown sheets or JSON for integration into tools.

Quick Start

Compile the tool and list all weapons: ./sw-equipment weapons

Frequently Asked Questions about equipment-browser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I quickly look up weapon and armor stats for BFRPG character creation?

Equipment-browser queries BFRPG gear catalogs to display weapon, armor, and gear statistics instantly. Run `./sw-equipment weapons` to list all weapons with costs and properties, eliminating manual table cross-referencing during character setup.

Can I filter equipment by type, cost, or specific properties?

Yes. Equipment-browser supports filtering by type (melee, ranged, armor, gear) and cost, returning results in JSON or Markdown format for easy integration or reference sheets.

How do I generate class-based starting equipment kits?

Equipment-browser generates class-based starting gear recommendations to accelerate character creation. Output class-specific starter kits in structured formats to guide new players through equipment selection.

What output formats does equipment-browser support?

Equipment-browser outputs results as Markdown sheets for readability or JSON for programmatic integration into other character-creation tools and workflows.

Do I need to compile the tool before browsing equipment?

Yes. Compile equipment-browser first, then invoke it via command line—for example, `./sw-equipment weapons`—to access the gear catalog and filters.