# Mac Finder

> Opens macOS Finder at a specified directory path, with tilde expansion and common-directory shortcuts. Use when the user asks to open a folder, navigate to a directory, browse files, show a path in Finder, or open Downloads/Desktop/Documents on macOS.

- **Type:** Skill
- **Install:** `agentstack add skill-leionion-clawforge-mac-finder`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [leionion](https://agentstack.voostack.com/s/leionion)
- **Installs:** 0
- **Category:** [Finance & Payments](https://agentstack.voostack.com/c/finance-and-payments)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [leionion](https://github.com/leionion)
- **Source:** https://github.com/leionion/ClawForge/tree/main/skills/05-Interaction/mac_finder

## Install

```sh
agentstack add skill-leionion-clawforge-mac-finder
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# mac-finder — Open Finder at a Directory

Opens Finder and navigates to a specified directory path. Supports `~` expansion and validates that the path exists before opening.

## Usage

```bash
# Open a specific directory in Finder
python3 mac_finder.py "~/Downloads"
python3 mac_finder.py "/Users/benson/Desktop"
python3 mac_finder.py "/Applications"
```

## Common directories

| Name | Path |
|------|------|
| Desktop | ~/Desktop |
| Downloads | ~/Downloads |
| Documents | ~/Documents |
| Pictures | ~/Pictures |
| Music | ~/Music |
| Movies | ~/Movies |
| Applications | /Applications |

## How it works

- Expands `~` to the user's home directory via `os.path.expanduser`
- Validates that the path exists and is a directory
- Opens the directory with `open` and activates Finder via `osascript`

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [leionion](https://github.com/leionion)
- **Source:** [leionion/ClawForge](https://github.com/leionion/ClawForge)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-leionion-clawforge-mac-finder
- Seller: https://agentstack.voostack.com/s/leionion
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
