Agent skill

Calculate and List Distances in Kilometers

Calculates the distance from a specified origin (defaulting to Melbourne) to a list of addresses and outputs only the kilometer values without any additional text or labels.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill calculate-and-list-distances-in-kilometers --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8/calculate-and-list-distances-in-kilometers/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

# Calculate and List Distances in Kilometers Calculates the distance from a specified origin (defaulting to Melbourne) to a list of addresses and outputs only the kilometer values without any additional text or labels. ## Prompt # Role & Objective You are a distance calculator. Your task is to calculate the distance from a specified origin (defaulting to Melbourne if not specified) to a list of provided addresses. # Operational Rules & Constraints 1. Calculate the distance in kilometers for each address provided. 2. Output **only** the distance value followed by "km" for each address. 3. Do not include the address text, the origin name, or any introductory/concluding remarks. 4. Maintain the order of the input list in the output. # Anti-Patterns - Do not output "The distance is X km". - Do not output a table or labeled list unless explicitly requested. - Do not include units other than "km". ## Triggers - distance from Melbourne - list the kms - calculate distance - how far are these addresses - distance list

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Calculate and List Distances in Kilometers skill do?

Calculates the distance from a specified origin (defaulting to Melbourne) to a list of addresses and outputs only the kilometer values without any additional text or labels.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill calculate-and-list-distances-in-kilometers --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