Unit conversion get units
Skill bobadilla-tech/requiems-api-skills/skills/unit-conversion-get-units
Returns all available unit conversion types grouped by measurement categoryFrom its SKILL.md
npx -y skills add bobadilla-tech/requiems-api-skills --skill unit-conversion-get-unitsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.9 KB, 548 tokens by cl100k_base, as published. Nobody here has run it
Endpoint
GET https://api.requiems.xyz/v1/technology/convert/units
List Available Units
Returns all available unit conversion types grouped by measurement category
Response Example
{
"data": {
"length": ["cm", "ft", "in", "km", "m", "miles", "mm", "nmi", "yd"],
"weight": ["g", "kg", "lb", "mg", "oz", "stone", "t"],
"volume": ["cup", "fl_oz", "gal", "l", "ml", "pt", "qt", "tbsp", "tsp"],
"temperature": ["c", "f", "k"],
"area": ["acre", "cm2", "ft2", "ha", "in2", "km2", "m2", "mm2", "yd2"],
"speed": ["km_h", "knots", "m_s", "mph"]
},
"metadata": {
"timestamp": "2026-01-01T00:00:00Z"
}
}
Response Fields
| Field | Type | Description |
|---|---|---|
length | array | Available length units: millimeter (mm), centimeter (cm), meter (m), kilometer (km), inch (in), foot (ft), yard (yd), mile (miles), nautical mile (nmi) |
weight | array | Available weight units: milligram (mg), gram (g), kilogram (kg), metric ton (t), ounce (oz), pound (lb), stone (stone) |
volume | array | Available volume units: milliliter (ml), liter (l), teaspoon (tsp), tablespoon (tbsp), fluid ounce (fl_oz), cup (cup), pint (pt), quart (qt), gallon (gal) |
temperature | array | Available temperature units: celsius (c), fahrenheit (f), kelvin (k) |
area | array | Available area units: square millimeter (mm2), square centimeter (cm2), square meter (m2), square kilometer (km2), square inch (in2), square foot (ft2), square yard (yd2), acre (acre), hectare (ha) |
speed | array | Available speed units: meters per second (m_s), kilometers per hour (km_h), miles per hour (mph), knots (knots) |
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.