Initial release: airxdb

This commit is contained in:
admin
2026-05-18 11:45:03 +08:00
commit ba540f42ca
9 changed files with 1632 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
{
"name": "airxdb",
"version": "0.2.2",
"description": "Midscene-based GUI debugging workflow for browser, desktop, and remote SSH GUI issues, with screenshot evidence for AirDbg, model-family gates, Computer MCP smoke tests, remote device screenshot setup, Windows screenshot repair, and reports.",
"author": {
"name": "14816",
"email": "noreply@example.com",
"url": "https://airlongdian.fun/plugins/airxdb"
},
"homepage": "https://airlongdian.fun/plugins/airxdb",
"repository": "http://git.airlongdian.fun/admin/airxdb.git",
"license": "MIT",
"keywords": [
"airxdb",
"midscene",
"gui",
"ui-debug",
"playwright",
"mcp"
],
"skills": "./skills/",
"interface": {
"displayName": "AirXDB",
"shortDescription": "Midscene GUI debug workflow with local and remote screenshot evidence",
"longDescription": "AirXDB helps debug graphical interfaces with Midscene.js. It captures screenshot evidence for AirDbg even without model configuration, checks Midscene model and model-family configuration for semantic actions, smoke-tests Computer MCP, uses a remote device helper over SSH for remote GUI evidence and auto-configures missing remote screenshot tools when possible, repairs known Windows screenshot asset gaps, works with AirDbg to reproduce browser, desktop, and remote UI issues visually, generate reports, choose the right Midscene mode, and keep AGENTS.md, ADR, C4 module, and GUI debug logs current.",
"developerName": "14816",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://airlongdian.fun/plugins/airxdb",
"privacyPolicyURL": "https://openai.com/policies/row-privacy-policy/",
"termsOfServiceURL": "https://openai.com/policies/row-terms-of-use/",
"defaultPrompt": [
"Use AirXDB with AirDbg to reproduce a browser, desktop, or remote GUI problem visually.",
"Use AirXDB to check the Midscene setup and choose the right GUI automation mode before acting.",
"Use AirXDB to capture screenshot evidence and a reproducible visual report for the current issue."
],
"brandColor": "#0EA5A4",
"screenshots": []
}
}