From 7c7b97d366337f5688d2f58a772087689fe484f3 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 18 May 2026 12:05:57 +0800 Subject: [PATCH] docs: add README --- README.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a3d98d6 --- /dev/null +++ b/README.md @@ -0,0 +1,47 @@ +# 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