Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Tao List Capabilities

ASecurity

Answer what the TAO Skill Bank plugin can do by generating the response from packaged application, data, model, AutoML, and platform manifests. Use when the user asks "what can TAO Skill Bank do", "list TAO models", "which TAO workflows are available", or "what supports AutoML".

36 stars
0 votes
0 copies
0 views
Added 9/22/2026
toolsbash

Security Analysis

A100/100

Scanned 9/22/2026

Install to Claude Code

$npx -y skills add NVlabs/Skill2Env --skill tao-list-capabilities --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Tao List Capabilities?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Tao List Capabilities
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/nvlabs-tao-list-capabilities/badge)](https://www.skillsdirectory.com/skills/nvlabs-tao-list-capabilities)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: tao-list-capabilities
description: >-
  Answer what the TAO Skill Bank plugin can do by generating the response from
  packaged application, data, model, AutoML, and platform manifests. Use when
  the user asks "what can TAO Skill Bank do", "list TAO models", "which TAO
  workflows are available", or "what supports AutoML".
license: Apache-2.0
compatibility: Requires the packaged TAO skill bank helper scripts.
metadata:
  author: NVIDIA Corporation
  version: "0.1.0"
allowed-tools: Read Bash
tags:
- tao
- capabilities
- discovery
---

# TAO Skill Bank Capabilities

Use this skill when the user asks what `tao-skill-bank` can do, asks for plugin
capabilities, asks which application or data workflows are available, asks which
models are supported, or asks what models are capable with AutoML.

## Quick Start

Run `scripts/list_tao_capabilities.py` for general capability questions, or
`scripts/list_tao_models.py` for model/action and AutoML support questions.

## Capability Answers

For a general capabilities answer, run the packaged helper:

```bash
${TAO_SKILL_BANK_PATH:-~/tao-skills-external}/scripts/list_tao_capabilities.py \
  --skill-bank ${TAO_SKILL_BANK_PATH:-~/tao-skills-external} --format text
```

Use the helper output as the source of truth for the answer instead of manually
enumerating capabilities from this skill or plugin metadata. Include:

- Every top-level application workflow under `applications/` and what it can do.
- Every top-level data workflow under `data/` and what it can do.
- Supported execution platforms from `scripts/list_tao_platforms.py`.
- The fine-tuning/deployment workflow coverage for models under `models/`: train,
  evaluate, inference, export, and TensorRT engine generation when those actions
  are present in the packaged schema manifest.
- AutoML support and the AutoML train-schema gate.

## Model Lists

When the user asks which TAO models are available or which actions a model can
run, use the packaged model-list script instead of manually scanning model
folders:

```bash
${TAO_SKILL_BANK_PATH:-~/tao-skills-external}/scripts/list_tao_models.py \
  --skill-bank ${TAO_SKILL_BANK_PATH:-~/tao-skills-external} --scope all --format text
```

The model list comes from `skills/models/schemas.manifest.json`.

## AutoML Lists

When the user asks what models are capable with AutoML, use the same model-list
script in AutoML mode, or the compatibility wrapper:

```bash
${TAO_SKILL_BANK_PATH:-~/tao-skills-external}/scripts/list_tao_models.py \
  --skill-bank ${TAO_SKILL_BANK_PATH:-~/tao-skills-external} --scope automl --format text
```

```bash
${TAO_SKILL_BANK_PATH:-~/tao-skills-external}/scripts/list_automl_support.py \
  --skill-bank ${TAO_SKILL_BANK_PATH:-~/tao-skills-external} --format text
```

AutoML support requires `skills/models/<network>/schemas/train.schema.json` to be
packaged with the plugin and parse successfully as JSON. If that dataclass schema
is missing or invalid, do not describe the model as AutoML-supported.

Attribution

NVlabsNVlabs
View sourceMore from NVlabs →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

ucoz-landing-skill

Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...

107 votes

Paperclip

Interact with the Paperclip control plane API for task coordination and governance. Use when checking assignments, updating issue status, posting comments, delegating work, managing routines, or calling Paperclip API endpoints.

813271 votes

Instantly Rdsthomas Mission Control

Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.

761 votes

Daw Music

Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.

761 votes

Caveman Compress

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"

1066600 votes
View all in tools →