skills/smithery.ai/scripts-path-usage

scripts-path-usage

Installation
SKILL.md

Scripts Path Usage

What is SCRIPTS_PATH?

SCRIPTS_PATH is the expanded absolute path of ${CLAUDE_PLUGIN_ROOT}/src/scripts.

Your prompt includes it like this:

SCRIPTS_PATH: /Users/name/.claude/plugins/cache/ultrawork/0.25.0/src/scripts

Use this path to call Bun scripts.

⚠️ WARNING: Placeholder vs Bash Variable Syntax

CRITICAL: {SCRIPTS_PATH} and ${CLAUDE_SESSION_ID} are TEXT PLACEHOLDERS, not bash environment variables!

These placeholders appear in this documentation to show WHERE to substitute values. You MUST replace them with actual values from your prompt before running commands.

Installs
1
First Seen
Apr 3, 2026
scripts-path-usage from smithery.ai