ai-elements
Build AI Chat Interfaces with AI Elements
AI chat interfaces require many coordinated React components. This skill guides creation and customization of AI Elements components for Vercel AI SDK apps.
Do not auto-install this skill.
The canonical policy requires operator review before any installation action.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "ai-elements" from https://skillstore.io/skills/vercel-ai-elements.md and its manifest at https://skillstore.io/api/skills/vercel-ai-elements/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.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 "ai-elements". Request to add a simple AI chat interface.
Expected outcome:
A concise implementation plan that identifies the needed AI Elements components and their composition order.
Using "ai-elements". Request to customize assistant messages with sources and actions.
Expected outcome:
- Recommended message structure for assistant responses.
- Source display guidance for citations.
- Action placement guidance for copy, retry, and feedback controls.
Using "ai-elements". Request to prepare a production review.
Expected outcome:
A checklist covering server-side API handling, component accessibility, Tailwind setup, and Vercel AI SDK integration points.
Security Audit
CriticalMost static findings are false positives from Markdown examples, React keys, template literals, ANSI terminal text, static URLs, and inline demo media. Real issues remain in the speech input examples, which risk exposing OpenAI keys from client code, and in the stack trace documentation, which recommends eval(code) in a backend route.
Confirmed security concerns (4)
Capability review items (11)
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 (73)
๐ Filesystem access (6)
๐ Network access (51)
๐ Env variables (9)
โก Contains scripts (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/vercel-ai-elements/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/vercel-ai-elements?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/vercel-ai-elements?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/vercel-ai-elements/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/vercel-ai-elements.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
vercel. (2026). ai-elements security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/vercel-ai-elements/audits/4BibTeX citation
@techreport{vercel-vercel-ai-elements-2026,
author = {vercel},
title = {ai-elements security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/vercel-ai-elements/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: "ai-elements security audit report (audit version 4)"
version: "unspecified"
type: report
authors:
- name: "vercel"
date-released: "2026-07-07"
url: "https://skillstore.io/skills/vercel-ai-elements/audits/4"
identifiers:
- type: other
value: "skillstore:vercel-ai-elements:audit:4"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Create Chat UI Components
Add message, conversation, prompt input, and response components to a Next.js AI application.
Standardize AI Product Patterns
Use consistent AI Elements patterns across tools, sources, reasoning, tasks, and media displays.
Document Component Integration
Prepare implementation guidance for teams adopting shadcn/ui and Vercel AI SDK together.
Try These Prompts
Use AI Elements to add a basic chat view with messages, a conversation container, and a prompt input.
Create an AI Elements message layout that supports user messages, assistant responses, attachments, and action buttons.
Design an AI Elements interface that shows tool calls, tool outputs, sources, and task progress for a coding assistant.
Review my AI Elements implementation for secure API handling, accessible controls, loading states, and consistent shadcn/ui patterns.
Best Practices
- Keep provider API keys and transcription requests behind server routes.
- Follow the existing AI Elements composition patterns before adding new abstractions.
- Test components with loading, empty, error, and long-content states.
Avoid
- Do not place private provider keys in client components or public environment variables.
- Do not copy demo data into production without reviewing privacy and security impact.
- Do not bypass shadcn/ui and Tailwind conventions with unrelated component patterns.
Frequently Asked Questions
What does this skill help me build?
Does it install AI Elements automatically?
Can I use it with Claude, Codex, and Claude Code?
Does it include production security guidance?
What project setup is expected?
Can I customize the generated components?
Developer Details
Author
vercelLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
36e07d5e13068e5be64447e8f20b427cf2cbd21a
Maintenance freshness
7/18/2026
Usage
35 downloads ยท 808 views
File structure
๐ references/
๐ agent.md
๐ artifact.md
๐ attachments.md
๐ audio-player.md
๐ canvas.md
๐ chain-of-thought.md
๐ checkpoint.md
๐ code-block.md
๐ commit.md
๐ confirmation.md
๐ connection.md
๐ context.md
๐ controls.md
๐ conversation.md
๐ edge.md
๐ file-tree.md
๐ image.md
๐ inline-citation.md
๐ jsx-preview.md
๐ message.md
๐ mic-selector.md
๐ model-selector.md
๐ node.md
๐ open-in-chat.md
๐ package-info.md
๐ panel.md
๐ persona.md
๐ plan.md
๐ prompt-input.md
๐ queue.md
๐ reasoning.md
๐ sandbox.md
๐ schema-display.md
๐ shimmer.md
๐ snippet.md
๐ sources.md
๐ speech-input.md
๐ stack-trace.md
๐ suggestion.md
๐ task.md
๐ terminal.md
๐ test-results.md
๐ tool.md
๐ toolbar.md
๐ transcription.md
๐ voice-selector.md
๐ web-preview.md
๐ scripts/
๐ agent.tsx
๐ artifact.tsx
๐ attachments-list.tsx
๐ attachments.tsx
๐ audio-player.tsx
๐ chain-of-thought.tsx
๐ checkpoint.tsx
๐ code-block-dark.tsx
๐ code-block.tsx
๐ commit.tsx
๐ confirmation-accepted.tsx
๐ confirmation-rejected.tsx
๐ confirmation.tsx
๐ context.tsx
๐ conversation.tsx
๐ environment-variables.tsx
๐ file-tree-basic.tsx
๐ file-tree.tsx
๐ image.tsx
๐ inline-citation.tsx
๐ jsx-preview.tsx
๐ message.tsx
๐ mic-selector.tsx
๐ model-selector.tsx
๐ open-in-chat.tsx
๐ package-info.tsx
๐ persona-command.tsx
๐ persona-glint.tsx
๐ persona-halo.tsx
๐ persona-mana.tsx
๐ persona-obsidian.tsx
๐ persona-opal.tsx
๐ plan.tsx
๐ prompt-input.tsx
๐ queue.tsx
๐ reasoning.tsx
๐ sandbox.tsx
๐ schema-display-nested.tsx
๐ schema-display-params.tsx
๐ schema-display.tsx
๐ shimmer-duration.tsx
๐ shimmer-elements.tsx
๐ shimmer.tsx
๐ snippet-plain.tsx
๐ snippet.tsx
๐ sources-custom.tsx
๐ sources.tsx
๐ speech-input.tsx
๐ stack-trace-collapsed.tsx
๐ stack-trace-no-internal.tsx
๐ stack-trace.tsx
๐ suggestion-input.tsx
๐ suggestion.tsx
๐ task.tsx
๐ terminal-basic.tsx
๐ terminal-clear.tsx
๐ terminal.tsx
๐ test-results.tsx
๐ tool-output-available.tsx
๐ tool.tsx
๐ transcription.tsx
๐ voice-selector.tsx
๐ web-preview.tsx
๐ SKILL.md