distance-calculator Skill
Calculate the great-circle distance between two locations. Use when the user wants to know how far apart two cities, towns, or places are. The skill asks for two locations, looks up their geographic coordinates via web search, then computes the distance with a Python script. Published by microsoft in new-copilot-studio-tech-guide.
What is distance-calculator Skill?
Calculate the great-circle distance between two locations. Use when the user wants to know how far apart two cities, towns, or places are. The skill asks for two locations, looks up their geographic coordinates via web search, then computes the distance with a Python script. Published by microsoft in new-copilot-studio-tech-guide. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use distance-calculator Skill
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/new-copilot-studio-tech-guide
- Skill file: sample/archive/solution-export/bundled/botcomponents/craede95_skill_md_af36a7c8105d/filedata/SKILL.md
What it does
Calculate the great-circle distance between two locations. Use when the user wants to know how far apart two cities, towns, or places are. The skill asks for two locations, looks up their geographic coordinates via web search, then computes the distance with a Python script.
Skill instructions
Distance Calculator This skill helps you calculate the distance between two locations on Earth. When to use Use this skill whenever the user asks something like: - "How far is it from Paris to Tokyo?" - "What's the distance between two cities?" - "Calculate the distance from A to B." Workflow Follow these steps in order. 1. Ask for the two locations If the user has not already provided both locations, ask them: Which two locations would you like to measure the distance between? Please give me a starting location and a destination (city, town, or place name — include the country/state if it might be ambiguous). Do not guess. Wait until you have both locations clearly identified. 2. Find the coordinates For each location, search the web to find its latitude and longitude in decimal degrees. - Search for something like: "<location name" latitude longitude decimal degrees. - Record the latitude and longitude for each location. - Latitude is positive for North, negative for South. - Longitu
Explore related resources
Frequently asked questions
What is distance-calculator?
distance-calculator is a open-source AI agent skill with Copy skill directory. Calculate the great-circle distance between two locations. Use when the user wants to know how far apart two cities, towns, or places are.
Who is distance-calculator best for?
distance-calculator is best for reusing agent instructions, scripts, and references, research workflows.
How do I install distance-calculator?
Install or run distance-calculator using Copy skill directory. Check distance-calculator for the latest setup command.
Is distance-calculator actively maintained?
distance-calculator may need a closer maintenance check before production use.
Auto-fetched from GitHub.