AgentStack
SKILL verified MIT Self-run

El Rate

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

Rate component for rating functionality. Invoke when user needs to collect user ratings, display star ratings, or allow feedback scoring.

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

Install

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

✓ 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.

Are you the author of El Rate? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Rate Component

Rate component is used for rating with customizable icons and levels.

When to Use

  • User ratings
  • Product reviews
  • Feedback scoring
  • Star ratings

Basic Usage


  

import { ref } from 'vue'

const value = ref(0)

With Half Stars


  

With Text


  

Clearable


  

Custom Icons


  

import { StarFilled, Star } from '@element-plus/icons-vue'

Read-only


  

API Reference

Attributes

| Name | Description | Type | Default | |------|-------------|------|---------| | model-value / v-model | Binding value | number | 0 | | max | Max rating score | number | 5 | | size | Size | 'large' \| 'default' \| 'small' | — | | disabled | Read-only | boolean | false | | allow-half | Allow half stars | boolean | false | | low-threshold | Low/medium threshold | number | 2 | | high-threshold | Medium/high threshold | number | 4 | | colors | Colors for levels | string[] \| Record | — | | void-color | Color of unselected | string | '#c6d1de' | | icons | Icon components | string[] \| Component[] | — | | void-icon | Unselected icon | string \| Component | — | | show-text | Display texts | boolean | false | | show-score | Display score | boolean | false | | text-color | Text color | string | '' | | texts | Text array | string[] | — | | score-template | Score template | string | '{value}' | | clearable | Can reset to 0 | boolean | false |

Events

| Name | Description | Type | |------|-------------|------| | change | Triggers when value changes | (value: number) => void |

Best Practices

  1. Use allow-half for precise ratings
  2. Use show-score for read-only displays
  3. Use clearable to allow resetting

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.