agentsclimarketplace

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

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill calculate-and-list-distances-in-kilometers

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

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