← Back to Skills Marketplace
52yuanchangxing

Personal Deadline Radar

by vx:17605205782 · GitHub ↗ · v1.0.0 · MIT-0
darwinlinuxwin32 ✓ Security Clean
160
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install personal-deadline-radar
Description
扫描个人待办、会议和消息摘要,找即将到期事项与时间冲突。;use for deadlines, calendar, tasks workflows;do not use for 自动改日历, 伪造截止时间.
Usage Guidance
This skill appears coherent and low-risk: it runs a local Python script to analyze supplied inputs and produces reviewable Markdown. Before using it, do the following: (1) inspect scripts/run.py locally (it's included) and run the provided smoke-test in a sandboxed workspace; (2) do not point the skill at your whole home or root directory—supply only the calendar/todo files or a small directory to limit exposure; (3) avoid feeding sensitive tokens/passwords as input; (4) verify outputs before taking any automated action (the skill itself states it should not modify external systems). If you see network calls, unseen install steps, or requests for credentials in a future version, treat it as suspicious and re-evaluate.
Capability Analysis
Type: OpenClaw Skill Name: personal-deadline-radar Version: 1.0.0 The skill bundle is a productivity tool designed to identify deadlines and schedule conflicts from user-provided text. The core logic in `scripts/run.py` is a well-structured utility that generates Markdown reports and includes a defensive 'pattern_audit' mode to detect common security risks (like hardcoded secrets or dangerous shell commands) in scanned files. The script operates entirely locally, lacks network capabilities, and includes explicit safety measures such as masking detected secrets and enforcing a read-only, review-first workflow in `SKILL.md`.
Capability Assessment
Purpose & Capability
Name/description (deadline/calendar scanning) match the included artifacts: SKILL.md, resources templates, and a local Python script that produces structured reports. Required runtime is only python3 and no credentials or config paths are requested.
Instruction Scope
Runtime instructions are explicit: prefer producing a reviewable draft and, when available, run the provided local script (python3 scripts/run.py). The script reads files/directories and various text file types to build reports — this is consistent with auditing directories or inputs but means the skill can read arbitrary files the user points it at (markdown, code, CSV, etc.). Users should avoid passing broad roots (e.g., / or ~) if they don't intend wide file access.
Install Mechanism
No install spec or remote downloads; this is an instruction-only skill with an included local Python script. Nothing is written to disk by a package installer and no external dependencies are fetched.
Credentials
The skill requests no environment variables or credentials. The included script contains built-in detection patterns for risky snippets (e.g., curl|bash, rm -rf, secret-like tokens) but does not require or exfiltrate secrets.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skills. The script can write an output file if given an --output path (normal behavior) but the SKILL.md emphasizes read-only, review-first workflows.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install personal-deadline-radar
  3. After installation, invoke the skill by name or use /personal-deadline-radar
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of personal-deadline-radar. - Scans personal to-dos, meetings, and message summaries to identify upcoming deadlines and scheduling conflicts. - Provides structured outputs: imminent deadlines, conflict periods, risky omissions, rescheduling suggestions, deferrable items, and today's list. - Operates in review/draft-first mode before producing actionable lists. - Will not auto-edit calendars or fabricate deadlines; only produces verifiable summaries. - Clearly lists items needing user confirmation if information is incomplete. - Designed for personal scheduling and deadline risk awareness.
Metadata
Slug personal-deadline-radar
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Personal Deadline Radar?

扫描个人待办、会议和消息摘要,找即将到期事项与时间冲突。;use for deadlines, calendar, tasks workflows;do not use for 自动改日历, 伪造截止时间. It is an AI Agent Skill for Claude Code / OpenClaw, with 160 downloads so far.

How do I install Personal Deadline Radar?

Run "/install personal-deadline-radar" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Personal Deadline Radar free?

Yes, Personal Deadline Radar is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Personal Deadline Radar support?

Personal Deadline Radar is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).

Who created Personal Deadline Radar?

It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.

💬 Comments