← Back to Skills Marketplace
ckchzh

Rating

by BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
252
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install rating
Description
Rating - command-line tool for everyday use Use when you need rating.
Usage Guidance
This skill appears to be a harmless local CLI tool that will create ~/.local/share/rating and write log and export files there. Before installing or running it, review scripts/script.sh (already included) to confirm you are comfortable with it writing to your home directory. Note: the README mentions RATING_DIR but the script ignores that variable — if you need a different data location, either edit the script or move it into a wrapper that sets DATA_DIR. No credentials or network calls are required, but only run it if you trust the bytesagain.com source.
Capability Analysis
Type: OpenClaw Skill Name: rating Version: 2.0.0 The skill bundle is a simple command-line utility for logging and managing rating data locally. The shell script (scripts/script.sh) handles basic file operations such as appending timestamps and user input to log files within the user's home directory (~/.local/share/rating/). While the script contains some redundant logic and unreachable code due to duplicate case branches for 'export' and 'status', it lacks any indicators of malicious intent, data exfiltration, or unauthorized system access.
Capability Assessment
Purpose & Capability
Name/description describe a local rating CLI and the included script implements many rating-related commands that match that purpose. No unrelated credentials, binaries, or network access are requested.
Instruction Scope
SKILL.md says you can set RATING_DIR to change the data directory, but the shipped script ignores RATING_DIR and hardcodes DATA_DIR to ${HOME}/.local/share/rating. The documentation/behavior mismatch is not a security issue but is inconsistent and could confuse users about where data is stored.
Install Mechanism
There is no install spec (instruction-only), but a script (scripts/script.sh) is included. The skill claims a 'rating' CLI but provides no automatic installation into PATH — the script will create and use files under the user's home if executed, but nothing is downloaded or installed automatically.
Credentials
No required environment variables or credentials are declared or used. The script writes only to a subdirectory of the user's home (~/.local/share/rating) and reads/writes only those files; this is proportional to its stated function.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide agent settings, and only creates its own data directory under the user's home. It has no elevated persistence or cross-skill privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rating
  3. After installation, invoke the skill by name or use /rating
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.1
retry-fix-token
v1.0.0
Initial release
Metadata
Slug rating
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Rating?

Rating - command-line tool for everyday use Use when you need rating. It is an AI Agent Skill for Claude Code / OpenClaw, with 252 downloads so far.

How do I install Rating?

Run "/install rating" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Rating free?

Yes, Rating is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Rating support?

Rating is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Rating?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.0.

💬 Comments