Calendar Planner Cn
日程规划工具。周计划、月计划、时间块、会议安排、截止日期管理、工作生活平衡。Calendar planner with weekly, monthly, time-blocking, meeting scheduling, deadline management.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 1 · 261 · 2 current installs · 2 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
Metadata/description and one script (scripts/calplan.sh) describe a calendar planner, but the SKILL.md top-level text and scripts/script.sh implement a Chinese content-creation tool (write/title/outline/etc.). Commands exposed in SKILL.md (e.g., 'write', 'title', 'hot') map to script.sh, while calendar commands (weekly/monthly/block) are in calplan.sh. This dual-purpose packaging is inconsistent and could confuse users or agents about expected behavior.
Instruction Scope
SKILL.md instructs running local bash scripts and storing logs under ~/.local/share/calendar-planner-cn (overridable via CALENDAR_PLANNER_CN_DIR/XDG_DATA_HOME). The instructions do not direct reading arbitrary system files, accessing external credentials, or calling remote endpoints. However, SKILL.md references features like 'hot' (hot topic tracking) and platform suggestions that imply external data, but the included scripts only echo placeholder text and do not perform network access — this mismatch between claimed features and actual behavior is worth noting.
Install Mechanism
No install spec; this is instruction+bundled script content. There are only two local bash scripts provided — nothing is downloaded or installed from external URLs, so no high-risk install actions are present.
Credentials
The skill requests no credentials or special environment variables. It does write logs and data to a directory under the user's home (~/.local/share/calendar-planner-cn) and respects CALENDAR_PLANNER_CN_DIR/XDG_DATA_HOME overrides. Writing its own data files is proportionate, but users should be aware of local disk writes to their home directory.
Persistence & Privilege
always:false (no forced inclusion). The scripts create and write to their own data directory only. The skill does not modify other skills or system-wide agent settings. Autonomous invocation is allowed by default but not combined with other high-risk flags.
Scan Findings in Context
[unicode-control-chars] unexpected: Scanner detected unicode control characters in SKILL.md content. The provided SKILL.md text appears readable in the manifest, but presence of hidden control characters can be used for prompt-injection or display manipulation. This is unexpected for a simple local script-based tool and should be inspected; it may be benign (formatting/encoding) but could also indicate an attempt to manipulate rendering or prompts.
What to consider before installing
This package bundles two different sets of functionality (calendar-planning scripts and a Chinese content-creation script) while its description/README are inconsistent — that mismatch is the main red flag. The code itself is local bash scripts that only write logs under ~/.local/share/calendar-planner-cn and do not perform network calls or request credentials. Before installing or running: 1) review the two scripts yourself (they are short) to confirm behavior; 2) if you accept it, consider running in a sandbox/container or set CALENDAR_PLANNER_CN_DIR to a dedicated directory to avoid polluting your real home directory; 3) be cautious if you expected features like live 'hot' topic fetching — the scripts do not actually fetch remote data; and 4) investigate the reported unicode-control-chars in SKILL.md (open the file in a hex/visible-control-char viewer) — if control characters are present and unexplained, do not install until clarified. If you want greater assurance, ask the maintainer why the package mixes two purposes and request a clearer separation or documentation.Like a lobster shell, security has layers — review code before you run it.
Current versionv2.0.1
Download zipchineselatestproductivity
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
Calendar Planner CN
中文内容创作工具 — 写作生成、标题优化、大纲规划、文案润色、话题标签、平台适配、热点追踪、模板库、中英互译、校对检查。全流程覆盖中文自媒体内容创作。
命令列表
| 命令 | 说明 |
|---|---|
calendar-planner-cn write <主题> [字数] | 写作生成 — 按主题生成内容框架,可指定目标字数(默认500字) |
calendar-planner-cn title <关键词> | 标题生成 — 根据关键词生成多个标题变体(全攻略/避坑指南等) |
calendar-planner-cn outline <主题> | 大纲生成 — 生成引言→背景→要点→总结→互动的结构化大纲 |
calendar-planner-cn polish <文案> | 文案润色 — 提供润色建议:简洁、有力、口语化、加emoji |
calendar-planner-cn hashtag <关键词> | 话题标签 — 生成相关话题标签(#关键词 #分享 #干货 #推荐 #日常) |
calendar-planner-cn platform <内容> | 平台适配 — 针对知乎(长文深度)、小红书(图文种草)、公众号(专业输出)给出适配建议 |
calendar-planner-cn hot [话题] | 热点追踪 — 查看微博热搜/知乎热榜/抖音热点 |
calendar-planner-cn template [类型] | 模板库 — 提供测评/教程/种草/避坑/合集/对比等内容模板 |
calendar-planner-cn translate <文本> | 中英互译 — 输入中文或英文进行翻译 |
calendar-planner-cn proofread <文案> | 校对检查 — 检查错别字、标点、逻辑、敏感词 |
calendar-planner-cn help | 显示帮助信息 |
calendar-planner-cn version | 显示版本号 |
数据存储
所有操作记录存储在 ~/.local/share/calendar-planner-cn/ 目录下:
history.log— 统一操作日志,记录每条命令的时间戳和内容data.log— 数据文件
日志格式: MM-DD HH:MM <command>: <value>
可通过设置 CALENDAR_PLANNER_CN_DIR 或 XDG_DATA_HOME 环境变量自定义数据目录。
环境要求
- bash (版本 4+ 推荐)
- 标准 POSIX 工具:
date,cat,echo,grep - 无外部依赖,无需网络
- 支持 Linux, macOS, WSL
使用场景
- 自媒体内容创作 — 用
write生成文章框架,title优化标题,outline规划结构,快速产出高质量内容 - 多平台内容分发 — 用
platform获取知乎、小红书、公众号等不同平台的适配建议,一稿多发 - 蹭热点快速产出 — 用
hot追踪当前热点话题,结合template选择合适模板,快速创作热点内容 - 文案精修与校对 — 用
polish润色文案风格,proofread检查错别字和敏感词,确保内容质量 - 中英双语内容创作 — 用
translate进行中英互译,支持双语内容同步发布或英文资料本地化
示例
# 生成写作框架
calendar-planner-cn write "如何高效学英语" 800
# 生成多个标题选项
calendar-planner-cn title "时间管理"
# 生成文章大纲
calendar-planner-cn outline "远程办公效率"
# 润色文案
calendar-planner-cn polish "这个产品真的很好用推荐给大家"
# 生成话题标签
calendar-planner-cn hashtag "咖啡推荐"
# 获取平台适配建议
calendar-planner-cn platform "产品测评"
# 查看热点
calendar-planner-cn hot
# 浏览内容模板
calendar-planner-cn template
# 中英互译
calendar-planner-cn translate "人工智能改变生活"
# 校对文案
calendar-planner-cn proofread "这篇文章写的真好,值得推件"
推荐工作流
选题(hot/template) → 标题(title) → 大纲(outline) → 写作(write) → 润色(polish) → 校对(proofread) → 标签(hashtag) → 平台适配(platform) → 发布
工作原理
Calendar Planner CN 是一个轻量级中文内容创作辅助工具。所有命令通过 bash 脚本直接执行,每次操作都会记录到 history.log 中。工具覆盖从选题到发布的完整内容创作流程,适合自媒体运营者、内容创作者和文案工作者使用。
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
Files
4 totalSelect a file
Select a file to preview.
Comments
Loading comments…
