Dayplanner

v2.0.0

日程规划工具。周计划、月计划、时间块、会议安排、截止日期管理、工作生活平衡。Calendar planner with weekly, monthly, time-blocking, meeting scheduling, deadline management.

0· 100·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the provided script and SKILL.md. The script implements the listed commands, stores logs in ~/.local/share/dayplanner, and uses only coreutils -- nothing requested is unrelated to a local planner.
Instruction Scope
SKILL.md tells the agent to run the bundled bash script which only reads/writes files under the skill's data directory and uses local utilities (date, grep, wc, du, tail, cat). The instructions do not request other system files, credentials, or external endpoints.
Install Mechanism
No install spec is provided and the skill is instruction-only plus a simple shell script. Nothing is downloaded or installed at runtime.
Credentials
The skill declares no environment variables or credentials and the script does not reference environment secrets beyond HOME to place its data directory. No disproportionate credential access is requested.
Persistence & Privilege
The skill does create and persist data under ~/.local/share/dayplanner (normal for a planner). It does not request always:true, does not modify other skills or system-wide settings, and runs with the invoking user's permissions.
Assessment
This skill is a local, file-based planner that creates and writes files to ~/.local/share/dayplanner. It does not make network calls or request credentials. Before installing, consider: (1) any sensitive information you might save will be stored as plain text in that directory (no encryption), so avoid adding passwords or personal identifiers; (2) exported JSON/csv may not escape all characters robustly — review export files if you plan to share them; (3) run the script locally to inspect behavior yourself (it's a single bash script). If you need cloud calendar integration or encrypted storage, this skill does not provide those features.

Like a lobster shell, security has layers — review code before you run it.

latestvk977ddjwyrhgx54mjywfv734wn836wwr

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments