Install the stillpane menu bar app when it is missing from /Applications - downloads the latest release, verifies it is a notarized build signed by stillpane's Developer ID, installs, and launches its setup assistant
Scanned 9/19/2026
Install to Claude Code
npx -y skills add yayamaz/stillpane --skill stillpane-install --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Stillpane Install?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yayamaz-stillpane-install)More formats (shields.io, HTML) on the badges page.
---
name: stillpane-install
description: Install the stillpane menu bar app when it is missing from /Applications - downloads the latest release, verifies it is a notarized build signed by stillpane's Developer ID, installs, and launches its setup assistant
---
The stillpane plugin is running, but captures need the stillpane menu bar app in /Applications. This skill installs it.
1. Confirm with the user that they want `stillpane.app` downloaded from the latest GitHub release and installed to /Applications. Never run the script without that confirmation.
2. Run the `install-app.sh` that sits in this skill's directory (next to this SKILL.md): `bash "<this skill's directory>/install-app.sh"`.
3. The script hard-fails unless the download is a notarized app signed under stillpane's own bundle identifier and Apple Developer Team ID - Gatekeeper assessment first, then the pinned signing requirement. If either check fails, report the script's output to the user and stop. Never bypass, retry around, or substitute those checks - a rejected download must not be installed by any means.
4. On success the app launches and opens its own setup assistant. Tell the user to follow it (grant Accessibility; Screen Recording is optional), and that captures only attach in Claude Code sessions started after setup completes.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!