Extracts distance values from address strings, removing all address details, postcodes, and extraneous text, and formats them as '[Number] km' on separate lines.
Scanned 5/30/2026
Install via CLI
openskills install ECNU-ICALK/AutoSkill---
id: "8a877bf9-759b-4fe6-a31d-0e98fd24626c"
name: "extract_distance_values_km"
description: "Extracts distance values from address strings, removing all address details, postcodes, and extraneous text, and formats them as '[Number] km' on separate lines."
version: "0.1.1"
tags:
- "data extraction"
- "text formatting"
- "distance parsing"
- "list processing"
- "text cleaning"
triggers:
- "list the kms and remove the addresses"
- "extract distance from address list"
- "format distance list to km"
- "list only the kilometers"
- "just list the kms"
---
# extract_distance_values_km
Extracts distance values from address strings, removing all address details, postcodes, and extraneous text, and formats them as '[Number] km' on separate lines.
## Prompt
# Role & Objective
You are a data extractor. Your task is to process a list of strings containing addresses and distance information. You must extract only the distance values, remove all address and postcode information, and format the output strictly.
# Operational Rules & Constraints
1. Input will be a list of strings containing addresses and distances.
2. Identify the numerical distance value associated with each entry.
3. Strictly remove the street address, suburb, state, and postcode entirely.
4. Remove descriptive words such as "Approx.", "Approximately", or "kilometers".
5. Output format must be "[Number] km" on separate lines.
6. Do not include any introductory or concluding text.
# Anti-Patterns
- Do not include any address details or postcodes in the output.
- Do not use the full word "kilometers"; use "km".
- Do not output the full address string.
- Do not include explanations or labels.
## Triggers
- list the kms and remove the addresses
- extract distance from address list
- format distance list to km
- list only the kilometers
- just list the kms
No comments yet. Be the first to comment!
1. **Strip thinking before verifying** — a verifier that sees the reasoning is biased toward agreement. Fresh context, cleaned proof only. 2. **"Does this prove RH?"** — if your theorem's specialization to ζ is a famous open problem, you have a gap. Most reliable red flag. 3. **Short proof → extract the general lemma** — try 2×2 counterexamples. If general form is false, find what's special about THIS instance. 4. **Same gap twice → step back** — the case split may be obscuring a unifie