4ier4ierCommunity·1 Agent Skills Included

neo

Turn any web app into an AI-callable API and automate its UI

Captures every API call a web app makes and lets AI replay them directly, with no official API or token management needed. Adds accessibility-tree UI automation — snapshot, click, fill, type, screenshot — when no API exists, eliminating slow screenshot-and-OCR browser bots. Works with Chrome, Electron apps, and headless browsers so agents complete web tasks fast and reliably.
npx skills add 4ier/neo --all -g -y
Available:

Gives an AI coding agent the architecture rules, CDP protocol references, and step-by-step implementation plan for safely extending the Neo CLI without breaking existing commands.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Neo?

Run `npx skills add 4ier/neo --all -g -y` in your terminal to install the Neo skill globally for your AI agent.

How to call a website's API without an official API?

Neo captures the internal API calls your browser already makes, auto-generates a schema, and lets you replay them with `neo api <domain> <endpoint>` using your existing login session.

Can AI automate clicking and typing on websites?

Yes. Neo v2 snapshots the accessibility tree and lets agents run `neo click`, `neo fill`, `neo type`, and `neo screenshot` using simple element references — no screenshots or OCR needed.

Does Neo work with Claude Code and OpenClaw?

Yes. Neo ships a standard SKILL.md that runs in Claude Code, OpenClaw, and other compatible agents, with `neo doctor` as the built-in health check.

Can Neo control Electron desktop apps?

Yes. Any app with CDP support works — use `neo launch <app>` or `neo connect --electron <name>` to automate apps like VS Code or Slack.

Related Repositories in Software Engineering

View All in Software Engineering