manifest.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "teaching-resource-generator",
  3. "version": "1.0.0",
  4. "description": "帮助生成各种教学资源,包括课件、练习题、教学案例、学习指南等。适用于快速创建高质量的教学材料。",
  5. "author": "Teaching AI",
  6. "type": "workflow-plugin",
  7. "workflows": [
  8. {
  9. "id": "teaching-resource-generator",
  10. "name": "教学资源生成技能",
  11. "description": "帮助生成各种教学资源,包括课件、练习题、教学案例、学习指南等。适用于快速创建高质量的教学材料。",
  12. "steps": [
  13. {
  14. "id": 1,
  15. "name": "**内容规划**",
  16. "description": "**内容规划**: 确定课件主题和结构",
  17. "type": "instruction"
  18. },
  19. {
  20. "id": 2,
  21. "name": "**内容生成**",
  22. "description": "**内容生成**: 创建每张幻灯片的内容",
  23. "type": "instruction"
  24. },
  25. {
  26. "id": 3,
  27. "name": "**视觉设计**",
  28. "description": "**视觉设计**: 添加图表、图片和视觉元素",
  29. "type": "instruction"
  30. },
  31. {
  32. "id": 4,
  33. "name": "**互动设计**",
  34. "description": "**互动设计**: 设计互动环节和讨论问题",
  35. "type": "instruction"
  36. },
  37. {
  38. "id": 5,
  39. "name": "**优化完善**",
  40. "description": "**优化完善**: 检查逻辑和视觉效果",
  41. "type": "instruction"
  42. }
  43. ],
  44. "inputs": [],
  45. "outputs": []
  46. }
  47. ]
  48. }