JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14
  • Score
    100M100P100Q54253F

YOLO wrapper for Claude CLI with danger mode always enabled

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (claude-yolo) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Claude YOLO

    A wrapper for the Claude CLI that always enables danger mode by bypassing Docker and internet permission checks.

    Installation

    npm install -g claude-yolo

    Usage

    claude-yolo [options]

    All arguments and options are passed directly to the Claude CLI.

    This wrapper:

    1. Prints "YOLO" to the console
    2. Creates a modified copy of the Claude CLI code to bypass permission checks
      • Replaces all getIsDocker() calls with true
      • Replaces all hasInternetAccess() calls with false
    3. Leaves the original Claude CLI file untouched
    4. Adds the --dangerously-skip-permissions flag to command line arguments
    5. Imports the modified copy of the CLI

    Why?

    Sometimes you just want to YOLO and skip those pesky permission checks.

    Disclaimer

    This is an unofficial tool and not supported by Anthropic. Use at your own risk.