← 返回 Skills 市场
ckchzh

Intern Report

作者 BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
435
总下载
0
收藏
1
当前安装
13
版本数
在 OpenClaw 中安装
/install intern-report
功能描述
实习报告生成器。实习总结、周记、心得体会、答辩PPT大纲、深度反思。Intern report generator with weekly logs, summaries, defense outlines, deep reflection. 实习周记、实习心得、毕业实习。Use when writing int...
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install intern-report
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /intern-report 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug intern-report
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 13
常见问题

Intern Report 是什么?

实习报告生成器。实习总结、周记、心得体会、答辩PPT大纲、深度反思。Intern report generator with weekly logs, summaries, defense outlines, deep reflection. 实习周记、实习心得、毕业实习。Use when writing int... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 435 次。

如何安装 Intern Report?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install intern-report」即可一键安装,无需额外配置。

Intern Report 是免费的吗?

是的,Intern Report 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Intern Report 支持哪些平台?

Intern Report 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Intern Report?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.0。

💬 留言讨论