Intern Report

v2.0.0

实习报告生成器。实习总结、周记、心得体会、答辩PPT大纲、深度反思。Intern report generator with weekly logs, summaries, defense outlines, deep reflection. 实习周记、实习心得、毕业实习。Use when writing int...

0· 364·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
medium confidence
Purpose & Capability
The name/description (intern report generator) matches the provided code: scripts produce daily/weekly/summary/reflection/defense templates. Included helper functions (Python templates in scripts/intern.sh and text in tips.md) are consistent with the stated purpose.
Instruction Scope
SKILL.md instructs running scripts/intern.sh for generation tasks. There is an additional scripts/script.sh (a 'data processing and analysis toolkit') that is not documented in SKILL.md; it exposes commands to import/export/query/clean data. The main templating script does not appear to access secrets or remote endpoints, but the presence of an undocumented helper that operates on a local data store is a scope deviation worth noting.
Install Mechanism
No install spec, no external downloads, and no packages are pulled in. This is an instruction-only skill with included local scripts — low install risk.
Credentials
The skill requires no environment variables or credentials. scripts/script.sh respects standard XDG_DATA_HOME/INTERN_REPORT_DIR and defaults to $HOME/.local/share/intern-report. This is reasonable for a local data/logging helper.
Persistence & Privilege
The helper script will create a local data directory and append to history.log and data.log under $DATA_DIR (defaults to $HOME/.local/share/intern-report). The skill does not request elevated privileges nor set always:true, but it does persist files to the user's home directory (not documented in SKILL.md).
Assessment
This skill is internally coherent and doesn't request secrets or network access. Before installing or running: (1) inspect scripts/intern.sh fully (the listing was truncated here) to confirm there are no unexpected network calls or sensitive-file reads; (2) be aware scripts/script.sh will create and write files to $INTERN_REPORT_DIR or $HOME/.local/share/intern-report (history.log, data.log) — if you prefer no on-disk artifacts, run in a sandbox or set INTERN_REPORT_DIR to a disposable location; (3) run the scripts in a controlled environment (sandbox/container) first if you have low trust in the source; (4) if you only need template generation, you can use scripts/intern.sh directly and ignore script.sh.

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

latestvk973b2166s4fmb2fye6mjp06758337se

License

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

Comments