HomeBrowseUpload
← Back to registry
// Skill profile

Rating

name: rating

by ckchzh · published 2026-03-22

开发工具数据处理
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:ckchzh/ckchzh-rating
View on GitHub
// Full documentation

---

name: rating

version: "2.0.0"

author: BytesAgain

homepage: https://bytesagain.com

source: https://github.com/bytesagain/ai-skills

license: MIT-0

tags: [rating, tool, utility]

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

---

# Rating

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

Commands

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

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

  • Feedback: https://bytesagain.com/feedback/
  • Website: https://bytesagain.com
  • Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band