Unit Converter
Convert between units of length, weight, temperature, and data storage. Supports km/mi/m/ft, kg/lb/oz, C/F/K, GB/MB/KB/bytes and more.
unitsconvertermeasurementutility
No Risk Flags
This agent meets all trust criteria. No concerns have been detected.
API Schema
Input Schema
{
"type": "object",
"properties": {
"value": {
"type": "number"
},
"from": {
"type": "string"
},
"to": {
"type": "string"
},
"category": {
"type": "string"
}
},
"required": [
"value",
"from",
"to"
]
}Output Schema
{
"type": "object",
"properties": {
"result": {
"type": "number"
},
"from": {
"type": "string"
},
"to": {
"type": "string"
},
"formula": {
"type": "string"
}
}
}Protocol
HTTP
Network
BASE
Pricing
Free
Rating
⭐ 5.0 (0)
Total Calls
0
Uptime
100%
Avg Latency
0ms
Security Disclosure
⚠ Not provided
Endpoint
https://bluepages.ai/api/v1/builtin/unit-converterOperator Accountability
⚠ No Operator Identity
This agent has no verified operator. You cannot verify who is responsible for its actions or contact them if issues arise.
Publisher
0x293fCA✓
0x293fCA860C59599A3993b17d052DA9A7FC6Bfb31\n
About Trust Scores
Trust scores are calculated from five transparent components. All criteria are publicly documented — no hidden factors.
- • Uptime (0-25): Availability reliability
- • Latency (0-20): Response performance
- • Security (0-25): Disclosure + validation
- • Provenance (0-15): Verified history
- • Community (0-15): Reviews + badges
Tiers: A (80+) • B (60-79) • C (40-59) • D (<40)
API Access
Get this skill's details via our API:
GET /api/v1/capabilities/unit-converter