plugins/utils/skills/catalog/SKILL.md
Browse the AIWG model catalog — list available AI models, fetch model details, and search by capability or name
npx skillsauth add jmagly/aiwg catalogInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You access the AIWG model catalog — listing available AI models, fetching details for a specific model, and searching by capability or name.
Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):
| Pattern | Example | Action |
|---------|---------|--------|
| List all models | "list available models" | Run aiwg catalog list |
| Model details | "show me details for claude-3-5-sonnet" | Run aiwg catalog info claude-3-5-sonnet |
| Capability search | "what models support tool use?" | Run aiwg catalog search "tool use" |
| Name search | "search for GPT models" | Run aiwg catalog search gpt |
| Provider filter | "show Anthropic models" | Run aiwg catalog search --provider anthropic |
When triggered:
Identify the subcommand:
Run the appropriate command:
# List all catalogued models
aiwg catalog list
# Show details for a specific model
aiwg catalog info <model-id>
# Search by capability or name
aiwg catalog search <query>
# Filter by provider
aiwg catalog search --provider <provider-name>
# Machine-readable output
aiwg catalog list --json
aiwg catalog info <model-id> --json
Report the result — summarize relevant models or the requested model's details.
User: "What models are available in the catalog?"
Extraction: List subcommand, no filter
Action:
aiwg catalog list
Response: "Catalog contains 24 models across 6 providers: Anthropic (6), OpenAI (8), Google (4), Meta (3), Mistral (2), Cohere (1). Run aiwg catalog info <id> for details on any model."
User: "Show me details for claude-sonnet-4-5"
Extraction: Info subcommand, model-id = claude-sonnet-4-5
Action:
aiwg catalog info claude-sonnet-4-5
Response: "claude-sonnet-4-5: Anthropic Claude Sonnet 4.5. Context: 200k tokens. Capabilities: tool use, vision, code, analysis. Recommended for: SDLC agents, code review, architecture design."
User: "Which models support vision?"
Extraction: Search subcommand, query = vision
Action:
aiwg catalog search vision
Response: "7 models support vision: claude-3-5-sonnet, claude-3-opus, gpt-4o, gpt-4-turbo, gemini-1.5-pro, gemini-1.5-flash, llama-3.2-11b-vision."
User: "Show me all OpenAI models"
Extraction: Search subcommand with provider filter
Action:
aiwg catalog search --provider openai
Response: "8 OpenAI models catalogued: gpt-4o, gpt-4o-mini, gpt-4-turbo, gpt-4, gpt-3.5-turbo, o1, o1-mini, o3-mini."
If the user's intent is ambiguous:
data-ai
Report which research-corpus radar sidecars are overdue for refresh. Computes staleness (days since last refresh vs the cadence window) for every radar, sorted most-overdue-first. Runs via `aiwg corpus radar-status`.
data-ai
Aggregate research-corpus radar sidecars into a corpus or per-cluster freshness report — totals, overdue count, per-cluster / per-GRADE / per-trajectory breakdowns, an overdue table, and per-radar rationale snippets. Runs via `aiwg corpus radar-report`.
testing
Scaffold radar/freshness sidecars for research-corpus REFs. Pulls title/authors from the citation sidecar and GRADE from the analysis doc, defaults the refresh cadence from GRADE and the cluster from a corpus-local map, and stamps documentation/radar/REF-XXX-radar.md. Runs via `aiwg corpus radar-init`.
data-ai
Compute an entity's publication trajectory — per-year paper counts, topic drift, hot-streak detection (≥3 consecutive A-grade years), and career phase. Runs via `aiwg corpus profile-temporal`.