Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计异常

21st-dev-builder-v221st 开发者 v2

Agent Skill

21st-dev-builder-v2 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,607

周安装

65

GitHub Stars

公开资料未说明

下载量

504
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:21st-dev-builder-v2(21st 开发者 v2)
来源仓库:https://github.com/trin-zenityx/21st-dev-builder-v2
仓库路径:skills/21st-dev-builder-v2
安装命令:
npx skills add https://github.com/trin-zenityx/21st-dev-builder-v2 --skill 21st-dev-builder-v2
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/trin-zenityx/21st-dev-builder-v2 --skill 21st-dev-builder-v2

简介

适用于需要构建生产级网站并集成高质量 React 组件的场景。

  • 核心能力包括实时发现最新组件、智能分析匹配需求以及保持视觉一致性。
  • 通过 GitHub 安装并使用 npx 命令添加,建议在使用前确认其权限范围和维护状态。
  • 该技能基于 21st.dev 开源社区注册表, 提供超过 1400 个 React UI 组件。

SKILL.md

21st.dev Web Builder v2

Build production-ready websites using 21st.dev — the largest open-source registry of React UI components. You are an expert at discovering, analyzing, selecting, and integrating 21st.dev components to create polished, cohesive web applications.

This skill makes you exceptionally good at:

  • Live discovery — Always fetching the latest components from 21st.dev before building
  • Smart analysis — Evaluating which components best fit the user's needs
  • Design coherence — Maintaining visual consistency across components from different authors
  • Full-stack composition — Building complete multi-page applications, not just isolated pages

Core Knowledge

What is 21st.dev?

An open-source community registry (the "npm for design engineers") with 1400+ React components. Unlike npm packages, components are installed as full source code you own and can customize. Built on shadcn/ui philosophy.

Tech Stack

  • Framework: React 18+ / Next.js (App Router preferred)
  • Styling: Tailwind CSS 4+
  • Primitives: Radix UI
  • Language: TypeScript
  • Install: npx shadcn@latest add "https://21st.dev/r/{author}/{component}"

URL Patterns

PurposeURL Pattern
Browse categoryhttps://21st.dev/s/{slug}
Component detailhttps://21st.dev/r/{author}/{component}
Author profilehttps://21st.dev/{author}
Community searchhttps://21st.dev/community/components/search

Workflow

Phase 1: Project Setup

Check if the project is ready. Look for package.json, tailwind.config.*, and components.json.

New project:

npx create-next-app@latest my-app --typescript --tailwind --eslint --app --src-dir --import-alias "@/*"
cd my-app
npx shadcn@latest init -d

Existing project missing shadcn:

npx shadcn@latest init

Check MCP availability: If 21st_magic_component_builder tool is available, use it as the primary component generation method. Otherwise, use WebSearch + WebFetch + npx install (works perfectly well).

Phase 2: Requirement Analysis

Break down the user's request into a component plan:

  1. Identify the application type — What kind of app or page is being built?
  2. List required sections/features — What does each page need?
  3. Map to component categories — Use the Component Map below
  4. Identify shared components — Which components appear across multiple pages?

Component Map

Building...Search these categories on 21st.dev
Landing pagehero, features, pricing, testimonials, cta, footers, navbars, backgrounds, announcements, clients
Dashboardsidebar, cards, tables, tabs, buttons, menus, badges, numbers
Auth pagessign-ins, sign-ups, forms, inputs, buttons
Blog / Contentcards, texts, images, paginations, scroll-areas
E-commercecards, carousels, badges, buttons, dialogs, inputs, tabs, selects
Form-heavy appinputs, selects, checkboxes, radio-groups, date-pickers, forms, text-areas, toggles
AI / Chat appai-chats, inputs, buttons, cards, spinner-loaders
Settings pageforms, inputs, toggles, tabs, selects, checkboxes, accordions
Portfoliohero, cards, images, texts, scroll-areas, backgrounds, navigation-menus
SaaS producthero, pricing, features, testimonials, navbars, footers, cta, comparisons

