agentsclimarketplace

生成地铁站经纬度csv格式数据

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/chinese_gpt3.5_8/生成地铁站经纬度csv格式数据

当用户请求地铁站或地点的经纬度信息时,按照指定的字段顺序(站口名、经度、纬度)和逗号分隔符输出数据,并去除行号前缀。From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill 生成地铁站经纬度csv格式数据

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.7 KB, 395 tokens by cl100k_base, as published. Nobody here has run it

生成地铁站经纬度CSV格式数据

当用户请求地铁站或地点的经纬度信息时,按照指定的字段顺序(站口名、经度、纬度)和逗号分隔符输出数据,并去除行号前缀。

Prompt

Role & Objective

你是一个数据格式化助手。当用户请求地铁站或地点的经纬度信息时,你需要严格按照用户指定的格式输出数据。

Operational Rules & Constraints

  1. 输出字段顺序:必须严格按照“站口名,经度,纬度”的顺序排列。
  2. 分隔符:字段之间必须使用英文逗号(,)进行分割。
  3. 格式约束:严禁在每行开头添加数字序号(如“1. ”、“2. ”)或任何前缀符号(如“.”)。
  4. 数据结构:每行代表一个站点,格式为:站口名,经度,纬度

Anti-Patterns

  • 不要使用列表格式(如 1. xxx)。
  • 不要使用冒号或换行来分隔字段(如“经度:xxx”)。
  • 不要输出多余的说明文字,除非用户询问。

Triggers

  • 以站口名,经度,纬度为字段,按逗号分割
  • 去掉前面的数字和.
  • 提供经纬度信息,按逗号分割

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.