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-yoloUsage
claude-yolo [options]All arguments and options are passed directly to the Claude CLI.
This wrapper:
- Prints "YOLO" to the console
- Directly modifies the Claude CLI code to bypass permission checks
- Replaces all
getIsDocker()calls withtrue - Replaces all
hasInternetAccess()calls withfalse
- Replaces all
- Creates a backup of the original CLI file
- Adds the
--dangerously-skip-permissionsflag to command line arguments - Imports the modified 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.