← 返回 Skills 市场
ckchzh

Rating

作者 BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
252
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install rating
功能描述
Rating - command-line tool for everyday use Use when you need rating.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install rating
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /rating 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.1
retry-fix-token
v1.0.0
Initial release
元数据
Slug rating
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Rating 是什么?

Rating - command-line tool for everyday use Use when you need rating. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 252 次。

如何安装 Rating?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install rating」即可一键安装,无需额外配置。

Rating 是免费的吗?

是的,Rating 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Rating 支持哪些平台?

Rating 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Rating?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.0。

💬 留言讨论