From edaa53365561e187194a069597072b5df05f5f11 Mon Sep 17 00:00:00 2001 From: Alex Astrum Date: Tue, 3 Feb 2026 21:14:38 -0500 Subject: [PATCH] fix: skill should work, even if the npm package is not installed Added installation instructions for agent-device. --- skills/agent-device/SKILL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/skills/agent-device/SKILL.md b/skills/agent-device/SKILL.md index 4d547e51a..b48192005 100644 --- a/skills/agent-device/SKILL.md +++ b/skills/agent-device/SKILL.md @@ -18,6 +18,12 @@ agent-device fill @e5 "test" agent-device close ``` +If not installed, run: + +```bash +npx -y agent-device +``` + ## Core workflow 1. Open app or just boot device: `open [app]`