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.
npx skills add joonlab/joonlab-claudecode-setting-for-share --skill raycast-script-commandgit clone --depth 1 https://github.com/joonlab/joonlab-claudecode-setting-for-shareWrote 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.
[](https://agentmods.dev/skills/joonlab/joonlab-claudecode-setting-for-share/raycast-script-command)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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) |
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.
- 8d ago First seen · 158 lines · 82 tokens per session scan A 5a8b2230da4b
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.
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.
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.
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…
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.
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.
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.