← 返回 Skills 市场
90
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install resubmission-deadline-tracker
功能描述
Track manuscript resubmission deadlines and automatically generate phase-appropriate task breakdowns for academic researchers based on remaining time.
安全使用建议
What to check before using/installing: 1) Inspect the full scripts/main.py (the provided snippet is truncated) to confirm there are no network calls, telemetry, or hidden endpoints that would exfiltrate data. 2) Because SKILL.md and the script disagree on urgency boundaries (SKILL.md says 3–14 days = Urgent; the script uses finer-grained bands such as 3–7 days for URGENT and 7–14 for ACTIVE), decide which behavior you want and either update the documentation or the code. 3) The requirements.txt lists standard-library modules (dataclasses, enum) — harmless but unnecessary; consider cleaning it. 4) Confirm that storing deadlines in data/deadlines.json is acceptable for your operational environment (it holds manuscript titles/journals and could be sensitive). 5) Run python -m py_compile scripts/main.py and manually run the script in a safe environment to observe I/O and confirm no unexpected network activity. If you cannot review the complete main.py or if the skill will run where sensitive manuscript data is stored, avoid installing until a code review verifies there is no external communication or credential access.
能力评估
Purpose & Capability
The name/description match the included assets: a local Python script, data files, and templates for generating resubmission task schedules. That purpose would legitimately need local JSON storage and task templates. However, references include templates for grant revisions and conference papers (outside the stated manuscript-only scope), which is unexpected but not necessarily malicious.
Instruction Scope
SKILL.md restricts the skill to local tracking and explicitly forbids syncing with journal systems or sending automated reminders. The included SKILL.md instructs running scripts/main.py locally and expects only local file I/O. But the SKILL.md's urgency boundary definitions (Standard / Urgent / Emergency with 3–14 days as 'Urgent') do not match how the included script defines urgency levels (RELAXED, STANDARD, ACTIVE, URGENT, EMERGENCY, OVERDUE with different day bands such as URGENT = 3–7 days and ACTIVE = 7–14 days). This mismatch means the runtime behavior may differ from the documentation; a user relying on the doc could get a different mode than expected. Also the SKILL.md default timezone (Asia/Shanghai) is implemented in the code, which is consistent, but the discrepancy in urgency logic is a material behavioral inconsistency.
Install Mechanism
This is an instruction-only skill with no install spec and only a local Python script and data files. No network downloads or third-party installers are specified, which is low risk from an install-mechanism perspective.
Credentials
The skill declares no required environment variables, no external credentials, and no special config paths. The code appears to read/write local JSON files in the skill's data directory — proportionate to its purpose.
Persistence & Privilege
The skill does not request always:true and does not request persistent system privileges. It creates and uses its own data directory (data/) which is expected for a local tracker. Nothing indicates it alters other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install resubmission-deadline-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/resubmission-deadline-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of resubmission-deadline-tracker.
- Track manuscript resubmission deadlines with support for urgency assessment.
- Generate phase-appropriate task breakdowns based on remaining time.
- Supports input validation, timezone handling (default: Asia/Shanghai), and risk notes.
- Provides explicit error reporting and is limited to manuscript resubmission use cases.
- Includes a fixed response template and workflow for complex requests.
元数据
常见问题
Resubmission Deadline Tracker 是什么?
Track manuscript resubmission deadlines and automatically generate phase-appropriate task breakdowns for academic researchers based on remaining time. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。
如何安装 Resubmission Deadline Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install resubmission-deadline-tracker」即可一键安装,无需额外配置。
Resubmission Deadline Tracker 是免费的吗?
是的,Resubmission Deadline Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Resubmission Deadline Tracker 支持哪些平台?
Resubmission Deadline Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Resubmission Deadline Tracker?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills