Back to the catalog

chrome-debug

Use when debugging web applications in chrome via the remote debugging protocol. Provides capabilities for inspecting DOM, executing JS, tak

Open source Repository Open in the app JSON README (API)

About

Use when debugging web applications in chrome via the remote debugging protocol. Provides capabilities for inspecting DOM, executing JS, taking screenshots, and automating browser interactions.

Details

Kind
Agent skills
Topic
Web search, scraping & browser
Publisher
zenobi-us
Origin
majiayu
Category
ferramentas
Stars
21
Forks
6
Last push
2026-09-05T03:18:53Z
Repository state
ativo
Language
TypeScript
License
MIT
Added
2026-09-02 18:18:11
Updated
2026-09-02 18:18:11
Origin id
zenobi-us/dotfiles/ai/files/skills/devtools/chrome-debug@main

README

# My DotFiles

![](./banner.png)

- zsh
- powershell

## Install

### Linux and macOS

```bash
curl https://mise.run | sh
git clone git@github.com:zenobi-us/dotfiles.git ~/Projects/dotfiles
cd ~/Projects/dotfiles
./install.bash
```

### Windows

Open PowerShell as administrator.

```powershell
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux,VirtualMachinePlatform -All -NoRestart
```

Restart Windows. Then run:

```powershell
git clone git@github.com:zenobi-us/dotfiles.git $HOME\Projects\dotfiles
cd $HOME\Projects\dotfiles
.\install.ps1
```

## Usage

Apply the full machine setup:

```bash
mise bootstrap --yes
```

Apply one bootstrap phase:

```bash
mise bootstrap --only dotfiles --yes
mise bootstrap --only tools --yes
mise bootstrap --only task --yes
```

Check state without changing the machine:

```bash
mise bootstrap status
mise bootstrap status --missing
mise bootstrap --dry-run
```

Use the legacy wrapper only as a shortcut:

```bash
./apply.sh
./apply.sh --only dotfiles
```

## Layout

| Path | Purpose |
| --- | --- |
| `mise.toml` | Common tools, bootstrap tasks, and shared dotfiles |
| `mise.linux.toml` | Linux packages, dotfiles, and systemd user units |
| `mise.wsl2.toml` | WSL2-only systemd user units. Loads only when `MISE_ENV=wsl2` (set by `shells/files/zsh/modules/wsl__env.zsh`) |
| `mise.macos.toml` | macOS packages and dotfiles |
| `mise.windows.toml` | Windows dotfiles and setup tasks |
| `devtools/files/mise/tasks/` | File tasks for mise |
| `*/files/` | Managed dotfile sources |

## Notes

`mise bootstrap` replaces the old Comtrya manifests.

Windows package setup still runs through `tasks.bootstrap:windows`. Mise does not have native `winget` or `scoop` bootstrap managers yet.

More