Use when working with Lynx DevTool or debugging a Lynx app, page, or device, especially when the task mentions clients or sessions, CDP or App commands,…
DevTool Skill This skill allows you to interact with Lynx applications running on connected devices (Android, iOS, Desktop) using the Lynx DevTool CLI. Usage The CLI is located at <path_to_the_skill>/scripts/index.mjs relative to this skill's directory. You can run it using node. The programmatic API is located at <path_to_the_skill>/scripts/connector.mjs. This entry re-exports everything from @lynx-js/devtool-connector, @lynx-js/devtool-connector/transport, and @lynx-js/devtool-connector/streams, and also provides createDefaultTransports() and createDefaultConnector() helpers that match the CLI defaults. In the skill directory, use: node <path_to_the_skill>/scripts/index.mjs <command> Note: All command outputs are multi-line JSON. You can use jq or Node.js to process the data. Use as a Library
don't have the plugin yet? install it then click "run inline in claude" again.