script-kit-actions-window

Manage a searchable action menu for Script Kit GPUI contexts.

28|6|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/johnlindquist/script-kit-next --skill script-kit-actions-window
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: script-kit-actions-window
Source: https://github.com/johnlindquist/script-kit-next/tree/main/.opencode/skill/script-kit-actions-window
Command: npx skills add https://github.com/johnlindquist/script-kit-next --skill script-kit-actions-window

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a dynamic, searchable menu for executing actions related to scripts, files, and paths, streamlining user interaction and command execution within the Script Kit application.

Core Features & Use Cases

  • Contextual Actions: Displays relevant actions based on the currently focused script, file, or path.
  • Searchable Interface: Allows users to quickly find and select actions via fuzzy matching.
  • Customizable Actions: Supports integration of SDK-provided custom actions for extended functionality.
  • Use Case: When you have a script file open, this menu can offer actions like "Run Script," "Edit Script," "Copy Path," or "Add Shortcut."

Quick Start

Use the script-kit-actions-window skill to open the actions dialog for the currently focused script.

Frequently Asked Questions about script-kit-actions-window

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

FAQPage Schema
How do I add a searchable action menu to a Script Kit GPUI window?

A searchable action menu in Script Kit GPUI is implemented as a floating vibrancy popup that supports fuzzy matching for script context, file, and path-specific actions. It provides a dynamic, context-aware command execution interface.

Can I display context-specific actions for a focused script file in GPUI?

Yes, context-specific actions can be displayed for a focused script file. The menu system dynamically shows relevant actions like Run Script or Copy Path based on the currently focused script, file, or path context.

How do I integrate SDK-provided custom actions into a GPUI command menu?

SDK-provided custom actions integrate directly into the GPUI command menu system to extend functionality. This allows the searchable interface to display and execute custom commands alongside default script, file, and path-specific actions.

What is the best way to execute script-specific commands in a Raycast-style interface?

Executing script-specific commands in a Raycast-style interface is best handled by a dynamic, searchable menu using fuzzy matching. It streamlines interaction by filtering and executing actions relevant to the current script context.