技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 169 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :可疑
Package:b1llysh1/assignment-check
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :可疑
OpenClaw 评估
The skill's goal (reading assignment PDFs and extracting deadlines) matches its instructions, but the runtime instructions require direct access to a specific user filesystem path without declaring that requirement or limiting scope, which is an incoherence and a privacy risk.
目的
The name and description (check assignment folder, read PDFs, report deadlines and time estimates) align with the SKILL.md instructions to scan course folders and read PDF assignment files.
说明范围
The SKILL.md explicitly instructs the agent to access a specific absolute path (/Users/billyshi/Desktop/Waterloo) and to read PDF files there. The skill does not declare required config paths or document that it needs filesystem access. Reading arbitrary user files is sensitive and should be declared and limited.
安装机制
There is no install spec and no code files; this is instruction-only, so nothing will be written to disk during install. That lowers install-related risk.
证书
No environment variables or credentials are requested, which is good, but the skill implicitly requires filesystem access to a user directory. The absence of declared required config paths (or a prompt to ask the user for the folder) is inconsistent with the instructions and reduces transparency about what will be accessed.
持久
The skill does not request persistent/always-on presence and uses normal autonomous invocation defaults. It does not attempt to modify other skills or system-wide settings.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Assignment Check」。简介:Check use's assignment folder and extracts and read uses assignment question fi…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/b1llysh1/assignment-check/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: assignment-check
description: Check use's assignment folder and extracts and read uses assignment question files and tell user the deadline and how long approximately to finish them.
---
# Assignment Folder:
/Users/billyshi/Desktop/Waterloo
All my courses's resources are under this folder, and look for folders inside this directory with course code names like (Course code + Numbers) e.g. CS 123
# What to do:
Go into those course folders and look for assignments instruction files, they are in pdf so look for PDF files ONLY. And read the content of those files and report the deadline and how long approximately to finish them. And suggests a date to start work on them.