files

Manage files and fileset CRUD operations via the NeMo API.

58|16|Updated May 14, 2026
One-click install
npx skills add https://github.com/NVIDIA-NeMo/nemo-platform --skill files-nvidia-nemo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: files
Source: https://github.com/NVIDIA-NeMo/nemo-platform/tree/main/agents/nemo-agent-local/src/nemo_agent/skills/files
Command: npx skills add https://github.com/NVIDIA-NeMo/nemo-platform --skill files-nvidia-nemo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the lifecycle management of files and filesets within the NeMo platform, removing the need for manual API orchestration during benchmarking or data organization tasks.

Core Features & Use Cases

  • Fileset Lifecycle Management: Create, retrieve, and delete filesets to organize your workspace.
  • Content Operations: Upload and download file content directly to remote paths, supporting in-memory processing.
  • Use Case: Automate the setup and teardown of test environments by creating a temporary fileset, uploading verification files, and cleaning up resources after validation.

Quick Start

Use the files skill to create a new fileset named harbor-final-fileset and upload the verification text file to it.

Frequently Asked Questions about files

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

FAQPage Schema
How do I automate fileset creation and teardown for benchmarking environments?

Automate fileset lifecycle management by executing sequential NeMo API calls to create, populate, and delete temporary filesets for automated benchmarking and data organization.

What is the best way to manage CRUD operations for files via the NeMo API?

Manage file CRUD operations by executing sequential NeMo API calls for creating, retrieving, and deleting filesets, alongside content upload and download actions to ensure consistent state verification.

Can I upload and download file content directly to remote paths during automated testing?

Yes, you can upload and download file content directly to remote paths, which supports in-memory processing and facilitates automated setup and teardown of test environments.

How does state verification work when managing filesets through API calls?

State verification works by executing sequential API calls for file lifecycle management, ensuring that creation, retrieval, upload, download, and deletion actions maintain consistent workspace state.

Do I need to manually orchestrate API calls to organize data in NeMo filesets?

No, you do not need to manually orchestrate API calls, as this process automates the lifecycle management of files and filesets to organize data and remove manual setup overhead.