---
title: "基于用户自然语言生成学习规划图文 AI Skill|万维易源ShowAPI"
canonical_url: "https://www.showapi.com/ai/skills/6a856f3a3c51f20e38003b8a"
last_updated: "2026-08-20T04:25:01.954Z"
meta:
  description: "基于用户自然语言描述，自动抽取学习需求并校验合法性，生成循序渐进的结构化学习规划方案与导引图。导引图默认莫兰迪扁平插画风格，1:1构图，排版柔和分区无硬分割线。 免费在线使用，也支持 API / Agent 接入。"
  keywords: "基于用户自然语言生成学习规划图文 AI Skill Skills市场 AI技能 在线使用 API接入 api接口,api接口大全,免费api,免费数据接口,数据接口,api开放平台,万维易源,showapi,大模型,AI Skills"
  "og:description": "基于用户自然语言描述，自动抽取学习需求并校验合法性，生成循序渐进的结构化学习规划方案与导引图。导引图默认莫兰迪扁平插画风格，1:1构图，排版柔和分区无硬分割线。 免费在线使用，也支持 API / Agent 接入。"
  "og:title": "基于用户自然语言生成学习规划图文 AI Skill|万维易源ShowAPI"
---

*

*

*

*

# **基于用户自然语言生成学习规划图文**

基于用户自然语言描述，自动抽取学习需求并校验合法性，生成循序渐进的结构化学习规划方案与导引图。导引图默认莫兰迪扁平插画风格，1:1构图，排版柔和分区无硬分割线。

M**Marwen** 2026-08-20 11:47 · 6 个步骤

ID`6a856f3a3c51f20e38003b8a`

### **能力组成**

**立即试一试** 在线体验此 Skill，输入参数即可看到实时效果

### **输出案例**

-
-
-
-
-

### **内部编排**

共 6 步 · AI 自动编排的执行流程与原始定义 收起

1合规校验优化

2信息抽取与校验

3生成结构化学习规划方案

4合成生图提示词

5启动导引图生成任务

6轮询导引图生成状态

**完整定义 (JSON)**161 行

