Install
openclaw skills install ratingRating - command-line tool for everyday use Use when you need rating.
openclaw skills install ratingRating system — star ratings, score calculations, ranking, and review management.
| Command | Description |
|---|---|
rating help | Show usage info |
rating run | Run main task |
rating status | Check current state |
rating list | List items |
rating add <item> | Add new item |
rating export <fmt> | Export data |
rating help
rating run
rating status
# Get started
rating help
# Run default task
rating run
# Export as JSON
rating export json
Results go to stdout. Save with rating run > output.txt.
Set RATING_DIR to change data directory. Default: ~/.local/share/rating/
Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback
# Check status
rating status
# View help
rating help
# Export data
rating export json
Rating stores all data locally in ~/.local/share/rating/. Each command logs activity with timestamps for full traceability.
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com