finder

Browse directories, view file metadata, and open folders in Finder.

32|9|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/DotNetAge/mindx --skill finder-dotnetage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finder
Source: https://github.com/DotNetAge/mindx/tree/main/skills/finder
Command: npx skills add https://github.com/DotNetAge/mindx --skill finder-dotnetage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve?

This skill helps users quickly browse directories, inspect file details, and open folders without leaving the interface.

Core Features & Use Cases

  • Browse directories to see contents and structure.
  • Retrieve file information such as size and type.
  • Open a folder directly in Finder for quick exploration.

Quick Start

Ask it to list a directory, view a file's info, or open a folder in Finder.

Frequently Asked Questions about finder

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

FAQPage Schema
How do I view file metadata and browse directory contents on macOS?

To view file metadata and browse directory contents on macOS, this skill automates local file system navigation. It retrieves file information like size and type and lists directory structures directly through a deterministic CLI interface.

Can I open a folder in Finder using a command line script?

Yes, you can open a folder directly in Finder for quick exploration. The skill automates opening directories within the macOS environment, allowing seamless transitions from command line browsing to the graphical interface.

Do I need jq installed to run directory navigation scripts?

Yes, you need jq installed to run this directory navigation skill. jq is a required dependency for the skill to parse inputs and execute its shell script logic for viewing file metadata and listing files.

What is the best way to quickly inspect file details without leaving my terminal interface?

The best way to quickly inspect file details without leaving your terminal interface is using this skill. It provides a deterministic CLI to browse directories, retrieve file information, and open folders seamlessly.

Does this file finder skill work on operating systems other than macOS?

No, this file finder skill is specifically applicable to workflows across macOS environments. Its directory exploration and folder opening logic is tailored for macOS, ensuring predictable behavior within that specific platform.

Why use a YAML frontmatter and shell script for file system navigation?

Using a YAML frontmatter and shell script for file system navigation ensures a deterministic CLI interface. This design guarantees predictable behavior when browsing directories, checking file metadata, and opening folders.