Tutorial / Node 06
Tutorial 06 of 6 — Week 12
Skill Generator
Package your project into a reusable Skill document
What This Node Does
Synthesizes all outputs from the previous 5 nodes into a standardized Skill document (JSON format) that covers the 7 project requirements and can be installed on an AI Agent.
Role: Smart City Skill Document Generator
Inputs
Outputs
How to Configure on Coze
01Create an LLM Agent node, name it "Skill Generator"
02Model: doubao-seed-2-0-lite-260215, temperature 0.3
03Paste the system prompt
04Define ALL input variables from previous 5 nodes
05Define output: skill_document (string)
06Connect from ALL 5 previous nodes
Tips & Common Issues
This is your final deliverable — make sure all 7 project requirements are covered
The output must be valid JSON — test it with a JSON validator
The document should be self-contained (an Agent can understand your project from it alone)
Include Agent installation instructions so others can use your Skill
This directly addresses the Final Project (50%) assessment
Example
Connects To
This node's output feeds into the END (final output) node.