sh4dcnv2 · atlas
← libraries

@agentcn

Production-ready agents, made simple. Ready to use, customizable AI agent recipes. Built on Eve and Flue.

57 components react shadcn-cli MIT

Install this registry

shadcn (npm) npx shadcn@latest add https://agentcn.vercel.app/r/registry.json
pnpm pnpm dlx shadcn@latest add https://agentcn.vercel.app/r/registry.json
bun bunx shadcn@latest add https://agentcn.vercel.app/r/registry.json
fetch registry curl -s https://agentcn.vercel.app/r/registry.json

Components

57 total
AI SEO Audit Agent block

Eve agent that runs a deterministic AI-SEO audit on a page through context.dev — scoring ~30 checks across six categories into a 0–100 total and returning fail…

npx shadcn@latest add https://agentcn.vercel.app/r/eve/ai-seo-audit.json
Browser Agent block

Eve agent that drives a real browser with Playwright using a snapshot-and-selector pattern to complete web tasks.

npx shadcn@latest add https://agentcn.vercel.app/r/eve/browser-agent.json
Chat with PDF Agent block

Eve agent that indexes a PDF into a vector store and answers questions over it with page-cited retrieval.

npx shadcn@latest add https://agentcn.vercel.app/r/eve/chat-with-pdf.json
Chat with YouTube Agent block

Eve agent that fetches a video's metadata and transcript, then answers questions with clickable timestamp citations.

npx shadcn@latest add https://agentcn.vercel.app/r/eve/chat-with-youtube.json
Claw Autonomous Assistant block

Eve agent that operates a sandboxed workspace — read/write files and run shell commands — to finish multi-step tasks.

npx shadcn@latest add https://agentcn.vercel.app/r/eve/claw.json
Company Knowledge Agent block

Eve agent that indexes internal documents into a vector store and answers questions over them, with PII redaction.

npx shadcn@latest add https://agentcn.vercel.app/r/eve/company-knowledge.json
CSV to Questions Agent block

Eve agent that summarizes a CSV dataset to stay within token limits, then generates focused analytical questions.

npx shadcn@latest add https://agentcn.vercel.app/r/eve/csv-to-questions.json
Deep Search Agent block

Eve agent that researches a question, evaluates its own findings, and iterates until the answer is complete and cited.

npx shadcn@latest add https://agentcn.vercel.app/r/eve/deep-search.json
Docs Chatbot Agent block

Eve agent that answers questions about a library's functions by looking up structured documentation.

npx shadcn@latest add https://agentcn.vercel.app/r/eve/docs-chatbot.json
Docs Expert Agent block

Eve agent that answers questions about libraries and APIs by searching the live web and citing sources.

npx shadcn@latest add https://agentcn.vercel.app/r/eve/docs-expert.json
Extract DESIGN.md Agent block

Eve agent that turns a domain into a self-contained DESIGN.md — gathering the styleguide, screenshot, and homepage Markdown from context.dev, then composing th…

npx shadcn@latest add https://agentcn.vercel.app/r/eve/extract-design-md.json
Customer Feedback Summary Agent block

Eve agent that retrieves, categorizes, and summarizes customer feedback into an executive report with recommendations.

npx shadcn@latest add https://agentcn.vercel.app/r/eve/feedback-summary.json
Flash Cards from PDF Agent block

Eve agent that turns a PDF into study flash cards, with optional AI-generated images per concept.

npx shadcn@latest add https://agentcn.vercel.app/r/eve/flashcards-pdf.json
GitHub PR Code Review Agent block

Eve agent that fetches a GitHub pull request and returns adaptive, file-by-file code review feedback.

npx shadcn@latest add https://agentcn.vercel.app/r/eve/github-review.json
Google Sheets Analysis Agent block

Eve agent that reads, analyzes, and edits Google Sheets via the Sheets API.

npx shadcn@latest add https://agentcn.vercel.app/r/eve/google-sheets.json
Meeting Notes Agent block

Eve agent that turns a raw meeting transcript into a structured summary, decisions, and action items.

npx shadcn@latest add https://agentcn.vercel.app/r/eve/meeting-notes.json
Slack Agent block

Eve agent that replies to Slack mentions and DMs, threaded, via the Slack Web API.

npx shadcn@latest add https://agentcn.vercel.app/r/eve/slack-agent.json
Chat with Database Agent block

