# Desktop Automation

> Take screenshots, interact with desktop UI, capture screen content

- **Type:** Skill
- **Install:** `agentstack add skill-frontier-ai-next-mgarlbot-desktop-automation`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [frontier-ai-next](https://agentstack.voostack.com/s/frontier-ai-next)
- **Installs:** 0
- **Category:** [Cloud & Infrastructure](https://agentstack.voostack.com/c/cloud-infrastructure)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [frontier-ai-next](https://github.com/frontier-ai-next)
- **Source:** https://github.com/frontier-ai-next/mgarlbot/tree/main/skills/desktop_automation

## Install

```sh
agentstack add skill-frontier-ai-next-mgarlbot-desktop-automation
```

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

## About

## Desktop automation (macOS)

Use shell commands for screenshots and simple desktop actions.

### Screenshots

Full screen:

```
screencapture ~/Desktop/screenshot.png
```

Interactive region:

```
screencapture -i ~/Desktop/screenshot.png
```

Interactive window:

```
screencapture -w ~/Desktop/screenshot.png
```

Silent (no shutter sound):

```
screencapture -x ~/Desktop/screenshot.png
```

### Clipboard

Copy capture to clipboard:

```
screencapture -c
```

### Display info

Resolution hint:

```
system_profiler SPDisplaysDataType | grep Resolution
```

### Rules

1. Default save path `~/Desktop/` unless the user specifies another path.
2. Use `-x` to suppress shutter sound when appropriate.
3. After capture, verify with `ls -la `.
4. If the user asks for a “photo” of the screen, they mean a screenshot.
5. Default format: `.png`.

## Source & license

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

- **Author:** [frontier-ai-next](https://github.com/frontier-ai-next)
- **Source:** [frontier-ai-next/mgarlbot](https://github.com/frontier-ai-next/mgarlbot)
- **License:** MIT

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-frontier-ai-next-mgarlbot-desktop-automation
- Seller: https://agentstack.voostack.com/s/frontier-ai-next
- 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%.
