Skip all permission prompts

permissions & tools

// what it does

claude --dangerously-skip-permissions runs without any permission prompts — every tool call, shell command, and file write executes unchallenged. It exists for containers and disposable VMs where fully autonomous runs are the point. Use --allow-dangerously-skip-permissions instead to add bypassPermissions to the Shift+Tab cycle without starting in it.

// shell

$ claude --dangerously-skip-permissions

// gotcha

This hands an agent unrestricted shell on your machine — a wrong command can delete files or exfiltrate data with no confirmation. Never use it on your primary workstation or against untrusted code; reserve it for sandboxes you can throw away.

// resources