Eve agent that introspects a database schema, converts questions to SQL, and runs read-only queries.

npx shadcn@latest add https://agentcn.vercel.app/r/eve/text-to-sql.json
Weather Agent block

Eve agent that looks up current weather for a location via the Open-Meteo API.

npx shadcn@latest add https://agentcn.vercel.app/r/eve/weather.json
AI SEO Audit Agent block

Flue agent that runs a deterministic AI-SEO audit on a page through context.dev — scoring ~30 checks across six categories into a 0–100 total and returning fai…

npx shadcn@latest add https://agentcn.vercel.app/r/flue/ai-seo-audit.json
Browser Agent block

Flue agent that drives a real browser with Playwright using a snapshot-and-selector pattern to complete web tasks.

npx shadcn@latest add https://agentcn.vercel.app/r/flue/browser-agent.json
Chat with PDF Agent block

Flue agent that indexes a PDF into a vector store and answers questions over it with page-cited retrieval.

npx shadcn@latest add https://agentcn.vercel.app/r/flue/chat-with-pdf.json
Chat with YouTube Agent block

Flue agent that fetches a video's metadata and transcript, then answers questions with clickable timestamp citations.

npx shadcn@latest add https://agentcn.vercel.app/r/flue/chat-with-youtube.json
Claw Autonomous Assistant block

Flue agent that operates a sandboxed workspace — read/write files and run shell commands — to finish multi-step tasks.

npx shadcn@latest add https://agentcn.vercel.app/r/flue/claw.json
Company Knowledge Agent block

Flue agent that indexes internal documents into a vector store and answers questions over them, with a scheduled re-index workflow and PII redaction.

npx shadcn@latest add https://agentcn.vercel.app/r/flue/company-knowledge.json
CSV to Questions Agent block

Flue agent that chains a summarizer and a question-generator through a workflow to turn a CSV into analytical questions.

npx shadcn@latest add https://agentcn.vercel.app/r/flue/csv-to-questions.json
Deep Search Agent block

Flue agent that fans research out to searcher and evaluator subagents, iterating through a bounded workflow until the answer is cited and complete.

npx shadcn@latest add https://agentcn.vercel.app/r/flue/deep-search.json
Docs Chatbot Agent block

Flue agent that answers questions about a library's functions by looking up structured documentation.

npx shadcn@latest add https://agentcn.vercel.app/r/flue/docs-chatbot.json
Docs Expert Agent block

Flue agent that answers questions about libraries and APIs by searching the live web and citing sources.

npx shadcn@latest add https://agentcn.vercel.app/r/flue/docs-expert.json
Extract DESIGN.md Agent block

Flue workflow that turns a domain into a self-contained DESIGN.md — gathering the styleguide, screenshot, and homepage Markdown from context.dev, then composin…

npx shadcn@latest add https://agentcn.vercel.app/r/flue/extract-design-md.json
Customer Feedback Summary Agent block

Flue agent that retrieves, categorizes, and summarizes customer feedback into an executive report with recommendations.

npx shadcn@latest add https://agentcn.vercel.app/r/flue/feedback-summary.json
Flash Cards from PDF Agent block

Flue agent that turns a PDF into study flash cards through a workflow, with optional AI-generated images per concept.

npx shadcn@latest add https://agentcn.vercel.app/r/flue/flashcards-pdf.json
GitHub PR Code Review Agent block

Flue agent that fetches a GitHub pull request and returns adaptive review feedback, with a workflow that emits a typed review.

npx shadcn@latest add https://agentcn.vercel.app/r/flue/github-review.json
Google Sheets Analysis Agent block

Flue agent that reads, analyzes, and edits Google Sheets via the Sheets API.

npx shadcn@latest add https://agentcn.vercel.app/r/flue/google-sheets.json
Meeting Notes Agent block

Flue agent that runs a transcript through a workflow to return a structured summary, decisions, and action items.

npx shadcn@latest add https://agentcn.vercel.app/r/flue/meeting-notes.json
Slack Agent block

Flue agent that replies to Slack mentions and DMs, threaded, via the Slack Web API.

npx shadcn@latest add https://agentcn.vercel.app/r/flue/slack-agent.json
Chat with Database Agent block

Flue agent that introspects a database schema, converts questions to SQL, and runs read-only queries.

npx shadcn@latest add https://agentcn.vercel.app/r/flue/text-to-sql.json
Weather Agent block

