noui-generate-skill

List, inspect, install, and uninstall NoUI skills for agent directories.

25|8|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/adoptai/noui --skill noui-generate-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: noui-generate-skill
Source: https://github.com/adoptai/noui/tree/main/skills/noui-generate-skill
Command: npx skills add https://github.com/adoptai/noui --skill noui-generate-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users discover and manage generated NoUI Skills by listing, inspecting, installing, and uninstalling the skills exported from recorded website workflows, so you can deploy the right agent-ready capability without manual file juggling.

Core Features & Use Cases

  • Skill Discovery & Inspection: Run a list to see available skill_ids and use a show command to preview a skill’s generated metadata and description matching.
  • Agent-Targeted Installation/Uninstallation: Install or remove a specific generated skill for the intended agent (Claude Code, Codex, Cline, OpenCode, or shared agents convention), including optional project-scoped installs.
  • Correct Lifecycle & Safe Regeneration Flow: Ensures users list first, reinstall after regeneration, and install to agent-specific locations rather than the repository’s source skill directory.

Quick Start

Tell the agent to list your available generated NoUI skills, then install the one you want into Claude Code (or your chosen agent) using its skill_id.

Frequently Asked Questions about noui-generate-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install generated skills into Claude Code or Codex?

To install generated skills, run the skill list command from the noui Python CLI to find the skill_id, then use the install subcommand with the correct agent path and scope flags for Claude Code, Codex, Cline, or OpenCode.

What are NoUI generated skills used for?

NoUI generated skills are callable agent instructions exported from recorded website workflows using workflow export --as skill, deployed to agent-specific directories so coding agents can execute automated browser tasks.

Can I manage project-scoped skill installations for multiple agents?

Yes, you can install or uninstall generated skills for specific agents like Claude Code or Codex using proper scope flags, applying capabilities to either global or project-scoped agent directories.

How do I inspect a generated skill before installing it?

You can inspect a generated skill by running the skill show command from the noui Python CLI with a verified skill_id from skill list to preview its generated metadata and description matching.

Why should I reinstall skills after regenerating a workflow export?

You must reinstall skills after regeneration because the noui-generate-skill lifecycle requires listing first and reinstalling to agent-specific locations, ensuring the deployed callable instructions match the latest exported workflow metadata.

Does the noui skill manager support the Cline and OpenCode agents?

Yes, the skill manager supports installing and uninstalling generated skills to agent-specific paths for Claude Code, Codex, Cline, OpenCode, and shared agents convention directories.