Phase 3: Live Component Discovery

Every build session must include live discovery. 21st.dev adds new components constantly — never rely on memory alone.

Discovery Strategy

For each component category you need, follow this search sequence:

Step 1: Browse the category page

WebFetch: https://21st.dev/s/{category-slug}

This shows all available components in that category with names, authors, and popularity.

Step 2: Deep-dive on promising components

WebFetch: https://21st.dev/r/{author}/{component}

View the component's demo, code, dependencies, and installation command.

Step 3: Search for specific styles (if category browsing isn't enough)

WebSearch: "site:21st.dev {specific style or feature}"

Example: site:21st.dev animated gradient hero or site:21st.dev glassmorphism card

Category Slugs Reference

Read references/component-catalog.md for the full catalog of categories with slugs, counts, and top authors. Here are the most-used ones:

Landing Sections: hero, features, pricing, testimonials, cta, footers, navbars, backgrounds, announcements, clients, comparisons, docks, shaders

UI Components: buttons, inputs, cards, selects, sliders, accordions, tabs, dialogs, calendars, ai-chats, tables, badges, dropdowns, alerts, forms, popovers, text-areas, radio-groups, spinner-loaders, paginations, checkboxes, menus, numbers, avatars, carousels, links, toggles, date-pickers, tooltips, toasts, sidebar, sign-ins, sign-ups, file-uploads, file-trees, icons, tags, notifications, empty-states

Phase 4: Component Analysis & Selection

This is where expertise matters most. For each component slot, evaluate candidates on these dimensions:

Selection Criteria (in priority order)

  1. Functional fit — Does it actually do what's needed? Check props, interactivity, responsiveness.
  2. Visual quality — Is it polished, modern, and well-designed? Check the live preview.
  3. Design coherence — Will it look consistent with other selected components? Prefer:

- Same author for related components (e.g., all navbar + footer from one author) - Similar design language (rounded vs. sharp corners, shadow style, spacing) - Consistent color system (CSS variable-based components work best together)

  1. Completeness — Does it support dark mode? Is it responsive? Accessible?
  2. Popularity — Higher likes/downloads usually mean better quality and fewer bugs.
  3. Recency — Recently updated components often use newer patterns and APIs.
  4. Dependencies — Fewer external dependencies = easier integration.

Decision Framework

For each component slot:
  1. Find 2-3 candidates from category browsing
  2. Score each on the criteria above (mentally)
  3. If user is involved → present top 2 with preview links + your recommendation
  4. If user says "you decide" → pick the best-scoring one
  5. Document your choice with reasoning

Author Consistency Strategy

When building a full page or site, try to use components from a small set of authors. This dramatically improves visual coherence. Notable authors with broad component ranges:

  • shadcn — The foundation. Clean, minimal, highly composable.
  • bundui — Animated, modern components.
  • magicui — Motion-rich, creative components.
  • Other prolific authors can be discovered during live browsing.

Phase 4.5: Build vs Install Decision

Not every section needs a 21st.dev component. For each section, decide:

INSTALL from 21st.dev when:

  • The section needs complex interactivity (navbar with dropdowns, pricing toggle, carousel)
  • The section needs polished animations you don't want to write (animated hero, testimonial slider)
  • A 21st.dev component fits the need almost perfectly

WRITE CUSTOM when:

  • The section is simple (feature grid, stats row, basic CTA)
  • No good 21st.dev component exists for this exact need
  • You need very specific layout that would require heavy modification anyway
  • Mixing too many authors would break design coherence

A typical landing page might install 2-3 complex components (hero, navbar, footer) and write 2-3 simple sections (features grid, stats, CTA) custom. This is faster and produces better results than forcing every section through 21st.dev.

Phase 5: Installation & Integration

Install components:

npx shadcn@latest add "https://21st.dev/r/{author}/{component-name}"

What this does:

  • Copies component source code to your project (usually components/ui/ or components/blocks/)
  • Installs required npm dependencies
  • Updates Tailwind config if needed
  • Resolves internal component dependencies

Installation order matters:

  1. Install base/primitive components first (buttons, inputs)
  2. Then composite components that may depend on them (forms, dialogs)
  3. Finally section-level components (hero, pricing)

Post-Install Compatibility Fixes (CRITICAL)

After installing each component, immediately check for these common issues before moving on:

1. render prop vs asChild conflict: Many newer 21st.dev components use render prop from @base-ui/react, but your project may use standard shadcn asChild. If you see TypeScript errors about render prop:

// BROKEN: Component uses render prop
<Button render={<a href="/signup" />}>Sign Up</Button>

// FIX: Convert to asChild pattern
<Button asChild><a href="/signup">Sign Up</a></Button>

Check Button, SheetTrigger, SelectTrigger in every installed component.

2. Container width mismatch: Components may assume different max-widths. After installing, verify each component uses a consistent container:

// If component uses its own container, it may conflict with your layout
// Wrap all sections in a consistent container OR
// Remove the component's internal container and use your own
<section className="py-20">
  <div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
    {/* component content here */}
  </div>
</section>

3. Missing CSS variables: If a component looks invisible or wrong, check that your globals.css defines all required CSS variables. Common missing ones: --border, --ring, --muted, --muted-foreground, --accent, --accent-foreground.

4. framer-motion typing issues: Some components use ease arrays that TypeScript rejects. Fix by casting:

// BROKEN
ease: [0.16, 1, 0.3, 1]
// FIX
ease: [0.16, 1, 0.3, 1] as const

5. Faint/invisible card backgrounds: Many 21st.dev testimonial and feature cards use extremely subtle gradients (from-muted/50 to-muted/10 or border-t only) that appear invisible on white backgrounds, especially in marquees where edge fades add further transparency. Fix by giving cards visible styling:

// BROKEN: Nearly invisible
"rounded-lg border-t bg-gradient-to-b from-muted/50 to-muted/10"

// FIX: Clearly visible with depth
"rounded-xl border border-border/60 bg-card shadow-sm"

6. Edge fade gradients too aggressive on marquees: Marquee components often have w-1/3 fade gradients on each side, covering 2/3 of the content area. Reduce to w-1/6 so cards remain visible:

// BROKEN: Covers too much
"absolute inset-y-0 left-0 w-1/3 bg-gradient-to-r from-background"

// FIX: Subtle fade
"absolute inset-y-0 left-0 w-1/6 bg-gradient-to-r from-background"

7. Gradient colors with oklch(): Tailwind v4 uses oklch() for color values, but oklch is poorly rendered in radial-gradient() and some gradient contexts. Use rgba() or hex values for custom gradients:

// BROKEN: oklch in gradients renders poorly
"bg-[radial-gradient(ellipse_at_center,_oklch(0.55_0.28_285_/_0.18)_0%,_transparent_65%)]"

// FIX: Use rgba for reliable gradient rendering
"bg-[radial-gradient(ellipse_at_center,_rgba(139,92,246,0.18)_0%,_transparent_65%)]"

8. Gradient backgrounds behind parent backgrounds (z-index trap): Don't put gradient decorative elements with -z-10 behind a parent that has its own bg-background. The parent's opaque background covers the gradient. Instead, apply the gradient directly on the section:

// BROKEN: Gradient div behind parent bg-background
<section className="bg-background">
  <div className="-z-10 bg-gradient-to-b ..."> {/* invisible! */}

// FIX: Apply gradient directly on the section
<section className="bg-gradient-to-b from-[#ede9fe] via-[#f5f3ff] to-white">

If installation fails:

  1. Check error message — usually a missing peer dependency
  2. Try npm install {missing-dep} then retry
  3. If component URL is wrong, search 21st.dev for the correct path
  4. Last resort: fetch the component code via WebFetch and create files manually

Phase 6: Page Composition

Layout Normalization (DO THIS FIRST)

Before composing, normalize the layout of all installed components so they play well together. 21st.dev components from different authors often have conflicting container widths, padding, and alignment. Fix this upfront:

  1. Pick one container width for the entire page: max-w-7xl mx-auto px-4 sm:px-6 lg:px-8
  2. Open each installed component file and check if it has its own container/max-width
  3. Either: remove the component's internal container and wrap it externally, or ensure it matches your chosen width
  4. Check text alignment: some components center-align content, others left-align. Normalize.
  5. Check hero height: hero components often use min-h-screen which may be too tall. Adjust to min-h-[80vh] or less if needed.

Composition Patterns

Landing Page:

<Navbar />                          {/* sticky top-0 z-50 */}
<main>
  <Hero />                          {/* min-h-[80vh] — NOT min-h-screen */}
  <Features />                      {/* py-20 bg-muted/50 */}
  <SocialProof />                   {/* py-16 */}
  <Pricing />                       {/* py-20 bg-muted/50 */}
  <Testimonials />                  {/* py-16 */}
  <CTA />                           {/* py-20 bg-primary text-primary-foreground */}
</main>
<Footer />

Dashboard:

<SidebarProvider>
  <Sidebar>{/* navigation items */}</Sidebar>
  <main className="flex-1">
    <header>{/* toolbar, breadcrumbs */}</header>
    <div className="p-6">
      <div className="grid gap-4 md:grid-cols-3">{/* stat cards */}</div>
      <div className="mt-6">{/* data table or content */}</div>
    </div>
  </main>
</SidebarProvider>

Auth Flow:

<div className="min-h-screen flex items-center justify-center bg-muted/30">
  <div className="w-full max-w-md">
    <SignInCard />  {/* or SignUpCard */}
  </div>
</div>

Multi-page App Layout:

// app/layout.tsx
<html>
  <body>
    <Navbar />
    {children}
    <Footer />
  </body>
</html>

Spacing & Layout Rules

  • Sections: py-16 md:py-20 lg:py-24 (responsive vertical padding)
  • Content width: max-w-7xl mx-auto px-4 sm:px-6 lg:px-8
  • Card grids: grid gap-4 sm:grid-cols-2 lg:grid-cols-3
  • Alternating section backgrounds: use bg-background and bg-muted/50

Dark Mode Setup

21st.dev components use CSS variables with dark: prefixes. Ensure:

// In layout.tsx or providers
import { ThemeProvider } from "next-themes"

<ThemeProvider attribute="class" defaultTheme="system" enableSystem>
  {children}
</ThemeProvider>

Install next-themes: npm install next-themes

Font Setup

import { Geist, Geist_Mono } from "next/font/google";
const geist = Geist({ variable: "--font-sans", subsets: ["latin"] });
const geistMono = Geist_Mono({ variable: "--font-mono", subsets: ["latin"] });

<body className={`${geist.variable} ${geistMono.variable} font-sans antialiased`}>

Phase 7: Customization & Refinement

After installing components, customize them to fit the project:

  1. Content — Replace placeholder text, images, and links with real content
  2. Colors — Choose brand color intentionally (see Color Selection below)
  3. Typography — Ensure consistent font sizes and weights
  4. Spacing — Align padding/margin with the rest of the page
  5. Animations — Add or tune transitions using Tailwind or framer-motion
  6. Responsiveness — Test at mobile, tablet, and desktop breakpoints

Color Selection (CRITICAL — Avoid AI Purple Bias)

AI models have a strong bias toward purple/violet as the default brand color. This is because purple dominates tech/AI branding (Figma, Notion AI, Copilot) and shadcn/ui examples. Using purple every time is an obvious AI fingerprint — like using the Sparkles icon.

Rule: NEVER default to purple. Choose colors based on the product type and industry:

Product / IndustryRecommended PrimaryAvoid
Finance / BankingDeep blue (oklch(0.45 0.15 250)), Navy, TealPurple, Neon
Health / WellnessGreen (oklch(0.55 0.18 155)), Teal, Soft blueRed, Purple
E-commerce / RetailOrange (oklch(0.65 0.2 50)), Coral, AmberMuted grays
Developer toolsEmerald (oklch(0.55 0.17 160)), Cyan, SlatePurple (overused)
Creative / DesignRose (oklch(0.6 0.18 10)), Amber, IndigoPlain blue
EducationBlue (oklch(0.5 0.16 250)), Teal, GreenNeon, Dark themes
Food / RestaurantWarm red (oklch(0.55 0.22 25)), Orange, OliveCold blues
AI / Writing toolsTeal (oklch(0.55 0.12 195)), Blue-green, SlatePurple (cliché!)
Enterprise / B2BSlate blue (oklch(0.5 0.1 255)), Navy, SteelBright neons
Social / CommunityCoral (oklch(0.6 0.17 25)), Sky blue, Warm pinkDull grays

If the user specifies a brand color, use it. If not, pick from the table above — but NEVER purple unless the user explicitly asks for it.

How to apply the chosen color:

/* globals.css — example with teal for an AI writing tool */
:root {
  --brand: oklch(0.55 0.12 195);  /* Teal, NOT purple */
}

Then use bg-brand, text-brand, border-brand/30 etc. throughout the site. Update hero gradients, CTA buttons, icon backgrounds, and accent colors to match.

Hero Visual Quality Checklist

Hero sections make or break the first impression. After installing a hero component, ensure:

  • Heading contrast: On colored/gradient backgrounds, use solid text-foreground instead of gradient-text effects (bg-clip-text text-transparent) which can be too faint
  • Background gradients: Apply gradients directly on the section element (bg-gradient-to-b from-[color] via-[color] to-white) — don't layer decorative gradient divs behind opaque parents
  • Product mockups: For SaaS sites, build a realistic inline mockup (editor, dashboard, chat) instead of using a placehold.co image. Include window chrome (red/yellow/green dots), sidebar, content area, and status indicators. This dramatically improves perceived quality.
  • CTA styling: Use rounded-xl, visible shadows (shadow-lg), and brand colors. Add hover effects (hover:-translate-y-0.5 transition-transform)
  • Radial glow accents: Add subtle radial gradients using rgba() colors (not oklch) for depth behind hero content
  • Avoid AI-cliché icons: NEVER use Sparkles/Stars/Wand icons — they instantly signal "AI-generated." Use minimal alternatives: a pulsing dot indicator, a small "NEW" badge, or just well-styled text. The goal is to look like a senior human designer made it, not an AI.
  • Avoid AI-cliché colors: NEVER default to purple/violet. Choose colors from the Color Selection table based on the product type. Purple is the #1 AI color bias.

CSS Variable Theming

/* globals.css */
@layer base {
  :root {
    --background: 0 0% 100%;
    --foreground: 0 0% 3.9%;
    --primary: 0 0% 9%;
    --primary-foreground: 0 0% 98%;
    /* ... customize these to match brand */
  }
  .dark {
    --background: 0 0% 3.9%;
    --foreground: 0 0% 98%;
    /* ... dark variants */
  }
}

Phase 8: Verification (THOROUGH)

This phase catches the bugs that ruin the user's first impression. Do not skip any step.

Step 1: Build passes

npm run build

Fix any TypeScript or build errors before proceeding.

Step 2: Visual inspection (MOST IMPORTANT)

Run npm run dev and actually look at every section of the page:

  1. Take a screenshot or use preview_screenshot — look at the full page from top to bottom
  2. Check for these common problems:

- Blank/white sections — content exists in DOM but invisible? Check CSS variables, text color matches background - Content overflow — text or elements going off-screen to the right? Check container width, remove text-center or adjust max-w - Giant blank spaces — hero taking up too much vertical space? Reduce min-h-screen to min-h-[80vh] - Misaligned sections — some sections centered, others left-aligned? Normalize container classes - Broken images — placeholder URLs not loading? Replace with real images or remove

  1. Scroll through the entire page — every section must be visible and properly styled

Step 3: Responsiveness

Test at 3 breakpoints using preview_resize or browser devtools:

  • Mobile (375px): single column, readable text, no horizontal overflow
  • Tablet (768px): proper grid transition
  • Desktop (1280px): full layout as designed

Step 4: Interactions

  • Click every button and link
  • Test navbar dropdown/mobile menu
  • Test any toggles or tabs

Step 5: Console check

No errors in browser console. Warnings about missing images or unused vars are acceptable.

If any visual issue is found in Steps 2-3, fix it immediately before presenting to the user. The most common fixes are: adjusting container width, fixing CSS variable colors, and reducing hero height.

Advanced Patterns

Component Dependency Chain

Some 21st.dev components depend on other components. The npx installer handles this automatically, but be aware:

  • A Dialog component may install Button as a dependency
  • If you've already customized Button, the dialog install might overwrite it
  • Install from leaf components up, and keep track of what's been customized

Mixing Authors Safely

When combining components from different authors:

  1. Check that all use the same CSS variable naming (most shadcn-based ones do)
  2. Normalize border-radius: pick one style and apply globally via CSS variables
  3. Ensure animation timing is consistent (ease-in-out, duration-200)
  4. Watch for conflicting Tailwind config extensions

Building Component Variations

If 21st.dev doesn't have exactly what you need:

  1. Find the closest match
  2. Install it
  3. Modify the source code directly (you own it!)
  4. The component file is in your project — edit freely

Updating Component Knowledge

At the start of every build session, refresh your knowledge of available components by browsing the relevant category pages on 21st.dev. The platform adds new components daily, so what was the best option last week might be surpassed by something better today.

This means: if you last browsed https://21st.dev/s/hero an hour ago, browse it again if you're starting a new build. Fresh data leads to better component choices.

Error Recovery

ProblemSolution
Component not foundTry alternative spellings, browse the parent category, or search with WebSearch
npx install failsCheck for missing peer deps, verify URL format, try npm install for deps first
Component looks wrongCheck if Tailwind config was updated, verify CSS variables are defined
Dark mode brokenEnsure ThemeProvider wraps the app, check CSS variable definitions
TypeScript errorsCheck component's expected props, install missing @types packages
Styling conflictsCheck for conflicting Tailwind classes, CSS variable naming collisions
21st.dev unreachableUse WebSearch to find component names, construct install URLs from cached knowledge
Component too complexSimplify by removing unused features from the source code
render prop errorsComponent uses @base-ui/react pattern — convert to asChild pattern
Giant blank spaceHero/section using min-h-screen — reduce to min-h-[80vh] or remove
Content off-screen rightContainer width mismatch — add max-w-7xl mx-auto wrapper
Invisible textCSS variables undefined — check globals.css has all required color tokens
Faint/invisible cardsBackground gradient too subtle — use bg-card border border-border/60 shadow-sm
Marquee cards hiddenEdge fade w-1/3 too wide — reduce to w-1/6
Gradient not showingUsing -z-10 behind parent bg-background — apply gradient directly on section
oklch gradient brokenoklch renders poorly in radial-gradient() — use rgba() hex values instead
Heading invisible on gradientbg-clip-text text-transparent too faint — use solid text-foreground

MCP Setup (Optional)

For AI-powered component generation, set up the Magic MCP:

npx @21st-dev/cli@latest install claude --api-key <YOUR_API_KEY>

Get API key: https://21st.dev/settings/api-keys

Manual config in .claude/settings.json:

{
  "mcpServers": {
    "@21st-dev/magic": {
      "command": "npx",
      "args": ["-y", "@21st-dev/magic@latest"],
      "env": { "API_KEY": "your-api-key" }
    }
  }
}

MCP provides these tools:

  • 21st_magic_component_builder — Generate components from descriptions
  • 21st_magic_component_inspiration — Browse component ideas
  • logo_search — Find company logos (via SVGL)

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.85%
按下载量换算186

Claude

29.31%
按下载量换算148

Cursor

16.62%
按下载量换算84

Gemini CLI

9.91%
按下载量换算50

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

未通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills