automates
Opens the AutoMates project directory in Finder for easy file navigation.
Install
mkdir -p .claude/skills/automates && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11999" && unzip -o skill.zip -d .claude/skills/automates && rm skill.zipInstalls to .claude/skills/automates
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Open the AutoMates root folder in FinderKey capabilities
- →Open the AutoMates root folder in the system file browser
- →Display the contents of the AutoMates root folder
- →Browse agent identities
How it works
The skill executes a shell command `open "$(pwd)"` to open the current working directory, which is assumed to be the AutoMates root folder, in the system's file browser.
Inputs & outputs
When to use automates
- →Browsing agent identities
- →Exploring the knowledge library
- →Accessing project files
About this skill
/automates - Open AutoMates Folder
Opens the AutoMates root folder in your system file browser so you can browse agent identities, the library, and everything under the hood.
Usage
/automates
Instructions
Run this command to open the root folder:
open "$(pwd)"
Then tell the user:
Opened AutoMates root folder. Here's what's inside:
AgenTeam/ — All 10 agent identities and memory (one folder per agent)
Library/ — Knowledge base, research sources, Rules.md, Arsenal.yaml
Brief.md — Project state, team status, recent activity
.claude/ — Rules (auto-loaded) + Skills (slash commands)
When not to use it
- →When the user wants to open a folder other than the AutoMates root folder
- →When the user does not want to use the system file browser
- →When the user wants to perform actions beyond opening and listing contents
Limitations
- →Assumes the current working directory is the AutoMates root folder
- →Limited to opening the folder in the system file browser
- →Only lists predefined main contents of the folder
How it compares
This skill provides a direct command to open a specific project directory in the GUI file browser, offering a quick visual overview of the project structure, unlike navigating through the command line.
Compared to similar skills
automates side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| automates (this skill) | 0 | 4mo | Review | Beginner |
| pptx | 393 | 6mo | Review | Advanced |
| nano-pdf | 63 | 2mo | Review | Beginner |
| video-downloader | 101 | 7mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
pptx
anthropics
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
nano-pdf
openclaw
Edit PDFs with natural-language instructions using the nano-pdf CLI.
video-downloader
ComposioHQ
Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.
youtube-transcript
michalparkola
Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.
using-superpowers
obra
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
browser-automation
browserbase
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications. Triggers include "browse", "navigate to", "go to website", "extract data from webpage", "screenshot", "web scraping", "fill out form", "click on", "search for on the web". When taking actions be as specific as possible.