Goal Manager - 目标管理
v1.0.0支持使用OKR和SMART框架创建目标,更新关键结果进度,进行周期复盘,并提供13种目标模板辅助管理。
⭐ 0· 56·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (goal management with OKR/SMART, templates, tracking, reviews) match the included SKILL.md and the code: templates, create/update/view operations, and local JSON storage. No unrelated requirements (no cloud, no extra APIs).
Instruction Scope
SKILL.md instructs only on creating, viewing, updating, and reviewing goals and explicitly lists file read/write as the needed permission. It does not instruct the agent to read arbitrary system files, environment variables, or send data externally.
Install Mechanism
Instruction-only plus an included Python script; there is no install spec and no downloads. Risk from install mechanism is minimal (user runs the included Python code).
Credentials
The skill requests no environment variables, no credentials, and only needs local file read/write in its own directory to store goals/reviews — proportional to its purpose.
Persistence & Privilege
always is false and the skill does not request system-wide configuration or other skills' credentials. It persists data only to local goals.json and reviews.json in the skill directory.
Assessment
This skill appears to be a local goal manager that stores data in goals.json and reviews.json next to the script and does not access external networks or credentials. Before installing: (1) inspect the full goal_manager.py yourself (the provided snippet is safe but review the rest of the file to be certain), (2) be aware your goals/reviews are stored unencrypted locally — backup or place in a secure directory if data sensitivity is a concern, (3) run it in a restricted environment or VM if you want extra isolation, and (4) if you later enable calendar/notification integrations or third‑party features, re-check requested permissions and network endpoints.Like a lobster shell, security has layers — review code before you run it.
latestvk97dpdf9qbckvhdcwjses56rys83x50g
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
