← Back to Skills Marketplace
ckchzh

Intern Report

by BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
435
Downloads
0
Stars
1
Active Installs
13
Versions
Install in OpenClaw
/install intern-report
Description
实习报告生成器。实习总结、周记、心得体会、答辩PPT大纲、深度反思。Intern report generator with weekly logs, summaries, defense outlines, deep reflection. 实习周记、实习心得、毕业实习。Use when writing int...
README (SKILL.md)

intern-report

实习报告和实习总结生成器。日报、周报、实习总结、心得体会、答辩PPT大纲、深度反思与职业规划。

Usage

Run the script at scripts/intern.sh with the following commands:

Command Description
intern.sh daily "今日工作" 生成实习日报
intern.sh weekly "本周内容" 生成实习周报(结构化+学到了什么)
intern.sh summary "实习单位" "岗位" "实习天数" 生成实习总结
intern.sh reflection "收获和感悟" 生成心得体会
intern.sh defense "实习内容" 答辩PPT大纲(8页,含答辩技巧)
intern.sh reflect "经历" 深度反思(可迁移能力+职业规划)
intern.sh help 显示帮助信息

Examples

# 实习日报
bash scripts/intern.sh daily "参与需求评审会议,完成登录页面UI开发"

# 实习周报
bash scripts/intern.sh weekly "完成用户模块前端开发,学习了React Hooks"

# 实习总结
bash scripts/intern.sh summary "阿里巴巴" "前端开发实习生" "90"

# 心得体会
bash scripts/intern.sh reflection "学会了团队协作,提升了编码能力"

# 答辩PPT大纲
bash scripts/intern.sh defense "前端页面开发,API对接,性能优化,代码评审"

# 深度反思
bash scripts/intern.sh reflect "参与产品开发,学习了敏捷流程,独立完成模块设计"

Requirements

  • Python 3.6+
  • No external dependencies

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: intern-report Version: 2.0.0 The skill bundle is a legitimate internship report generator providing templates for daily/weekly logs, summaries, and defense outlines. The primary logic in 'scripts/intern.sh' is a Python-based text formatter that generates reports based on user input, while 'scripts/script.sh' provides basic local logging and data management. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; all code is consistent with the stated purpose.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install intern-report
  3. After installation, invoke the skill by name or use /intern-report
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.4
yaml-fix+quality
v2.3.3
yaml-fix+quality
v2.3.2
Quality upgrade
v2.3.1
Quality upgrade: custom functionality
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v2.1.0
Enhanced descriptions for better AI triggering
v1.0.2
Runtime fix
v1.0.1
Add runtime declaration + security compliance
v1.1.1
v1.1.0
Pain-point upgrade: new commands solving real user problems, tips.md reference doc.
v1.0.0
Initial release with Chinese SEO keywords.
Metadata
Slug intern-report
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 13
Frequently Asked Questions

What is Intern Report?

实习报告生成器。实习总结、周记、心得体会、答辩PPT大纲、深度反思。Intern report generator with weekly logs, summaries, defense outlines, deep reflection. 实习周记、实习心得、毕业实习。Use when writing int... It is an AI Agent Skill for Claude Code / OpenClaw, with 435 downloads so far.

How do I install Intern Report?

Run "/install intern-report" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Intern Report free?

Yes, Intern Report is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Intern Report support?

Intern Report is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Intern Report?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.0.

💬 Comments