Install
$ agentstack add skill-jiaiyan-element-plus-skills-el-avatar ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
- Use
fit="cover"for consistent avatar appearance - Provide fallback content for image load errors
- 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.
- Author: jiaiyan
- Source: jiaiyan/element-plus-skills
- License: MIT
- Homepage: https://skills.sh/jiaiyan/element-plus-skills/element-plus-skills
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.