ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

rating

Rating - command-line tool for everyday use Use when you need rating.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ckchzh/rating
Or

Rating

Rating system — star ratings, score calculations, ranking, and review management.

Commands

CommandDescription
rating helpShow usage info
rating runRun main task
rating statusCheck current state
rating listList items
rating add <item>Add new item
rating export <fmt>Export data

Usage

rating help
rating run
rating status

Examples

# Get started
rating help

# Run default task
rating run

# Export as JSON
rating export json

Output

Results go to stdout. Save with rating run > output.txt.

Configuration

Set RATING_DIR to change data directory. Default: ~/.local/share/rating/


Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback

Features

  • Simple command-line interface for quick access
  • Local data storage with JSON/CSV export
  • History tracking and activity logs
  • Search across all entries

Quick Start

# Check status
rating status

# View help
rating help

# Export data
rating export json

How It Works

Rating stores all data locally in ~/.local/share/rating/. Each command logs activity with timestamps for full traceability.

Support

Powered by BytesAgain | bytesagain.com | [email protected]

Metadata

Author@ckchzh
Stars3562
Views1
Updated2026-03-29
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ckchzh-rating": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#rating#tool#utility
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.