← Back to Skills Marketplace
rubric-gap-analyzer
by
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
295
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install rubric-gap-analyzer
Description
读取评分标准、作业要求或评估rubric,分析当前草稿的差距并给出提分计划。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install rubric-gap-analyzer - After installation, invoke the skill by name or use
/rubric-gap-analyzer - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is rubric-gap-analyzer?
读取评分标准、作业要求或评估rubric,分析当前草稿的差距并给出提分计划。 It is an AI Agent Skill for Claude Code / OpenClaw, with 295 downloads so far.
How do I install rubric-gap-analyzer?
Run "/install rubric-gap-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is rubric-gap-analyzer free?
Yes, rubric-gap-analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does rubric-gap-analyzer support?
rubric-gap-analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created rubric-gap-analyzer?
It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.
More Skills