# Remote Debugger

> Debug this app using agent-browse on a production environment

- Skill: `pablopunk/remote-debugger` (Agent Skill)
- Install (CLI): `npx skillmds@latest add pablopunk/remote-debugger`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pablopunk/remote-debugger/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: pablopunk (https://skillmd.com/u/pablopunk)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/pablopunk/remote-debugger

---


## Required Skills

- agent-browser

## Behavior

- the user will provide a link to a deployed version of the app
- it will likely have an ip, e.g. https://123.456.789.123/project...
- you can use agent-browser to debug the app, ask for login details if needed. Test any flow as if you were a user. You can see network requests, console errors, etc.
- you probably have ssh access to that server "ssh root@123.456.789.123"
- you can run docker commands on the server to debug BUT NEVER CHANGE ANYTHING ON THE SERVER
- anything you think we need to change, we need to change the repo locally and push it to github and wait for the docker build to happen on github actions


