openui-forge
v1.2.0Build generative UI with OpenUI — any LLM provider, any backend language. Scaffold, integrate, validate.
By OthmanAdiLicense: MIT20 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 14 skill or MCP entries
- Source updated
- Aug 3, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install openui-forge for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install openui-forge@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/OthmanAdi/openui-forgeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/openui-forge/SKILL.md├── skills/openui-forge-anthropic/SKILL.md├── skills/openui-forge-csharp/SKILL.md├── skills/openui-forge-elixir/SKILL.md├── skills/openui-forge-go/SKILL.md├── skills/openui-forge-java/SKILL.md├── skills/openui-forge-langchain/SKILL.md├── skills/openui-forge-openai/SKILL.md├── skills/openui-forge-php/SKILL.md├── skills/openui-forge-python/SKILL.md├── skills/openui-forge-ruby/SKILL.md├── skills/openui-forge-rust/SKILL.md├── skills/openui-forge-vercel/SKILL.md└── skills/openui-forge-zh/SKILL.md
Included Skills14
Build generative UI with OpenUI — any LLM provider, any backend language. Scaffold, integrate, validate.
OpenUI generative UI with Anthropic Claude SDK backend. Stream conversion to OpenAI NDJSON format.
OpenUI generative UI with C# ASP.NET Core Minimal API backend. Direct OpenAI API SSE streaming via HttpClient on .NET 10.
OpenUI generative UI with Elixir Phoenix backend. Chunked SSE streaming via Plug.Conn and Req.
OpenUI generative UI with Go (net/http) backend. Direct OpenAI API streaming via HTTP.
OpenUI generative UI with a Java Spring Boot (WebFlux) backend. Streams the OpenAI API directly via WebClient as SSE.
OpenUI generative UI with LangChain/LangGraph backend. Supports ChatOpenAI and ChatAnthropic.
OpenUI generative UI with OpenAI SDK backend. Streaming chat completions with gpt-5.5 (or any current OpenAI-compatible model).
OpenUI generative UI with a PHP (Laravel 13.x) backend. Forwards OpenAI's SSE stream verbatim via response()->stream().
OpenUI generative UI with Python FastAPI backend. OpenAI and Anthropic SDK variants.
OpenUI generative UI with a Ruby on Rails backend. SSE streaming via ActionController::Live, forwarding the OpenAI API stream with Net::HTTP.
OpenUI generative UI with Rust Axum backend. Async SSE streaming with reqwest and async-stream.
OpenUI generative UI with Vercel AI SDK. streamText, toUIMessageStreamResponse, and tools support.
使用 OpenUI 构建生成式 UI 应用 — 支持任意 LLM 提供商、任意后端语言。脚手架、集成、验证。
Plugin manifests1
{
"name": "openui-forge",
"version": "1.2.0",
"description": "Build generative UI with OpenUI — any LLM provider, any backend language. Scaffold, integrate, validate.",
"author": {
"name": "OthmanAdi",
"url": "https://github.com/OthmanAdi"
},
"repository": "https://github.com/OthmanAdi/openui-forge",
"license": "MIT",
"keywords": [
"openui",
"generative-ui",
"genui",
"streaming-ui",
"react",
"claude",
"openai",
"anthropic",
"langchain",
"vercel-ai",
"python",
"go",
"rust",
"agent-skill",
"claude-code",
"cursor",
"codex",
"gemini",
"ai-ui",
"llm-ui"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[openui-forge on Agent Plugins Marketplace](https://pluginsmp.com/plugins/openui-forge)