帮助小白记录环境变量,如电脑遇到不可知问题,可以优先访问log排查问题
v1.0.0在修改环境变量或系统变量时,记录改了什么,并用电脑小白能听懂的话解释这次改动会带来什么影响。也适用于用户表示某个程序、命令、环境或系统功能出了问题,但又说不清具体原因时,优先从相关 log、报错信息或可见线索入手;如果日志相关,就先有限排查 log 内容,再继续正常排查其他可能原因,并用电脑小白能听懂的话解释。常...
⭐ 0· 73·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 ask for recording environment-variable changes and explaining them to non-technical users; the SKILL.md and README instruct the agent to record changes, explain impacts, and check relevant logs. There are no unrelated environment variables, binaries, or external services requested, so requirements align with purpose.
Instruction Scope
Instructions direct the agent to inspect 'related logs, error messages or visible clues' and to perform a 'limited' log inspection before continuing. This is consistent with troubleshooting, but the guidance is somewhat vague about which log files/paths are appropriate. Because the agent could read any logs it has permission to access, there's a risk it will see sensitive data in logs; the skill does not explicitly constrain which files to read or how to handle sensitive contents.
Install Mechanism
No install spec or code files — instruction-only skill. Nothing is downloaded or written by an installer step. Lowest-risk install profile.
Credentials
Requires no environment variables, credentials, or config paths. The declared behavior (writing change records to logs/env-change-log.md) is reasonable for the stated purpose. There are no excessive or unrelated secrets requested.
Persistence & Privilege
always:false and no special privileges requested. The skill writes records to a local relative path (logs/env-change-log.md) per its design — this is consistent with its stated purpose and is not an elevated system privilege.
Assessment
This skill is coherent and appears to do what it says: record env-var changes and prioritize inspecting logs for troubleshooting. Things to consider before installing or using it:
- File writes: by default it will write records to logs/env-change-log.md in the agent's working directory. Confirm you are comfortable with that path and that the agent has permission to create that file.
- Log access: the skill asks the agent to 'look at related logs' — the agent will only be able to read files it has access to. Be cautious: logs can contain sensitive tokens, passwords, or personal data. If you want to limit exposure, tell the agent which specific log files or directories are safe to inspect.
- Avoid recording secrets: if a change or a log snippet contains secrets, instruct the agent not to record or to redact them before writing to env-change-log.md.
- Review outputs before sharing externally: the agent's explanations or logs may include sensitive details; inspect them before sending to anyone else.
- If you have stricter security requirements, consider adjusting the skill to (a) use an explicit, absolute path you control, (b) mandate redaction rules, or (c) restrict which log files the skill is allowed to read.
Overall: coherent and low-risk for typical usage, but exercise the usual caution around reading/storing logs that may contain sensitive information.Like a lobster shell, security has layers — review code before you run it.
latestvk979czyf7jxdh63c3459xryx5n83qnzm
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
