$npx -y skills add atian-create/lingzao-skill --skill handdrawn-route-map-cardLingzao lightweight visual workflow Skill for turning a city, food, travel, hiking, life checklist, study plan, creator workflow, AI workflow, or SOP topic into a Xiaohongshu-style hand-drawn collectible route-map card. Use for 手绘收藏地图, 手绘路线图, 美食地图, 旅游地图, 徒步路线地图, 生活清单地图, 工作流说明书地图,
| 1 | # Handdrawn Route Map Card |
| 2 | |
| 3 | Turn a topic into a save-worthy Xiaohongshu hand-drawn map card. The product is |
| 4 | not a generic poster prompt; it is a structured visual package that can become a |
| 5 | generated image. |
| 6 | |
| 7 | Search phrases: handdrawn route map card, 手绘收藏地图, 小红书手绘路线图, |
| 8 | 生活清单地图, 工作流说明书地图, 城市美食地图, 旅游路线地图, 徒步地图. |
| 9 | |
| 10 | ## Core Job |
| 11 | |
| 12 | Create a cream-paper watercolor card with: |
| 13 | |
| 14 | - one brush-calligraphy Chinese title |
| 15 | - one red hand-drawn underline |
| 16 | - one central winding route or checklist path |
| 17 | - 5-7 numbered nodes |
| 18 | - watercolor icons for each node |
| 19 | - one side collage of objects, foods, places, or tools |
| 20 | - one small side box for tips, deliverables, itinerary, or checklist |
| 21 | - one bottom reminder or save-worthy sentence |
| 22 | |
| 23 | Default platform: Xiaohongshu. |
| 24 | Default size: vertical 3:4. |
| 25 | |
| 26 | ## Input Contract |
| 27 | |
| 28 | Accept either a complete brief or a simple topic. |
| 29 | |
| 30 | Minimum useful input: |
| 31 | |
| 32 | ```text |
| 33 | 做一张【主题】手绘地图。 |
| 34 | 场景:【城市美食 / 旅游路线 / 徒步 / 生活清单 / 工作流】 |
| 35 | 节点:【可选,5-7 个】 |
| 36 | 风格:手绘食谱卡 / 奶油纸底 / 水彩路线图。 |
| 37 | ``` |
| 38 | |
| 39 | If the user gives only a topic, infer a first version and mark assumptions. Do |
| 40 | not stop on a long questionnaire. |
| 41 | |
| 42 | Ask only one short question when it changes the output materially: |
| 43 | |
| 44 | - 这张图更像【城市路线 / 清单 / 工作流】哪一种? |
| 45 | - 有没有必须出现的 5-7 个点位或步骤? |
| 46 | - 是要生图,还是先要结构稿? |
| 47 | |
| 48 | If the user clearly expects immediate output, proceed with reasonable |
| 49 | assumptions. |
| 50 | |
| 51 | ## Template Types |
| 52 | |
| 53 | ### 1. City Food Map |
| 54 | |
| 55 | Use for local-life and food exploration. |
| 56 | |
| 57 | Structure: |
| 58 | |
| 59 | - Title: `{city}美食地图` |
| 60 | - Subtitle: one route promise, such as `一天从老街吃到夜宵` |
| 61 | - Nodes: 5-7 neighborhoods, streets, or dishes |
| 62 | - Side collage: representative foods and drinks |
| 63 | - Side box: `打卡顺序` or `点单建议` |
| 64 | - Bottom note: spice, queueing, budget, or walking reminder |
| 65 | |
| 66 | Example request: |
| 67 | |
| 68 | ```text |
| 69 | 做一张长沙美食地图,手绘食谱卡风格。点位:太平街、坡子街、五一广场、南门口、冬瓜山、橘子洲。 |
| 70 | ``` |
| 71 | |
| 72 | Expected result: |
| 73 | |
| 74 | - route nodes with food icons |
| 75 | - left-side food collage |
| 76 | - right-side morning / afternoon / night order |
| 77 | - bottom reminder such as `辣度量力而行` |
| 78 | |
| 79 | ### 2. Travel Itinerary Map |
| 80 | |
| 81 | Use for province/city multi-day trips. |
| 82 | |
| 83 | Structure: |
| 84 | |
| 85 | - Title: `{place}旅游地图` |
| 86 | - Subtitle: `{theme} {days} 天游` |
| 87 | - Nodes: 5-7 cities, scenic spots, or route stops |
| 88 | - Side collage: landmarks, food, transport, luggage |
| 89 | - Side box: `路线建议`, `D1-D5`, or `避坑提醒` |
| 90 | - Bottom note: pace, weather, transport, or budget reminder |
| 91 | |
| 92 | Example request: |
| 93 | |
| 94 | ```text |
| 95 | 做一张贵州旅游地图,5 天游,包含贵阳、黄果树、小七孔、西江苗寨、镇远、梵净山。 |
| 96 | ``` |
| 97 | |
| 98 | ### 3. Hiking Route Map |
| 99 | |
| 100 | Use for hiking, outdoor, and nature routes. |
| 101 | |
| 102 | Structure: |
| 103 | |
| 104 | - Title: `{place}徒步路线地图` |
| 105 | - Subtitle: one terrain promise, such as `雪山峡谷 雨崩村` |
| 106 | - Nodes: trailheads, towns, viewpoints, lakes, waterfalls, camps |
| 107 | - Side collage: backpack, shoes, trekking poles, mountain, water, weather icon |
| 108 | - Side box: `难度提示`, `装备提醒`, or `高反注意` |
| 109 | - Bottom note: safety-first reminder |
| 110 | |
| 111 | Example request: |
| 112 | |
| 113 | ```text |
| 114 | 做一张云南徒步路线地图:丽江、虎跳峡、香格里拉、飞来寺、雨崩、神瀑/冰湖。 |
| 115 | ``` |
| 116 | |
| 117 | ### 4. Life Checklist Map |
| 118 | |
| 119 | Use for lifestyle, home reset, packing, study prep, seasonal routines, and |
| 120 | self-care lists. |
| 121 | |
| 122 | Structure: |
| 123 | |
| 124 | - Title: `{scenario}生活清单` |
| 125 | - Subtitle: one emotional promise, such as `把乱糟糟的一周收回来` |
| 126 | - Nodes: 5-7 small actions |
| 127 | - Side collage: cozy objects, food, clothes, stationery, plants, sunlight |
| 128 | - Side box: `今日小清单` |
| 129 | - Bottom note: comforting sentence |
| 130 | |
| 131 | Example request: |
| 132 | |
| 133 | ```text |
| 134 | 做一张周末回血生活清单地图。清单项:开窗喝水、洗衣晒被、冰箱清理、备菜煮汤、桌面归位、睡前拉伸。 |
| 135 | ``` |
| 136 | |
| 137 | Expected result: |
| 138 | |
| 139 | - a household route from morning to night |
| 140 | - cute home-object icons |
| 141 | - a 3-item mini checklist |
| 142 | - bottom note such as `慢一点 也算前进` |
| 143 | |
| 144 | ### 5. Workflow Manual Map |
| 145 | |
| 146 | Use for creator workflows, AI workflows, content production, publishing SOPs, |
| 147 | course paths, and repeatable business processes. |
| 148 | |
| 149 | Structure: |
| 150 | |
| 151 | - Title: `{result}工作流地图` or `{topic}说明书地图` |
| 152 | - Subtitle: one process promise, such as `从想法到发布复盘` |
| 153 | - Nodes: 5-7 action steps |
| 154 | - Side collage: desk, notebook, phone, folder, camera, cards, charts, tools |
| 155 | - Side box: `交付物`, `检查项`, or `输出结果` |
| 156 | - Bottom note: process principle |
| 157 | |
| 158 | Example request: |
| 159 | |
| 160 | ```text |
| 161 | 做一张图文发布工作流地图。步骤:收集灵感、判断选题、写出大纲、生成配图、发布检查、数据复盘。交付物:标题、图文、发布文案。 |
| 162 | ``` |
| 163 | |
| 164 | Expected result: |
| 165 | |
| 166 | - a route from input to output |
| 167 | - numbered workflow nodes |
| 168 | - deliverable cards |
| 169 | - bottom note such as `先跑通 再优化` |
| 170 | |
| 171 | ## Workflow |
| 172 | |
| 173 | 1. Classify the request into one of the five template types. |
| 174 | 2. Build the content structure: |
| 175 | - title |
| 176 | - subtitle |
| 177 | - 5-7 route/checklist/workflow nodes |
| 178 | - left-side collage subjects |
| 179 | - right-side mini box |
| 180 | - bottom reminder |
| 181 | 3. Check whether the nodes are real or user-provided. For current travel, |
| 182 | attraction, restaurant, price, opening-hour, or transport claims, verify |
| 183 | externally or say the map is a non-navigation inspiration draft. |
| 184 | 4. Create a generation brief. |
| 185 | 5. If image generation is available, generate the image and save |