48 lines
1.5 KiB
Markdown
48 lines
1.5 KiB
Markdown
# AirXDB
|
|
|
|
**Midscene-based GUI debugging**
|
|
|
|
Version: 0.2.2
|
|
Author: 14816
|
|
License: MIT
|
|
Repository: http://git.airlongdian.fun/admin/airxdb.git
|
|
Homepage: https://airlongdian.fun/plugins/airxdb
|
|
|
|
---
|
|
|
|
## Description
|
|
|
|
AirXDB helps debug graphical interfaces with Midscene.js. It captures screenshot evidence for AirDbg, checks Midscene model configuration, smoke-tests Computer MCP, uses a remote device helper over SSH for remote GUI evidence, repairs known Windows screenshot gaps, and works with AirDbg to reproduce browser, desktop, and remote UI issues visually.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
# Add the Air marketplace
|
|
claude plugin marketplace add http://git.airlongdian.fun/admin/airplan.git
|
|
|
|
# Install this plugin
|
|
claude plugin install airxdb
|
|
```
|
|
|
|
## Usage
|
|
|
|
- `/airxdb - Capture GUI evidence and reproduce visual issues`
|
|
|
|
For detailed usage, see `commands/airxdb.md` in this repository.
|
|
|
|
## Requirements
|
|
|
|
- Claude Code CLI or desktop app (latest version recommended)
|
|
- Python 3.8+ (for script-based plugins)
|
|
- Additional dependencies listed in the plugin's skill documentation
|
|
|
|
## Part of Air Suite
|
|
|
|
This plugin is part of the [Air workflow suite](http://git.airlongdian.fun/admin/airplan). See the [marketplace README](http://git.airlongdian.fun/admin/airplan) for the full plugin list and installation instructions.
|
|
|
|
## Support
|
|
|
|
- Repository: http://git.airlongdian.fun/admin/airxdb.git
|
|
- Issues: Open an issue in this repository
|
|
- Homepage: https://airlongdian.fun/plugins/airxdb
|