AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

El Avatar

skill-jiaiyan-element-plus-skills-el-avatar · by jiaiyan

Avatar component for representing people or objects with images, icons, or characters. Invoke when user needs to display user avatars, profile pictures, or entity representations.

No reviews yet
0 installs
29 views
0.0% view→install

Install

$ agentstack add skill-jiaiyan-element-plus-skills-el-avatar

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jiaiyan-element-plus-skills-el-avatar)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of El Avatar? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Avatar Component

Avatar component displays user avatars or entity representations, supporting images, icons, or characters.

When to Use

  • User profile pictures
  • Team member displays
  • Entity representations
  • Avatar groups for teams

Basic Usage


  
  

const avatarUrl = 'https://example.com/avatar.jpg'

Types


  
  
  user

import { UserFilled } from '@element-plus/icons-vue'

Fallback


  
    
  

const errorHandler = () => true

Fit Container


  
  
  

Avatar Group


  
    
    
    
  

API Reference

Avatar Attributes

| Name | Description | Type | Default | |------|-------------|------|---------| | icon | Icon representation | string \| Component | — | | size | Avatar size | number \| 'large' \| 'default' \| 'small' | — | | shape | Avatar shape | 'circle' \| 'square' | — | | src | Image source | string | — | | src-set | Native srcset attribute | string | — | | alt | Native alt attribute | string | — | | fit | How image fits container | 'fill' \| 'contain' \| 'cover' \| 'none' \| 'scale-down' | 'cover' |

Avatar Events

| Name | Description | Type | |------|-------------|------| | error | Trigger when image load error | (e: Event) => void |

Avatar Slots

| Name | Description | |------|-------------| | default | Customize avatar content |

AvatarGroup Attributes

| Name | Description | Type | Default | |------|-------------|------|---------| | size | Control size of avatars in group | number \| 'large' \| 'default' \| 'small' | — | | shape | Control shape of avatars in group | 'circle' \| 'square' | — | | collapse-avatars | Whether to collapse avatars | boolean | false | | collapse-avatars-tooltip | Show collapsed avatars on hover | boolean | false | | max-collapse-avatars | Max avatars shown before collapse | number | 1 | | effect | Tooltip theme | 'dark' \| 'light' | 'light' | | placement | Tooltip placement | Placement enum | 'top' |

Best Practices

  1. Use fit="cover" for consistent avatar appearance
  2. Provide fallback content for image load errors
  3. Use AvatarGroup for team displays with collapse feature

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.