---
name: nethacker-loader
description: Load the canonical NetHackers skill from its versioned product repository.
---

# Load NetHackers

The sole NetHackers behavior contract is `SKILL.md` in
`https://github.com/dunnolab/nethackers`. The repository is private during preview, so this
URL is only a loader and intentionally does not repeat the contract.

If `gh auth status --hostname github.com` fails, ask the user to run `gh auth login`, then
continue. Read the canonical file directly through the authenticated GitHub API:

```bash
gh api repos/dunnolab/nethackers/contents/SKILL.md \
  -H 'Accept: application/vnd.github.raw+json'
```

Follow the returned `SKILL.md`. Do not infer product behavior from this loader or from
website presentation text.
