browse

browse is a skill for Claude Code, Codex from sukoji/loadout. It costs 43 tokens per session (388 once invoked), scanned A, original, MIT.

A read-only skill for browsing a catalogue of coding-agent extensions by project area. It lists available MCP servers, hooks, settings, and skills without changing files.

In plain words
What is it for?
Use it to inspect the catalogue for a chosen technology area, see descriptions and links, review authentication notes, and decide whether to run a recommendation workflow.
Why use it?
It helps you find relevant extensions before deciding whether to install or apply anything.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the loadout plugin — 2 skills shipped together

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.

agentmods
npx agentmods add skills/sukoji/loadout/browse
Any agent
npx skills add sukoji/loadout --skill browse
Clone the repo
git clone --depth 1 https://github.com/sukoji/loadout

Made for: Claude Code, Codex.

Or install loadout, the plugin that ships this one along with the rest of its 2 skills.

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 browse

README.md
[![agentmods](https://agentmods.dev/badge/skills/sukoji/loadout/browse.svg)](https://agentmods.dev/skills/sukoji/loadout/browse)
Your own site
<a href="https://agentmods.dev/skills/sukoji/loadout/browse"><img src="https://agentmods.dev/badge/skills/sukoji/loadout/browse.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 388 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00043 $0.00388
Opus 5 $0.00022 $0.00194
Sonnet 5 $0.00009 $0.00078
Haiku 4.5 $0.00004 $0.00039

Measured 4d ago against content hash 9ac1f08df601, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

browse 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 4d 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/loadout/skills/browse/SKILL.md · 27 lines

What it actually says

Loadout — browse the catalog

Read-only. Show what's in the catalog for a chosen domain; do not modify any files.

Steps

  1. Resolve the plugin root from PLUGIN_ROOT, CLAUDE_PLUGIN_ROOT, or two levels above this SKILL.md, then read its catalog/domains.json, mcp.json, skills.json, and hooks.json.
  2. If the user named a domain (or a stack that maps to one), use it. Otherwise list the domain titles from domains.json and use the host's available user-input UI. If none is available, ask with a compact numbered list.
  3. For the chosen domain, resolve its loadout ids into the actual items and print them grouped by kind (MCP servers / Hooks & settings / Skills), each as name — description, with the homepage link and any auth/note caveat.
  4. End by inviting the user to run Loadout's recommend workflow if they want these profiled against their repository and applied. When useful, identify the host-specific invocation ($recommend in Codex or /loadout:recommend in Claude Code). Note that catalog skill install commands are Claude-specific unless explicitly marked otherwise. Mention that token-saver skills (e.g. caveman) are not in browse; the recommendation workflow asks about those separately after the stack loadout.

Keep it scannable. This is the "read the shelf" mode; recommend is the "gear me up" mode.

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. 4d ago First seen · 27 lines · 43 tokens per session scan A 9ac1f08df601

Subscribe to this mod's changes

browse is a skill published in the GitHub repository sukoji/loadout (2 stars, last pushed 4d ago), licensed MIT. It adds 43 tokens to every session and 388 once invoked, about $0.0002 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

exploratory-data-analysis

Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…

K-Dense-AI/scientific-agent-skills · 83 tokens

golden-rss

Use when testing the rss golden build.

yusufkaraaslan/Skill_Seekers · 12 tokens

data-charts-tako

Search and visualize the world's data - get charts, insights, and embeddable knowledge cards for finance, economics, demographics, sports, and more.

gooseworks-ai/goose-skills · 35 tokens

apollo-lead-finder

Two-phase Apollo.io prospecting: free People Search to discover ICP-matching leads, then selective enrichment to reveal emails/phones (credits per contact). Creates Apollo lists. Deduplicates against existing contacts by LinkedIn URL.

gooseworks-ai/goose-skills · 51 tokens

google-ads-audit

Google Ads account audit and business context setup. Run this first — it gathers business information, analyzes account health, and saves context that all other ads skills reuse. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should…

nowork-studio/notfair-plugin · 114 tokens

webhook-management

Configure and validate CCAM webhook targets across supported chat, incident, automation, and generic providers. Use when listing provider requirements, creating or updating a target, scoping it to alert rules, sending a test notification, reviewing delivery history, or deleting a target.

hoangsonww/Claude-Code-Agent-Monitor · 56 tokens