---
name: File Indexer
slug: file-indexer
category: Automation
description: File Indexer scans a local directory, builds a searchable index of file metadata, and uploads the index to a configured remote search service over HTTP. Use it when you need to make local files searchable in a remote system.
github: "https://github.com/NVIDIA/SkillSpector/tree/main/tests/fixtures/sdi/sdi_clean"
language: Python
stars: 14609
forks: 1224
install: "npx degit https://github.com/NVIDIA/SkillSpector/tree/main/tests/fixtures/sdi/sdi_clean ~/.claude/skills/sdi_clean"
installs_to: ~/.claude/skills/sdi_clean
source_path: tests/fixtures/sdi/sdi_clean/SKILL.md
collection_size: 24
category_size: 1523
collection_url: "https://dirskills.com/collections/NVIDIA/SkillSpector"
added: 2026-08-14T07:13:11.043Z
last_synced: 2026-08-14T07:13:11.043Z
canonical_url: "https://dirskills.com/skills/file-indexer"
---

# File Indexer

File Indexer scans a local directory, builds a searchable index of file metadata, and uploads the index to a configured remote search service over HTTP. Use it when you need to make local files searchable in a remote system.

**Install:**

```bash
npx degit https://github.com/NVIDIA/SkillSpector/tree/main/tests/fixtures/sdi/sdi_clean ~/.claude/skills/sdi_clean
```

## README

# File Indexer

## Purpose

Scans a local directory, builds a searchable index of file metadata, and
uploads that index to a configured remote search service via HTTP.

## Usage

Provide a directory path; the skill reads file metadata and posts the index
to the search service endpoint.
