lynx-devtool

star 11

Interact with Lynx DevTool to inspect and debug Lynx applications. Use this skill to list connected clients and sessions, send Chrome DevTools Protocol (CDP) commands, send App commands, and open URLs in Lynx. This is useful for debugging UI issues, inspecting runtime state, or automating interactions with Lynx apps.

daangn By daangn schedule Updated 4/15/2026

name: lynx-devtool description: Interact with Lynx DevTool to inspect and debug Lynx applications. Use this skill to list connected clients and sessions, send Chrome DevTools Protocol (CDP) commands, send App commands, and open URLs in Lynx. This is useful for debugging UI issues, inspecting runtime state, or automating interactions with Lynx apps.

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.

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.

Global Options

  • -h, --help: Display help for command.

Note: Each subcommand supports the --help flag (e.g. node <path_to_the_skill>/scripts/index.mjs cdp --help). Use this to view the full list of available arguments and their descriptions.

Command List

Example List

Troubleshooting

For connector and transport debug logging, see Troubleshooting Reference.

References

Install via CLI
npx skills add https://github.com/daangn/lynx-console --skill lynx-devtool
Repository Details
star Stars 11
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator