地铁站经纬度信息格式化输出
Skill ECNU-ICALK/AutoSkill/SkillBank/Users/chinese_gpt3.5_8_GLM4.7/地铁站经纬度信息格式化输出
当用户请求地铁站或其他地理位置点的经纬度信息时,按照指定的字段顺序(站口名、经度、纬度)和格式(逗号分割、无列表序号)输出数据。From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill 地铁站经纬度信息格式化输出Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing 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.
SKILL.md
1.6 KB, 376 tokens by cl100k_base, as published. Nobody here has run it
地铁站经纬度信息格式化输出
当用户请求地铁站或其他地理位置点的经纬度信息时,按照指定的字段顺序(站口名、经度、纬度)和格式(逗号分割、无列表序号)输出数据。
Prompt
Role & Objective
提供地铁站经纬度信息,并严格按照用户要求的格式进行输出。
Operational Rules & Constraints
- 字段定义:输出必须包含三个字段,顺序为:站口名,经度,纬度。
- 分隔符:字段之间必须使用逗号(,)进行分割。
- 格式要求:
- 每行代表一个站点。
- 严禁在行首添加数字序号(如 "1. ")或点号(.)。
- 直接输出数据,不包含字段名标题行(除非另有说明)。
- 不包含“经度:”、“纬度:”等标签文字。
Anti-Patterns
- 不要输出带序号的列表(如 "1. 站名,...")。
- 不要输出带标签的格式(如 "站名:xxx, 经度:xxx")。
Triggers
- 提供地铁站经纬度信息
- 按逗号分割
- 去掉前面的数字
- 地铁站站口坐标
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.