agent-ui
Build Agent UIs for React and Next.js
React teams need agent interfaces that handle streaming, tools, approvals, and rich responses without custom infrastructure. This skill shows how to add a ready agent component, proxy route, and scoped tool patterns.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "agent-ui" from https://skillstore.io/skills/inferen-sh-agent-ui.md and its manifest at https://skillstore.io/api/skills/inferen-sh-agent-ui/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "agent-ui". I need an agent chat panel for a React admin dashboard.
Expected outcome:
- A setup plan with component installation steps.
- A proxy route checklist for server-side API access.
- A short list of props to configure streaming, files, images, and the agent name.
Using "agent-ui". I want the assistant to help users complete a support form.
Expected outcome:
- A scoped tool plan that limits access to one form reference.
- A human approval point before fields are changed.
- A warning to block sensitive fields unless explicitly allowed.
Using "agent-ui". I need a launch checklist for an agent copilot.
Expected outcome:
- Review remote component files before installation.
- Keep API keys only on the server side.
- Test tool progress, approval states, uploads, and error handling.
Security Audit
Medium RiskMost static findings are false positives caused by markdown code fences, inline prop names, documentation links, and placeholder environment variable examples. Two command examples and one remote registry URL are confirmed as medium or low risk because they direct users to execute external package or skill installation commands. A semantic review also found a medium-risk workflow concern around agent-driven form filling with client-side tools.
Confirmed security concerns (1)
Capability review items (3)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (16)
๐ Network access (9)
๐ Env variables (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/inferen-sh-agent-ui/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/inferen-sh-agent-ui?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/inferen-sh-agent-ui?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/inferen-sh-agent-ui/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/inferen-sh-agent-ui.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
inferen-sh. (2026). agent-ui security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/inferen-sh-agent-ui/audits/4BibTeX citation
@techreport{inferen-sh-inferen-sh-agent-ui-2026,
author = {inferen-sh},
title = {agent-ui security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/inferen-sh-agent-ui/audits/4},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "agent-ui security audit report (audit version 4)"
version: "unspecified"
type: report
authors:
- name: "inferen-sh"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/inferen-sh-agent-ui/audits/4"
identifiers:
- type: other
value: "skillstore:inferen-sh-agent-ui:audit:4"
description: "Skillstore immutable audit report identifier"
Compare variants
3 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
inference-sh-9-agent-ui
2026-08-21
inference-sh-agent-ui
2026-08-21
inferen-sh-agent-ui
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Add a SaaS Copilot
Embed an agent interface that streams answers, asks for approvals, and displays tool progress inside a product dashboard.
Prototype Agent Workflows
Test how a guided assistant can complete forms, present widgets, and request human confirmation before actions.
Standardize Agent UI Patterns
Use a shared component pattern for proxy routing, model configuration, uploads, tools, and approval states.
Try These Prompts
Show me how to add the agent UI component to a new Next.js app. Include the required package and registry steps.
Help me create the Inference proxy route for a Next.js app and explain where the API key should live.
Design a scoped client-side tool setup that lets the agent inspect one form and suggest field values with user approval.
Review my planned agent UI workflow for unsafe tool access, upload handling, proxy exposure, and approval gaps.
Best Practices
- Review remote registry output and package changes before merging installation commands.
- Keep API keys in server-side environment variables and route all provider calls through the proxy.
- Scope client-side tools narrowly and require user approval before changing form data.
Avoid
- Running remote npx commands in a production branch without reviewing generated files.
- Passing API keys or provider credentials into browser components.
- Giving agent tools broad access to forms, files, uploads, or page state without controls.
Frequently Asked Questions
What does this skill help me build?
Does it include backend logic?
Does it require an API key?
Can the agent use tools?
Is file upload supported?
What should I review before installing?
Developer Details
Author
inferen-shLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
30c73eac2afe762f6aa9c4553158769369d47351
Maintenance freshness
7/18/2026
Usage
2 downloads ยท 157 views
File structure
๐ SKILL.md