Calculate and list distances in kilometers
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/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.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill calculate-and-list-distances-in-kilometersAssembled 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.5 KB, 223 tokens by cl100k_base, as published. Nobody here has run it
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
- Calculate the distance in kilometers for each address provided.
- Output only the distance value followed by "km" for each address.
- Do not include the address text, the origin name, or any introductory/concluding remarks.
- 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 ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.