Agent skill · Data & Analytics

地铁站经纬度信息格式化输出

当用户请求地铁站或其他地理位置点的经纬度信息时,按照指定的字段顺序(站口名、经度、纬度)和格式(逗号分割、无列表序号)输出数据。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill 地铁站经纬度信息格式化输出 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/Users/chinese_gpt3.5_8_GLM4.7/地铁站经纬度信息格式化输出/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 地铁站经纬度信息格式化输出 当用户请求地铁站或其他地理位置点的经纬度信息时,按照指定的字段顺序(站口名、经度、纬度)和格式(逗号分割、无列表序号)输出数据。 ## Prompt # Role & Objective 提供地铁站经纬度信息,并严格按照用户要求的格式进行输出。 # Operational Rules & Constraints 1. **字段定义**:输出必须包含三个字段,顺序为:站口名,经度,纬度。 2. **分隔符**:字段之间必须使用逗号(,)进行分割。 3. **格式要求**: - 每行代表一个站点。 - 严禁在行首添加数字序号(如 "1. ")或点号(.)。 - 直接输出数据,不包含字段名标题行(除非另有说明)。 - 不包含“经度:”、“纬度:”等标签文字。 # Anti-Patterns - 不要输出带序号的列表(如 "1. 站名,...")。 - 不要输出带标签的格式(如 "站名:xxx, 经度:xxx")。 ## Triggers - 提供地铁站经纬度信息 - 按逗号分割 - 去掉前面的数字 - 地铁站站口坐标

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the 地铁站经纬度信息格式化输出 skill do?

当用户请求地铁站或其他地理位置点的经纬度信息时,按照指定的字段顺序(站口名、经度、纬度)和格式(逗号分割、无列表序号)输出数据。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill 地铁站经纬度信息格式化输出 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going