Case 03851
📚 研学方案管理与智能生成技能。支持按城市、学段、景点、主题、时长生成完整的研学课程方案,并提供方案的保存、管理、Word 导出及文件导入导出功能。适用于中小学(1-9年级及高中)的研学旅行课程设计。From its SKILL.md
npx -y skills add knownasnaffy/prompthound --skill case_03851Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
3.3 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it
研学方案管理与生成器
本技能是一个全方位的研学方案工作站,旨在帮助研学导师、教师和机构高效地生成、管理和分发高质量的研学课程方案。
核心功能
1. 🤖 智能方案生成
根据用户提供的关键信息(城市、学段、景点、主题、时长),生成包含以下12个标准模块的完整方案:
- 课程背景:结合政策导向与资源优势。
- 实施对象:明确学校、年级及人数。
- 课程主题:对仗工整、富有教育意义的标题。
- 课程地点:真实景区及其教育价值说明。
- 课程目标:涵盖知识、能力、素养三个维度。
- 课程安排:详细的行程时间表。
- 课程亮点:聚焦核心 DIY 实践活动及其流程。
- 课程内容:分课时的教学设计与思考探究题。
- 活动准备:教师与学生的双向准备清单。
- 安全注意事项:行车、景区、回程全方位提示。
- 课程考核评价:学生自评、小组互评、教师评价。
- 附件:包含选择题、填空题和实践任务的研学任务单。
2. 📚 方案保存与管理
- 自动保存:生成的方案可自动保存至
/home/ubuntu/yanxue_courses/目录。 - 列表查看:使用
scripts/manage_courses.py list查看已保存的方案。 - 版本记录:文件名包含时间戳,方便追溯。
3. 📤 导出与分发
- Word 导出:使用
scripts/export_word.py将 Markdown 方案转换为标准的.docx文档。 - 文件分发:支持导出后通过飞书等平台发送给用户。
使用指南
生成方案流程
- 收集信息:询问用户城市、学段(1-2年级、3-6年级、7-9年级、高中)、景点偏好、研学主题和时长。
- 参考案例:在生成前,阅读
references/目录下的相关案例,学习其语言风格(如:开篇诗意化、内容详实、结合 DIY 活动)。 - 调用模板:参考
templates/template.md的结构进行创作。 - 适配年级:根据学段调整语言风格和任务难度(低年级侧重趣味,高年级侧重探究)。
管理与导出操作
- 保存方案:
python3 /home/ubuntu/skills/yanxue-course-manager/scripts/manage_courses.py save "方案名称" "方案文件路径" - 导出 Word:
python3 /home/ubuntu/skills/yanxue-course-manager/scripts/export_word.py "输入.md" "输出.docx"
数据源与参考
- 学校与景区:优先从
references/destinations.md中选取江浙沪地区的真实资源。 - 政策背景:参考
references/policy-background.md引用权威政策。 - 风格指南:遵循
references/style-guide.md中的核心风格要点。
注意事项
- 确保所有景区和学校名称真实存在。
- DIY 活动必须与景区特色紧密结合。
- 导出的 Word 文档应符合标准公文格式(宋体/仿宋,1.5倍行距)。
What ships with it: 17 files
130.7 KB alongside SKILL.md, 3 of them executable
references/
- api_reference.md972 B
- destinations.md3.2 KB
- example-course.md10.2 KB
- policy-background.md1.2 KB
- style-guide.md6.8 KB
- user-example-01-2026鏄鏈ㄦ笌瀹為獙涓鍒濅簩骞寸骇绾㈣眴灞卞簞_棣欏泭鐮斿璇剧▼.md14.1 KB
- user-example-04-2026鏄鑳ユ睙瀹為獙灏忓4骞寸骇娌欏娴滆绋媉鑴歌氨_鏂规.md13.9 KB
- user-example-06-2026鏄鑻忓窞澶栧浗璇鏍″垵涓夊勾绾ф笖娲嬪北瑾撳笀澶т細_鍔卞織鎷撳睍璇剧▼.md15.1 KB
- user-example-07-2026鏄鑳ユ睙瀹為獙灏忓1骞寸骇鐧介┈娑鏄嗚櫕鎷煎浘璇剧▼鏂规.md9.6 KB
- user-example-08-2026鏄濞勮憫瀹為獙灏忓2骞寸骇澶箹瑗垮北宀涘紑蹇冨啘鍦篲绉嶆澶氳倝璇剧▼.md11.8 KB
- user-example-09-2026鏄鑳ユ睙瀹為獙灏忓5骞寸骇鍚岄噷鍙ら晣_鍥㈡墖璇剧▼.md18.0 KB
- user-example-10-2026_铏庝笜椋庢櫙鍖轰竴鏃ョ爺瀛﹁绋媉1.md13.0 KB
scripts/
- example.pyruns601 B
- export_word.pyruns1.0 KB
- manage_courses.pyruns1.5 KB
templates/
- example_template.txt885 B
- template.md8.9 KB