# Hotkeyless Ahk Discover

> Discover available automation commands on the user's Windows machine via the Hotkeyless AHK HTTP server. Use when the user asks what desktop automation, hotkeys, or AHK commands are available, or before invoking any Hotkeyless AHK command for the first time.

- **Type:** Skill
- **Install:** `agentstack add skill-tim0-12432-hotkeylessahk-mcp-skill-hotkeyless-ahk-discover`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [tim0-12432](https://agentstack.voostack.com/s/tim0-12432)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [tim0-12432](https://github.com/tim0-12432)
- **Source:** https://github.com/tim0-12432/HotkeylessAHK-mcp-skill/tree/main/skills/.opencode/skills/hotkeyless-ahk-discover

## Install

```sh
agentstack add skill-tim0-12432-hotkeylessahk-mcp-skill-hotkeyless-ahk-discover
```

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

## About

# Hotkeyless AHK – Discover Commands

Hotkeyless AHK is a local HTTP server that exposes AutoHotkey functions as REST endpoints. Before you can invoke any command, you must discover what is available.

## Step 1: Fetch available commands

Run exactly this:

```bash
curl -s http://localhost:42800/list
```

The response is a JSON array:

```json
[
  {"command": "OpenBrowser", "note": "None"},
  {"command": "VolumeUp", "note": "None"},
  {"command": "MoveMouse", "note": "None"}
]
```

Each object has:
- `command`: The function name you can invoke via `/send/`
- `note`: Parameter hints or `"None"` if undocumented

## Step 2: Present to user

List all discovered commands in a readable format. Group them by apparent category if possible (e.g. media controls, window management, mouse actions).

If the user asks to do something not covered by any listed command, tell them it's not configured in their Hotkeyless AHK setup.

## Configuration

- **Default URL:** `http://localhost:42800`
- The user may specify a different host or port. Always ask if the default doesn't respond.

## Important

- Always run discovery before invoking commands you haven't seen yet.
- Do not guess command names. Only use names returned by `/list`.
- The available commands are user-configured and differ per machine.

## Source & license

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

- **Author:** [tim0-12432](https://github.com/tim0-12432)
- **Source:** [tim0-12432/HotkeylessAHK-mcp-skill](https://github.com/tim0-12432/HotkeylessAHK-mcp-skill)
- **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:** yes
- **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-tim0-12432-hotkeylessahk-mcp-skill-hotkeyless-ahk-discover
- Seller: https://agentstack.voostack.com/s/tim0-12432
- 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%.