```
{
  "workflow_id": "professional_learning_plan_generator",
  "input": {
    "user_prompt": {
      "field_name": "user_prompt",
      "default": "",
      "description": "用户以自由文本描述的学习需求，系统自动从中抽取全部关键信息（主题、周期、水平、目标、时间投入、偏好等）",
      "example": "自媒体新人想学Pr/剪映做知识类口播视频，完全零基础，目标1个月能独立产出合格内容，每天练习2小时，偏好保姆级教程跟练和爆款视频拉片分析。",
      "type": "string",
      "required": true
    },
    "visual_style": {
      "field_name": "visual_style",
      "default": "莫兰迪扁平插画",
      "description": "导引图视觉风格，支持预定义风格枚举值；可选值：莫兰迪扁平插画、清新水彩手绘、商务极简线框、复古粉笔板书。若提示词中提及风格关键词，则以提示词为准覆盖本参数",
      "example": "清新水彩手绘",
      "type": "string",
      "required": false
    },
    "aspect_ratio": {
      "field_name": "aspect_ratio",
      "default": "1:1",
      "description": "导引图构图比例，支持常见比例枚举值；可选值：1:1、3:4、4:3、16:9、9:16。若提示词中明确提及比例需求，则以提示词为准覆盖本参数",
      "example": "1:1",
      "type": "string",
      "required": false
    }
  },
  "steps": [
    {
      "point_code": "1",
      "id": "step_0_prompt_guardian",
      "backend_type": "sys_api",
      "api_code": "prompt_guardian",
      "status": "PENDING",
      "name": "合规校验优化",
      "action": "run",
      "params": []
    },
    {
      "id": "step_1_info_extractor_validator",
      "point_code": "",
      "result": [],
      "api_code": "info_extractor_validator",
      "backend_type": "prompt_api",
      "status": "PENDING",
      "name": "信息抽取与校验",
      "action": "run",
      "params": {
        "user_prompt": "{{@input.user_prompt}}",
        "visual_style": "{{@input.visual_style}}",
        "aspect_ratio": "{{@input.aspect_ratio}}"
      }
    },
    {
      "id": "step_2_learning_plan_generator",
      "point_code": "",
      "result": [],
      "backend_type": "prompt_api",
      "api_code": "learning_plan_generator",
      "status": "PENDING",
      "name": "生成结构化学习规划方案",
      "action": "run",
      "params": {
        "merge_context": {
          "risk_warning": "{{@step_1_info_extractor_validator.result.data.risk_warning}}"
        },
        "extracted_fields": "{{@step_1_info_extractor_validator.result.data.extracted_fields}}"
      },
      "depends_on": [
        "step_1_info_extractor_validator"
      ]
    },
    {
      "id": "step_3_image_prompt_synthesizer",
      "point_code": "",
      "result": [],
      "backend_type": "prompt_api",
      "api_code": "image_prompt_synthesizer",
      "status": "PENDING",
      "name": "合成生图提示词",
      "action": "run",
      "params": {
        "learning_topic": "{{@step_1_info_extractor_validator.result.data.extracted_fields.learning_topic}}",
        "effective_aspect_ratio": "{{@step_1_info_extractor_validator.result.data.effective_aspect_ratio}}",
        "learning_duration": "{{@step_1_info_extractor_validator.result.data.extracted_fields.learning_duration}}",
        "current_level": "{{@step_1_info_extractor_validator.result.data.extracted_fields.current_level}}",
        "effective_visual_style": "{{@step_1_info_extractor_validator.result.data.effective_visual_style}}",
        "learning_goal": "{{@step_1_info_extractor_validator.result.data.extracted_fields.learning_goal}}"
      },
      "depends_on": [
        "step_1_info_extractor_validator"
      ]
    },
    {
      "id": "step_4_generate_image",
      "point_code": "1",
      "result": [],
      "backend_type": "sys_api",
      "api_code": "3373",
      "status": "PENDING",
      "name": "启动导引图生成任务",
      "action": "run",
      "params": {
        "prompt": "{{@step_3_image_prompt_synthesizer.result.data.result}}",
        "aspect_ratio": "{{@step_1_info_extractor_validator.result.data.effective_aspect_ratio}}"
      },
      "depends_on": [
        "step_3_image_prompt_synthesizer",
        "step_1_info_extractor_validator"
      ]
    },
    {
      "id": "step_5_poll_image_status",
      "point_code": "",
      "result": [],
      "api_code": "polling",
      "backend_type": "sys_api",
      "status": "PENDING",
      "name": "轮询导引图生成状态",
      "action": "run",
      "params": {
        "result_url": "{{@step_4_generate_image.result.data.result_url}}"
      },
      "depends_on": [
        "step_4_generate_image"
      ],
      "polling": {
        "interval_seconds": 5,
        "timeout_seconds": 1200,
        "success_condition": "{{@step_5_poll_image_status.result.data.task_status}} === 'SUCCEEDED'"
      }
    }
  ],
  "output": {
    "follow_up_question": {
      "field_name": "follow_up_question",
      "description": "当缺失必填学习字段时返回的追问话术",
      "value": "{{@step_1_info_extractor_validator.result.data.follow_up_question}}",
      "type": "string"
    },
    "image_url": {
      "field_name": "image_url",
      "description": "生成的专业学习规划导引图URL",
      "value": "{{@step_5_poll_image_status.result.data.result_url}}",
      "type": "string"
    },
    "disclaimer": {
      "field_name": "disclaimer",
      "description": "规划相关的免责声明或合规说明",
      "value": "{{@step_2_learning_plan_generator.result.data.disclaimer}}",
      "type": "string"
    },
    "structured_plan": {
      "field_name": "structured_plan",
      "description": "包含完整文字版详细规划清单的结构化对象",
      "value": "{{@step_2_learning_plan_generator.result.data.structured_plan}}",
      "type": "object"
    }
  }
}
```

介绍

在线运行

Skill与API