# Skills List

> List all Oracle skills with profile tier, type, and script status. Use when user says "skills list", "show skills", "what skills", "list all skills", "how many skills", or wants to see available skills by profile.

- **Type:** Skill
- **Install:** `agentstack add skill-soul-brews-studio-arra-oracle-skills-cli-skills-list`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Soul-Brews-Studio](https://agentstack.voostack.com/s/soul-brews-studio)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Soul-Brews-Studio](https://github.com/Soul-Brews-Studio)
- **Source:** https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli/tree/main/src/skills/.archive/skills-list

## Install

```sh
agentstack add skill-soul-brews-studio-arra-oracle-skills-cli-skills-list
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# /skills-list — Show All Skills

> See everything at a glance. Single source of truth.

## Usage

```
/skills-list          # Pretty table
/skills-list --json   # Machine-readable JSON
```

## Run

```bash
python3 .claude/scripts/skills-list.py
```

The script lives at `.claude/scripts/skills-list.py` in the repo (not in src/skills/). It reads STANDARD_SKILLS and LAB_SKILLS from `profiles.ts` (single source of truth) and scans all skill directories.

If not in the repo directory, fall back:
```bash
python3 ~/.claude/skills/skills-list/scripts/skills-list.py
```

### Output

```
📦 Oracle Skills — 41 total

  standard   15  /go standard
  full       23  /go full
  lab        41  /go lab

  #  Skill                    Profile    Type         Scripts
  ── ──────────────────────── ────────── ────────���─── ───────
   1 about-oracle             standard   skill+agent  
   2 recap                    standard   skill        
   3 awaken                   standard   skill        
   ...
  41 xray                     standard   skill        

  standard=15 | full=23 | lab=41
```

### JSON mode

```bash
python3 ~/.claude/skills/skills-list/scripts/skills-list.py --json
```

Returns structured JSON with all skill metadata — useful for piping to other tools.

---

ARGUMENTS: $ARGUMENTS

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Soul-Brews-Studio](https://github.com/Soul-Brews-Studio)
- **Source:** [Soul-Brews-Studio/arra-oracle-skills-cli](https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-soul-brews-studio-arra-oracle-skills-cli-skills-list
- Seller: https://agentstack.voostack.com/s/soul-brews-studio
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
