openclicky-guided-tutorials

Guides users through macOS workflows using on-screen pointing, captions, screenshots, and speech.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/jamsdoescode/Erik-s-Portfolio --skill openclicky-guided-tutorials-jamsdoescode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclicky-guided-tutorials
Source: https://github.com/jamsdoescode/Erik-s-Portfolio/tree/main/openclicky/AppResources/OpenClicky/OpenClickyBundledSkills/openclicky-guided-tutorials
Command: npx skills add https://github.com/jamsdoescode/Erik-s-Portfolio --skill openclicky-guided-tutorials-jamsdoescode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users often struggle to follow written instructions for macOS or app workflows because they cannot locate the right buttons, menus, or controls on screen. This Skill turns abstract how-to questions into live, step-by-step visual guidance by pointing at the actual UI elements on the user's screen. ## Core Features & Use Cases - On-Screen Pointing: Uses the OpenClicky local bridge to place a native cursor, captions, highlights, or scribbles directly on visible UI targets. - Screenshot-Driven Targeting: Captures the focused window or all screens, inspects display-frame coordinates, and points only at targets relevant to the current step. - Spoken Step Guidance: Speaks short instructions and paces multi-step tutorials one visible action at a time. - Use Case: When a user asks "how do I send something via AirDrop on my Mac", the Skill captures the screen, points at the Share button, speaks the next instruction, then points at AirDrop and the recipient as each step appears. ## Quick Start Ask the assistant to walk you through sending a file with AirDrop on your Mac using on-screen pointing.

Frequently Asked Questions about openclicky-guided-tutorials

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get step-by-step visual guidance on my Mac?

Ask a how-to question such as how to send something via AirDrop, and the Skill captures your screen, points at the next visible target with a short caption, and speaks one concise instruction per step. It repeats the screenshot-and-point cycle as the UI changes.

How does on-screen pointing work with macOS screen coordinates?

Pointing uses macOS AppKit global screen coordinates with the origin at the bottom-left of the desktop. Screenshot responses include display-frame metadata, so pixel coordinates from a screenshot must be converted into that frame before calling the point tool.

Does the guided tutorial click or type for me?

No, the Skill only teaches and points at UI elements; it does not click or type unless you explicitly ask OpenClicky to perform the action. For safety or permission prompts it points and explains while you confirm.

What happens if the OpenClicky bridge or a tool is unavailable?

The Skill checks the bridge health endpoint and tool list before acting, and stops with the exact missing setup step if a tool, permission, or capability is unavailable. It does not loop, fake pointing with hidden text, or silently switch to browser automation.

Can it highlight or draw on screen during a tutorial?

Yes, when the health endpoint reports visual guidance as supported, it can draw temporary scribbles or rectangle highlights over visible content. It verifies the capability and tool availability before using these overlays.