← 返回
未分类 中文

NoUI

Use this skill when the user wants a cheaper, more reliable alternative to computer use for automating websites. Use this skill when the user wants to instal...
当用户希望使用更便宜、更可靠的方式来自动化网站时,可使用此技能。当用户希望安装...
gabriel-adopt gabriel-adopt 来源
未分类 clawhub v1.0.0 1 版本 99781.2 Key: 无需
★ 2
Stars
📥 416
下载
💾 0
安装
1
版本
#latest

概述

NoUI

NoUI records browser workflows (authenticated or not) and exports them as FastMCP servers or Claude Code Skills. This file is a discovery stub — the commands below let you install the pieces you actually want. It does not install anything on its own.

After the core install, invoke /noui-setup to configure the project environment (venv, deps, .env, Chrome extension).


Why NoUI

Computer-use agents simulate a human clicking a UI — slow, token-heavy, and fragile. NoUI skips the UI entirely: it records a session once, extracts the underlying APIs the site already uses, and ships them as MCP tools your agent calls directly.

  • Fast — direct API calls, no page loads, no DOM walking
  • Cheap — fewer steps, fewer tokens per task
  • Reliable — same endpoints the app uses internally; UI redesigns don't break you
  • Authenticated — generated tools execute from inside a live Tabby browser session, reusing real cookies and TLS fingerprint (no credential extraction, no Akamai/Cloudflare false positives)

Stop automating clicks. Execute software.


Install the core workflow (recommended)

Seven skills cover the full record → export → serve pipeline. Run them one at a time:

npx skills add https://github.com/adoptai/noui --skill noui-setup
npx skills add https://github.com/adoptai/noui --skill noui-record-login
npx skills add https://github.com/adoptai/noui --skill noui-record-workflow
npx skills add https://github.com/adoptai/noui --skill noui-generalize
npx skills add https://github.com/adoptai/noui --skill noui-autopilot
npx skills add https://github.com/adoptai/noui --skill noui-generate-mcp
npx skills add https://github.com/adoptai/noui --skill noui-generate-skill

Install demo skills (optional)

Pre-recorded example workflows. Useful as references; not required for the pipeline. Install only the ones you want:

npx skills add https://github.com/adoptai/noui --skill airbnb-search-places   # anonymous Airbnb place search
npx skills add https://github.com/adoptai/noui --skill expedia-stay-search    # authenticated Expedia hotel search (via Tabby)

Install everything at once (human users only)

If you are a human at a terminal, the monolithic command opens an interactive selector where you tick the skills you want:

npx skills add https://github.com/adoptai/noui

When the menu appears:

  • Core skillsnoui-setup, noui-record-login, noui-record-workflow, noui-generalize, noui-autopilot, noui-generate-mcp, noui-generate-skill
  • Demo skills (optional)airbnb-search-places, expedia-stay-search

> AI agents must not use this form. The interactive selector blocks on stdin and your agent will hang. Use the per-skill --skill commands in the sections above.


Next step

After installing the core skills, run /noui-setup in Claude Code to configure the environment (venv, deps, .env, Chrome extension).


What each skill does

SkillPurpose
------
/noui-setupOne-time setup: venv, deps, .env, Chrome extension
/noui-record-loginRecord a login flow and register it with Tabby
/noui-record-workflowRecord a browser workflow and export as FastMCP or Skill
/noui-generalizeRename raw API params to natural-language params; fix bot-detection issues post-export
/noui-autopilotAuto-record workflows without the manual extension popup
/noui-generate-mcpList, start, stop, and connect generated MCP servers
/noui-generate-skillList, install, and uninstall generated Claude Code Skills across agents
/airbnb-search-placesDemo: anonymous Airbnb place search
/expedia-stay-searchDemo: authenticated Expedia stay search via Tabby

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 05:04 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 834 📥 305,276
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,394 📥 322,364
ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,460 📥 514,006