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:
- Prints "YOLO" to the console
- Creates a modified copy of the Claude CLI code to bypass permission checks
- Replaces all
getIsDocker()
calls withtrue
- Replaces all
hasInternetAccess()
calls withfalse
- Replaces all
- Leaves the original Claude CLI file untouched
- Adds the
--dangerously-skip-permissions
flag to command line arguments - 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.