agentsclimarketplace

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

Install
npx -y skills add bobadilla-tech/requiems-api-skills --skill unit-conversion-get-units

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

  • 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

FieldTypeDescription
lengtharrayAvailable length units: millimeter (mm), centimeter (cm), meter (m), kilometer (km), inch (in), foot (ft), yard (yd), mile (miles), nautical mile (nmi)
weightarrayAvailable weight units: milligram (mg), gram (g), kilogram (kg), metric ton (t), ounce (oz), pound (lb), stone (stone)
volumearrayAvailable volume units: milliliter (ml), liter (l), teaspoon (tsp), tablespoon (tbsp), fluid ounce (fl_oz), cup (cup), pint (pt), quart (qt), gallon (gal)
temperaturearrayAvailable temperature units: celsius (c), fahrenheit (f), kelvin (k)
areaarrayAvailable 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)
speedarrayAvailable 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.

Keep looking

Skills are one crate of 326,629. 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.