aidp-models-catalog
SkillList the models available/installed in the AIDP DataLake and inspect their parameters, and browse the MLOps model registry. Use when the user asks "what models are available", needs a model name for ai_generate()/agent flows, wants a model's parameters, or wants to list registered models / versions.
Install
git clone https://github.com/oracle-samples/oracle-aidp-samples.git ~/.claude/skills/aidp-models-catalogWhat is aidp-models-catalog?
List the models available/installed in the AIDP DataLake and inspect their parameters, and browse the MLOps model registry. Use when the user asks "what models are available", needs a model name for ai_generate()/agent flows, wants a model's parameters, or wants to list registered models / versions. Registry browse uses the official `aidp` CLI (folded into the `mlops` group); the LA `Models` platform-catalog API via `oci raw-request` is verified and the no-CLI fallback.
What this can do
Capabilities declared in this component's own frontmatter — not inferred.
Inherit all session tools
Declares no tool restrictions — inherits every session tool
~119 tokens of context used while enabled, before you invoke anything
Documentation
README · ~2 min readaidp-models-catalog — available models & parameters
Two distinct surfaces:
- Platform model catalog — what you can call from
ai_generate()/ agent flows (LAModelsAPI). - MLOps/MLflow registry — registered models + versions (the
aidp-mlopsgroup; see alsoaidp-mlops).
CLI (preferred) — registry browse: aidp mlops <command> --instance-id <DATALAKE_OCID> --auth api_key --profile DEFAULT --region <r>
aidp mlops list-registered-models | get-registered-model | list-model-versions- (The official CLI folds the model registry into the
mlopsgroup — there is no separatemodelsgroup.)
Fallback (no CLI) / platform catalog: the LA Models REST API via oci raw-request (identical
endpoint + auth) — this is the verified path for resolving an ai_generate() model name.
Verify-first (no-fabrication): the platform
ModelsAPI is Limited Availability on20240831;
Reviews
Log in to leave a review.
No reviews yet — be the first.
Explore related
Other things in this space — across every part of the ecosystem, not just skills.
Skillssimilar to this one
All skills →Anthropic Example Skills
Public repository for Agent Skills
165.3K stars
agent-development
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or
32.8K stars
plugin-structure
This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDE_PLUGIN_ROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin director
32.8K stars