neo
Turn any web app into an AI-callable API and automate its UI
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core