raycast-script-command

Creates executable bash shell scripts with required Raycast metadata headers.

8|Updated Jul 26, 2026
One-click install
npx skills add https://github.com/joonlab/joonlab-claudecode-setting-for-share --skill raycast-script-command
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: raycast-script-command
Source: https://github.com/joonlab/joonlab-claudecode-setting-for-share/tree/main/claude/skills/raycast-script-command
Command: npx skills add https://github.com/joonlab/joonlab-claudecode-setting-for-share --skill raycast-script-command

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures that all bash shell scripts created for Raycast follow the mandatory metadata structure, preventing configuration errors and ensuring scripts are correctly recognized by the Raycast launcher.

Core Features & Use Cases

  • Mandatory Metadata Enforcement: Automatically injects required Raycast headers (schemaVersion, title, mode) into every new script.
  • Template Standardization: Provides consistent formatting for documentation, author attribution, and parameter definitions.
  • Use Case: When you need to create a custom utility to open specific folders or search web services, this skill ensures the resulting script is immediately compatible with Raycast's execution environment.

Quick Start

Use the raycast-script-command skill to create a new bash script named system-cleanup.sh that runs in compact mode.

Frequently Asked Questions about raycast-script-command

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

FAQPage Schema
How do I create a bash shell script that is recognized by the Raycast launcher?

To create a bash shell script recognized by the Raycast launcher, you must include mandatory metadata headers like schemaVersion, title, and mode. This skill automatically enforces these required headers to ensure compatibility with the Raycast execution environment.

Why does my custom bash script not show up in Raycast?

Your custom bash script might not show up in Raycast because it lacks mandatory metadata headers. Standardizing script creation with required schema versions and output mode configurations ensures the generated .sh files are correctly recognized.

What is the required metadata structure for Raycast scripting commands?

The required metadata structure for Raycast scripting commands includes specific schema versions, title definitions, and output mode configurations. Enforcing this metadata structure prevents configuration errors and standardizes documentation and parameter definitions.

Can I use this skill to generate a macOS automation script that runs in compact mode?

Yes, you can generate a macOS automation script that runs in compact mode. The skill applies standardized formatting and enforces specific output mode configurations for all generated bash shell scripts to ensure immediate compatibility.

How do I standardize author attribution and parameter definitions for bash scripts?

You can standardize author attribution and parameter definitions for bash scripts by using template standardization. This provides consistent formatting across all generated .sh files, preventing configuration errors in the Raycast launcher environment.