raycast-script-command

raycast-script-command is a skill for Claude Code, Codex from joonlab/joonlab-claudecode-setting-for-share. It costs 82 tokens per session (1,082 once invoked), scanned A, original, MIT.

A set of rules for creating Raycast Script Commands, which are shell scripts launched from the Raycast macOS app. It requires each new script to include metadata describing its title, output mode, and other details.

In plain words
What is it for?
It is for writing new `.sh` commands that Raycast can display and run, including their required metadata and output behavior.
Why use it?
It keeps Raycast shell scripts discoverable and correctly configured when they are added to Raycast.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for writing new .sh commands that Raycast can display and run, including their required metadata and output behavior.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/joonlab/joonlab-claudecode-setting-for-share/raycast-script-command
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add joonlab/joonlab-claudecode-setting-for-share --skill raycast-script-command
Clone the repo
git clone --depth 1 https://github.com/joonlab/joonlab-claudecode-setting-for-share

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for raycast-script-command

README.md
[![agentmods](https://agentmods.dev/badge/skills/joonlab/joonlab-claudecode-setting-for-share/raycast-script-command/github.svg)](https://agentmods.dev/skills/joonlab/joonlab-claudecode-setting-for-share/raycast-script-command)
Your own site
<a href="https://agentmods.dev/skills/joonlab/joonlab-claudecode-setting-for-share/raycast-script-command"><img src="https://agentmods.dev/badge/skills/joonlab/joonlab-claudecode-setting-for-share/raycast-script-command/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for raycast-script-command

Your own site · 80×15
<a href="https://agentmods.dev/skills/joonlab/joonlab-claudecode-setting-for-share/raycast-script-command"><img src="https://agentmods.dev/badge/skills/joonlab/joonlab-claudecode-setting-for-share/raycast-script-command.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,082 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00082 $0.01082
Opus 5 $0.00041 $0.00541
Sonnet 5 $0.00016 $0.00216
Haiku 4.5 $0.00008 $0.00108

Measured 8d ago against content hash 5a8b2230da4b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

raycast-script-command scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

claude/skills/raycast-script-command/SKILL.md · 158 lines

How it starts

The opening of the file, as written. The whole thing — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Raycast Script Command

Overview

ALL bash shell scripts (.sh files) must include Raycast Script Command metadata headers. This is a mandatory requirement for every .sh file created, regardless of whether the user mentions Raycast.

Default save location: ~/scripts/ (unless user specifies a different path)

Template

When creating any .sh file, always use this template structure:

#!/bin/bash

# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title <title>
# @raycast.mode <mode>

# Optional parameters:
# @raycast.icon <icon>
# @raycast.packageName <packageName>

# Documentation:
# @raycast.description <description>
# @raycast.author joon_park
# @raycast.authorURL https://raycast.com/joon_park

# Script content here

Parameter Reference

Required Parameters

Parameter Description Example
schemaVersion Always 1 1
title Display name in Raycast Open Downloads
mode Output mode (see below) compact

Mode Options

Mode Behavior
compact Shows inline result, closes after execution
fullOutput Opens dedicated window with full output
silent No visual feedback, runs in background
inline Shows result inline in Raycast window

Optional Parameters

Parameter Description Default
icon Emoji or icon path None
packageName Group name for organization None
argument1, argument2, etc. Input arguments None
argumentN.placeholder Placeholder text for argument None
argumentN.type Argument type: text or dropdown text
argumentN.optional Whether argument is optional false
needsConfirmation Show confirmation before running false
refreshTime Auto-refresh interval (for inline mode) None

Documentation Parameters

Parameter Description
description Brief explanation of what the script does
author Author name (always use joon_park)
authorURL Author profile URL (always use https://raycast.com/joon_park)

Read the full file on GitHub · 158 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 158 lines · 82 tokens per session scan A 5a8b2230da4b

Subscribe to this mod's changes

raycast-script-command is a skill published in the GitHub repository joonlab/joonlab-claudecode-setting-for-share (10 stars, last pushed 1mo ago), licensed MIT. It adds 82 tokens to every session and 1,082 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

content-hash-cache-pattern

Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.

affaan-m/ECC · 30 tokens

segment-create

Full scaffolding workflow for creating a new Oh My Posh segment. Invoke when asked to add a new segment: generates the Go source, registers the type, creates documentation, updates the sidebar and JSON schema.

JanDeDobbeleer/oh-my-posh · 45 tokens

CreateCLI

Generates production-ready TypeScript CLIs via a 3-tier template system (manual arg parsing, Commander.js, oclif), each shipping full implementation, docs, package.json, strict config, JSON output, and exit-code compliance. USE WHEN create CLI, build CLI, command-line tool, wrap API, add command, upgrade tier…

danielmiessler/LifeOS · 88 tokens

python-release

Handle Python SDK release, build, bump, packaging metadata, PyPI client pin, uv.lock, nox/build workflow, and publish verification changes. Use for Python release process work or dependency pin bumps; do not use for ordinary Python feature implementation.

ComposioHQ/composio · 53 tokens

frontend-ai-guide

Applies React/TypeScript-specific technical decision criteria, anti-pattern detection, debugging, and frontend quality gates. Use when reviewing components, hooks, browser behavior, or frontend implementation completeness.

shinpr/claude-code-workflows · 41 tokens

phx-mix-compression

Reduce mix output noise (5-15% token savings) by installing rtk filters that compress mix test/credo/dialyzer/compile output before it reaches Claude. Use when long mix output floods context.

oliver-kriska/claude-elixir-phoenix · 51 tokens