← 返回 Skills 市场
rubric-gap-analyzer
作者
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
295
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install rubric-gap-analyzer
功能描述
读取评分标准、作业要求或评估rubric,分析当前草稿的差距并给出提分计划。
安全使用建议
This skill simply reads whatever text is currently on your clipboard and prints it for the agent to analyze. Before using it, make sure you have copied only the rubric or material you want analyzed — do not leave passwords, tokens, or other sensitive data on the clipboard. Note the script uses pbpaste, so it requires macOS or an equivalent pbpaste implementation in PATH. If you are on another OS or uncomfortable with clipboard access, paste the rubric text directly into the chat instead of invoking the script.
功能分析
Type: OpenClaw Skill
Name: rubric-gap-analyzer
Version: 1.0.0
The skill is designed to analyze grading rubrics by reading the system clipboard using the 'pbpaste' utility via a Node.js script (scripts/read_clipboard.mjs). The code is transparent, lacks any network exfiltration or obfuscation, and its behavior is strictly aligned with the stated purpose in SKILL.md and README.md.
能力评估
Purpose & Capability
Name/description: analyze rubrics and propose improvement plans. Declared requirements: node and pbpaste. The included script calls pbpaste to read clipboard text and is executed with node — these requirements are coherent and proportional to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the provided node script to read clipboard contents and then perform rubric-gap analysis. The script only reads the clipboard and prints it to stdout; it does not read other files, environment variables, or transmit data externally. Note: reading the clipboard may expose any sensitive data the user has copied — this is expected behavior for a clipboard-based skill and should be considered a privacy risk if the clipboard contains unrelated secrets.
Install Mechanism
No install spec — instruction-only plus a small included script. Nothing is downloaded or extracted from external URLs; no installers or third-party package pulls are present.
Credentials
No credentials, env vars, or config paths are requested. The only runtime dependency is pbpaste (macOS clipboard utility) and node, which matches the script's behavior.
Persistence & Privilege
always is false and the skill does not modify system or other skills' configuration. It does not request persistent privileges or additional presence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rubric-gap-analyzer - 安装完成后,直接呼叫该 Skill 的名称或使用
/rubric-gap-analyzer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of rubric-gap-analyzer.
- Analyzes grading rubrics and assignment requirements to identify gaps in drafts.
- Extracts scoring criteria and highlights key scoring items.
- Suggests prioritized steps for improvement and outputs a scoring improvement plan.
- Designed for easy clipboard integration with Node.js support.
元数据
常见问题
rubric-gap-analyzer 是什么?
读取评分标准、作业要求或评估rubric,分析当前草稿的差距并给出提分计划。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 295 次。
如何安装 rubric-gap-analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rubric-gap-analyzer」即可一键安装,无需额外配置。
rubric-gap-analyzer 是免费的吗?
是的,rubric-gap-analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
rubric-gap-analyzer 支持哪些平台?
rubric-gap-analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 rubric-gap-analyzer?
由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.0。
推荐 Skills