๐Ÿ“‡
AutomationPython

File Indexer

by NVIDIA

File Indexer is an Automation skill for Claude Code, published by NVIDIA in SkillSpector.

14.6K stars1.2K forkson NVIDIA/SkillSpectorAdded 2026/08/14Repository updated 2026/08/13
agent-securityagent-skillsagentic-aiai-securityclaude-codemcpprompt-injectionsecurity-scannersecurity-toolssecurity-workflowsupply-chain-security
Install in seconds
Install File Indexer
Copy File Indexer into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/NVIDIA/SkillSpector/tree/main/tests/fixtures/sdi/sdi_clean ~/.claude/skills/sdi_clean

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/NVIDIA/SkillSpector.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
tests/fixtures/sdi/sdi_clean/SKILL.md in NVIDIA/SkillSpector
Installs to
~/.claude/skills/sdi_clean
Collection
One of 24 skills cataloged from this repository
Category
Automation โ€” 1523 skills

What File Indexer does

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.

File Indexer is cataloged under Automation on DirSkills. File Indexer comes from a repository tagged agent-security, agent-skills, agentic-ai, ai-security and claude-code.

Documentation

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.

Frequently asked about File Indexer

  • What else does NVIDIA publish alongside File Indexer?

    File Indexer is one of 24 skills that DirSkills catalogs from NVIDIA/SkillSpector, the repository it ships in. Its siblings there include Chef Assistant, Code Formatter and Code Reviewer. Each one is a separate skill with its own page in this directory, installs the same way File Indexer does, and is maintained by NVIDIA in that same repository. The rest of the collection is listed on the NVIDIA/SkillSpector page.

  • How does File Indexer compare to other Automation skills?

    File Indexer ranks #144 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of File Indexer against them. Open each page to compare what they document and how they install.