Agent Plugins Marketplace
All plugins

tao-skill-bank

v0.1.13

NVIDIA TAO skill bank with generated capability discovery for model training, data processing, application workflows, AutoML, and platform execution.

CodexClaude Code

90 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install tao-skill-bank for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add tao-skill-bank@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/NVIDIA-TAO/tao-skill-bank

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

tao-skill-bank/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "tao-skill-bank",
  "version": "0.1.13",
  "description": "NVIDIA TAO skill bank with generated capability discovery for model training, data processing, application workflows, AutoML, and platform execution.",
  "skills": "./skills/core/",
  "interface": {
    "displayName": "TAO Skill Bank",
    "shortDescription": "TAO app workflows, model actions, and AutoML",
    "longDescription": "A local Codex plugin that reads packaged TAO manifests and helper scripts to answer capability questions and route workflow requests. The plugin exposes only small helper/router skills from ./skills/core/; canonical model, data, platform, and application skills live once under their layer directories beneath ./skills/. Intro and capability answers are generated by scripts/list_tao_capabilities.py rather than hard-coded in plugin metadata.",
    "developerName": "NVIDIA",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write",
      "Interactive"
    ],
    "defaultPrompt": [
      "What can the TAO Skill Bank do?",
      "Choose and run a TAO workflow for my dataset.",
      "List TAO models, actions, AutoML, and platforms."
    ],
    "brandColor": "#76B900"
  }
}
.claude-plugin/plugin.json
{
  "name": "tao-skill-bank",
  "description": "NVIDIA TAO skill bank with generated capability discovery for model training, data processing, application workflows, AutoML, and platform execution.",
  "version": "0.1.13"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[tao-skill-bank on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tao-skill-bank)