← 返回 Skills 市场
wangshengli0421

Tianshu Homework Split

作者 tianshu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
195
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tianshu-homework-split
功能描述
把课程作业说明、大纲要求或长段文字拆成带序号的学习任务清单(Markdown 勾选框)。 Use when: 学生要整理作业、拆 DDL、把老师发的要求变成待办;用户说「作业拆分」「学习任务清单」「大作业拆步」。 NOT for: 自动替写作业内容;代替日历 App 的提醒推送。
安全使用建议
This skill runs a local Node script to convert supplied text or a file into a Markdown checklist and does not contact external services or request credentials. Before installing/using: ensure you have Node available (the SKILL.md assumes node), review scripts/split_hw.js if you want to confirm behavior (it only reads the file you pass and writes to stdout), and avoid feeding it sensitive files you don't want processed. The tool may not perfectly identify every task — always review and adjust the generated checklist (dates/required vs optional items) before relying on it.
功能分析
Type: OpenClaw Skill Name: tianshu-homework-split Version: 1.0.0 The skill is a straightforward utility for splitting homework assignments into Markdown checklists. The Node.js script (scripts/split_hw.js) performs local text processing without any network access, external dependencies, or suspicious execution patterns. No evidence of data exfiltration or prompt injection was found.
能力评估
Purpose & Capability
The name/description (split assignment text into a checklist) matches the included script (scripts/split_hw.js) and SKILL.md examples. The code parses input text or a file and outputs a Markdown checklist — nothing in the package contradicts the stated purpose.
Instruction Scope
SKILL.md instructs running the local Node script with --file or --text. The instructions only reference the provided script and input text; they do not ask the agent to read unrelated files, environment variables, or send data externally.
Install Mechanism
There is no install spec (instruction-only), and no network downloads. Minor mismatch: the registry metadata lists no required binaries, but SKILL.md and the script assume a Node runtime (node). You should have Node available to run the script; no additional packages or external installs are required.
Credentials
The skill declares no required environment variables, and the script does not access environment secrets or external configs. It only reads the file explicitly provided by the user or a text argument.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills/configurations. It runs locally and outputs to stdout only.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tianshu-homework-split
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tianshu-homework-split 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial student skill: 作业拆清单
元数据
Slug tianshu-homework-split
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tianshu Homework Split 是什么?

把课程作业说明、大纲要求或长段文字拆成带序号的学习任务清单(Markdown 勾选框)。 Use when: 学生要整理作业、拆 DDL、把老师发的要求变成待办;用户说「作业拆分」「学习任务清单」「大作业拆步」。 NOT for: 自动替写作业内容;代替日历 App 的提醒推送。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 195 次。

如何安装 Tianshu Homework Split?

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

Tianshu Homework Split 是免费的吗?

是的,Tianshu Homework Split 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tianshu Homework Split 支持哪些平台?

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

谁开发了 Tianshu Homework Split?

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

💬 留言讨论