skills-list

List Oracle skills with profile tier, type, and script status.

116|56|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli --skill skills-list-soul-brews-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-list
Source: https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli/tree/main/src/skills/skills-list
Command: npx skills add https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli --skill skills-list-soul-brews-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lists all Oracle skills with their profile tier, type, and script status to provide a single source of truth for skill discovery.

Core Features & Use Cases

  • Inventory and compare skills across standard, full, and lab profiles.
  • Preview which skills have associated scripts and where they live.
  • Enable quick onboarding and capability auditing for AI agents.

Quick Start

Run /skills-list to display all skills in a formatted table, or /skills-list --json to display JSON output.

Frequently Asked Questions about skills-list

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

FAQPage Schema
How do I list all available Oracle skills and their profile tiers?

To list Oracle skills and their profile tiers, run /skills-list to generate a formatted table displaying standard, full, and lab profiles alongside their script status. It scans skill directories and reads profile definitions to provide a single inventory view.

What is the best way to inventory AI agent capabilities across different profile definitions?

The best way to inventory AI agent capabilities is to use a skill discovery tool that reads profile definitions and scans directories. This generates a summarized view comparing standard, full, and lab profiles to verify script presence and enable quick onboarding.

Can I get a JSON output of the skill directory inventory for programmatic access?

Yes, you can get JSON output of the skill directory inventory by running /skills-list --json. This formats the profile tiers, types, and script presence verification into structured data for automated capability auditing.

How do I check if a specific skill profile has associated scripts?

To check if a skill profile has associated scripts, run a skills inventory command to preview script presence. It scans the skill directories and reads profile definitions to verify which standard, full, or lab profiles contain executable scripts.

Do I need any external dependencies to scan skill directories and generate a profile summary?

No external dependencies are needed to scan skill directories and generate a profile summary. The inventory process reads profile definitions internally to compare standard, full, and lab tiers without requiring additional components.