AutoSkill 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.

install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8/calculate-and-list-distances-in-kilometers" ~/.claude/skills/ecnu-icalk-autoskill-calculate-and-list-distances-in-kilometers && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt3.5_8/calculate-and-list-distances-in-kilometers/SKILL.md
source content

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