技能详情(站内镜像,无评论)
作者:vx:17605205782 @52YuanChangXing
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 118 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:52yuanchangxing/rubric-gap-analyzer
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's code, instructions, and requirements match its stated purpose (reading a copied rubric from the clipboard and analyzing it); nothing in the package appears disproportionate or unrelated.
目的
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.
说明范围
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 t…
安装机制
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.
证书
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.
持久
always is false and the skill does not modify system or other skills' configuration. It does not request persistent privileges or additional presence.
scripts/read_clipboard.mjs:5
Shell command execution detected (child_process).
综合结论
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 th…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「rubric-gap-analyzer」。简介:读取评分标准、作业要求或评估rubric,分析当前草稿的差距并给出提分计划。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/52yuanchangxing/rubric-gap-analyzer/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: rubric-gap-analyzer
description: 读取评分标准、作业要求或评估rubric,分析当前草稿的差距并给出提分计划。
metadata: {"openclaw":{"emoji":"📏","requires":{"bins":["node","pbpaste"]}}}
---
# Rubric Gap Analyzer
这是一个专门用于“评分标准对照分析”的 skill。
## 主要用途
当用户复制了以下内容时:
- 课程论文评分标准
- 作业 rubric
- 答辩评分表
- 项目评分维度
- 竞赛评审标准
- 投稿评审维度说明
你需要帮助用户:
1. 提取评分维度
2. 判断关键得分项
3. 识别当前草稿缺什么
4. 给出最高收益的修改顺序
5. 输出提分计划
## 调用方式
当用户说:
- 读取剪贴板里的评分标准帮我分析
- 用这个 rubric 帮我看看还差什么
- 根据评分细则给我提分建议
- 帮我按 rubric 改作业
你应运行:
```bash
node {baseDir}/scripts/read_clipboard.mjs