← 返回 Skills 市场
b1llysh1

Assignment Check

作者 B1llySh1 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
355
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install assignment-check
功能描述
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.
使用说明 (SKILL.md)

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.

安全使用建议
Before installing or enabling this skill, consider the following: (1) It will read files under the hardcoded path /Users/billyshi/Desktop/Waterloo—confirm this is the folder you want the agent to access. (2) Prefer a version that asks you for the folder at runtime or declares required config paths instead of hardcoding an absolute user path. (3) If you care about privacy, test the skill on a dummy folder with sample PDFs first to confirm it only extracts deadlines and does not transmit sensitive content elsewhere. (4) If you enable it, make sure your agent runtime only grants file-read access to the intended folder (not your whole home directory). (5) If possible, ask the skill author to document exactly what data is read, how it is used, and whether any data is sent to external services.
功能分析
Type: OpenClaw Skill Name: assignment-check Version: 1.0.0 The skill bundle contains instructions for an AI agent to navigate a specific local directory (/Users/billyshi/Desktop/Waterloo) to identify and analyze assignment PDFs. While it uses a hardcoded absolute path specific to a single user's environment, there is no evidence of malicious intent, data exfiltration, or unauthorized command execution in SKILL.md or _meta.json.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install assignment-check
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /assignment-check 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of assignment-check skill. - Scans assignment folders in your Waterloo directory for PDF instruction files. - Extracts and reports assignment deadlines and estimated completion times. - Suggests a start date for each assignment based on the deadline. - Supports folder structures organized by course code.
元数据
Slug assignment-check
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Assignment Check 是什么?

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 355 次。

如何安装 Assignment Check?

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

Assignment Check 是免费的吗?

是的,Assignment Check 完全免费(开源免费),可自由下载、安装和使用。

Assignment Check 支持哪些平台?

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

谁开发了 Assignment Check?

由 B1llySh1(@b1llysh1)开发并维护,当前版本 v1.0.0。

💬 留言讨论