一键导入
openui
OpenUI Lang generative UI with openuiChatLibrary. Use when composing layouts, debugging parse/render failures, or extending the chat library.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
OpenUI Lang generative UI with openuiChatLibrary. Use when composing layouts, debugging parse/render failures, or extending the chat library.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Build Remotion videos with remocn — a shadcn registry of copy-paste animation components and timeline-driven UI primitives. Use when composing video scenes, adding text animations, transitions, backgrounds, UI blocks, brand/social cards, or full compositions in a Remotion project. Triggers include "remocn", "video component", "add animation", "text reveal", "scene transition", "product demo video", "remotion component", "typewriter", "terminal simulator", "glass code block", and the UI-primitive tier: "video dialog", "video button", "command menu", "video select", "video tooltip". Even if the user doesn't mention remocn, activate when they need polished video primitives for Remotion.
Use when creating, modifying, or reviewing an installable Eve agent under registry/<slug> in the evex repository.
Deliver Eve agents end to end. Use when creating, modifying, testing, or deploying an Eve agent.
Scope and ship a brand-aligned pack of SVG assets for SaaS products. Use when the user wants a visual pack, feature launch assets, icons, empty states, hero illustrations, badges, feature graphics, onboarding visuals, changelog art, or dashboard/modal graphics.
Make page content citable by AI search — extractable structure, authority signals, and machine-readable files. Use when writing page body copy for AI visibility.
Apply on-page SEO checks when building a single branded HTML page — metadata, headings, schema, links, and images.
基于 SOC 职业分类
| name | openui |
| description | OpenUI Lang generative UI with openuiChatLibrary. Use when composing layouts, debugging parse/render failures, or extending the chat library. |
Every assistant reply is an OpenUI Lang program whose first statement assigns
root. This agent uses openuiChatLibrary from @openuidev/react-ui/genui-lib
(the same library as the official
openui-chat
example). The build-time system prompt comes from
openuiChatLibrary.prompt(openuiChatPromptOptions).
openuiChatLibrary centers on chat primitives: Card, CardHeader, TextContent,
Table, lists, and follow-ups. Do not use Stack; it belongs to the broader
OpenUI library, not this agent's chat library.
For a layout example, see syntax-examples.
root = ...Done when each item is confirmed or ruled out and the reply is a valid OpenUI
Lang program starting with root =.
For Next.js + Eve wiring (dependencies, withEve(), OpenUIEveChat, accessibility,
smoke tests), see frontend-wiring.