Flue agent that looks up current weather for a location via the Open-Meteo API.

npx shadcn@latest add https://agentcn.vercel.app/r/flue/weather.json
AI SEO Audit Agent block

Mastra agent that runs a deterministic AI-SEO audit on a page through context.dev — scoring ~30 checks across six categories into a 0–100 total, returning fail…

npx shadcn@latest add https://agentcn.vercel.app/r/mastra/ai-seo-audit.json
Browser Agent block

A browser-operating agent that interacts with live web pages using Playwright-based tools with accessibility-tree ref ids.

npx shadcn@latest add https://agentcn.vercel.app/r/mastra/browser-agent.json
Chat with PDF Agent block

Mastra agent that indexes a PDF into a vector store and answers questions over it with page-cited retrieval and stratified sampling.

npx shadcn@latest add https://agentcn.vercel.app/r/mastra/chat-with-pdf.json
Chat with YouTube Agent block

A helpful assistant that fetches and analyzes YouTube video transcripts to answer questions, generate summaries, and create chapters.

npx shadcn@latest add https://agentcn.vercel.app/r/mastra/chat-with-youtube.json
Claw Autonomous Assistant block

Mastra agent that operates a sandboxed workspace — read/write files and run shell commands — to finish multi-step tasks.

npx shadcn@latest add https://agentcn.vercel.app/r/mastra/claw.json
Company Knowledge Agent block

Mastra agent that indexes internal documents into a vector store and answers questions over them, with PII redaction.

npx shadcn@latest add https://agentcn.vercel.app/r/mastra/company-knowledge.json
CSV to Questions Agent block

Mastra agent that summarizes a CSV dataset to stay within token limits, then generates focused analytical questions.

npx shadcn@latest add https://agentcn.vercel.app/r/mastra/csv-to-questions.json
Deep Search Agent block

A multi-agent deep search system that researches questions by clarifying intent, planning queries, evaluating results, and synthesizing answers.

npx shadcn@latest add https://agentcn.vercel.app/r/mastra/deep-search.json
Docs Chatbot Agent block

Mastra agent that answers questions about a library's functions by looking up structured documentation.

npx shadcn@latest add https://agentcn.vercel.app/r/mastra/docs-chatbot.json
Docs Expert Agent block

Mastra agent that answers questions about libraries and APIs by searching the live web and citing sources.

npx shadcn@latest add https://agentcn.vercel.app/r/mastra/docs-expert.json
Extract DESIGN.md Agent block

Mastra agent that turns a domain into a self-contained DESIGN.md — gathering the styleguide, screenshot, and homepage Markdown from context.dev, then composing…

npx shadcn@latest add https://agentcn.vercel.app/r/mastra/extract-design-md.json
Customer Feedback Summary Agent block

Mastra agent that retrieves, categorizes, and summarizes customer feedback into an executive report with recommendations.

npx shadcn@latest add https://agentcn.vercel.app/r/mastra/feedback-summary.json
Flash Cards from PDF Agent block

Mastra agent that turns a PDF into study flash cards, with optional AI-generated images per concept.

npx shadcn@latest add https://agentcn.vercel.app/r/mastra/flashcards-pdf.json
GitHub PR Code Review Agent block

Mastra agent that fetches a GitHub pull request and returns adaptive, file-by-file code review feedback.

npx shadcn@latest add https://agentcn.vercel.app/r/mastra/github-review.json
Google Sheets Analysis Agent block

Mastra agent that reads, analyzes, and edits Google Sheets via the Sheets API.

npx shadcn@latest add https://agentcn.vercel.app/r/mastra/google-sheets.json
Meeting Notes Agent block

Mastra agent that turns a raw meeting transcript into a structured summary, decisions, and action items.

npx shadcn@latest add https://agentcn.vercel.app/r/mastra/meeting-notes.json
Slack Agent block

Mastra agent that replies to Slack mentions and DMs, scoped to the thread, via the Slack Web API.

npx shadcn@latest add https://agentcn.vercel.app/r/mastra/slack-agent.json
Chat with Database Agent block

Mastra agent that introspects a database schema, converts questions to SQL, and runs read-only queries.

npx shadcn@latest add https://agentcn.vercel.app/r/mastra/text-to-sql.json
Weather Agent block

Mastra agent that looks up current weather for a location via the Open-Meteo API.

npx shadcn@latest add https://agentcn.vercel.app/r/mastra/weather.json