So I just downloaded that Claude Code thing because everyone says it's magic but honestly I'm staring at the terminal and I feel like a total idiot lol. I'm trying to fix this payment thing for my cousins bakery website—she's in Jersey and really needs the online ordering working by Monday morning or we're gonna lose a ton of business from the rush. Every time I try to connect the Stripe API it just gives me a 400 error and I have no clue why. I tried asking Claude to fix it but it keeps saying it needs to use a skill or something? I don't even know what that means. Am I supposed to give it permission to see my internet? I'm really worried I'm gonna break the whole site if I let it just run commands. I have literally zero dollars to hire a real dev so it's just me and this terminal and I'm panicking a bit. Sorry if this is such a basic thing but I’m super stressed about the deadline. What are the actually useful Claude Code skills I should be using to find out why an API is failing and how do I even tell it to do that without it accidentally deleting my whole database or something...
Running cURL 8.11 Command Line Tool via the shell skill works well. It'll show the exact error payload instantly. I'm super satisfied with how it handles debugging without touching the database.
caught this thread a bit late but totally get the panic. you gotta be careful letting it edit stuff without checking. i usually tell it to use the grep skill to find where your keys are. honestly, maybe test your payload in Postman Desktop App v10.24 first? it helps you see the raw error before letting claude run commands. better safe than sorry when its your cousins business on the line...
I was terrified of letting it run commands at first. To stay safe, I mostly stuck to the file reading skills like cat and ls. Scanning my config files with those helped me see I'd messed up my secret keys... it was kinda stressful tho. I just watched every command it ran and rejected anything that looked like a delete. Using those simple reading skills worked for me.