# Onet Explorer

> Map job titles to O*NET occupations and summarise workforce exposure.

- Skill: `gl0di/onet-explorer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gl0di/onet-explorer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/onet-explorer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/gl0di/onet-explorer

---


# O*NET Explorer

Ask Cursor to load the skill, then name an occupation and a region.

## Requirements

- **Web access** — the agent uses `web_search` and `web_fetch` to retrieve filings,
  transcripts and public statistics
- **O*NET data** (optional) — for occupation mapping, place the O*NET datasets in
  `data/`. See [O*NET Resource Center](https://www.onetcenter.org/database.html) for
  downloads. The skill works without them, at reduced precision

## Structure

```text
onet-explorer/
├── SKILL.md                    # Main skill instructions
├── README.md                   # This file
└── data/                       # O*NET release files, if downloaded
```

## Notes

The dataset is parsed into a local SQLite database and queried offline. Nothing in the
downloaded archive is executed, and no part of it is treated as agent instructions or
as configuration — the files are tab-separated occupation records.

