macos-finder

Manage file tags, previews, metadata, and disk space on macOS.

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill macos-finder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: macos-finder
Source: https://github.com/malue-ai/dazee-small/tree/main/instances/xiaodazi/skills/macos-finder
Command: npx skills add https://github.com/malue-ai/dazee-small --skill macos-finder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines complex file management tasks on macOS, allowing users to efficiently tag, preview, inspect, and organize files directly from the command line.

Core Features & Use Cases

  • File Tagging: Apply, view, and remove custom tags for better organization.
  • Quick Look Preview: Instantly preview file contents without opening applications.
  • File Information: Retrieve detailed metadata like display name, size, and creation dates.
  • Disk Space Analysis: Monitor disk usage and analyze directory sizes.
  • Smart Folder Simulation: Find files based on modification dates and other criteria.

Quick Start

Use the macos-finder skill to tag the file '/Users/user/Documents/report.docx' with the tag 'Urgent'.

Frequently Asked Questions about macos-finder

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

FAQPage Schema
How do I manage file tags on macOS from the command line?

You can manage file tags on macOS using the native `tag` command-line utility to apply, view, and remove custom tags for organizing documents directly from the terminal.

Can I generate Quick Look previews for files without opening applications?

Yes, generating Quick Look previews is possible using the `qlmanage` utility, which allows you to instantly preview file contents on macOS without launching the default application.

What is the best way to retrieve detailed file metadata and creation dates on macOS?

Retrieving detailed file metadata on macOS is best achieved using `mdls` and `stat` commands, which extract specific attributes like display name, size, and creation dates.

How do I analyze disk space and directory sizes in macOS terminal?

You analyze disk space and directory sizes in macOS by running the `du` command, which monitors disk usage and reports storage allocation for specific directories.

Can I simulate Smart Folders by finding files based on modification dates?

Yes, you can simulate Smart Folders by using the `mdfind` command to locate and filter files across your system based on modification dates and other metadata criteria.