Quick Converter
by @nihalmehta007
Fast offline unit/time/currency/crypto conversions — ideal for quick everyday math in agent chats.
clawhub install quick-converter📖 About This Skill
name: Quick Converter description: Fast offline unit/time/currency/crypto conversions — ideal for quick everyday math in agent chats. version: 1.0.0 tags: [utility, productivity, conversion, no-api, lightweight, india] homepage: https://github.com/nihalmehta007 emoji: "🔄" metadata: openclaw: requires: [] # no deps, no env vars files: []
Quick Converter
Use this skill anytime for instant, no-internet conversions like:
Relies on built-in formulas + approximate rates (updated March 2026). Always notes when values are estimates — great for casual use, but advise checking live sources for money/trading.
Available Actions
convert_units
Description: Length, weight, temperature, area, volume, speed, etc. Trigger phrases: convert X Y to Z, how many Z in X, X in Z units Arguments:Examples: User: 170 cm to feet and inches → call convert_units from_value=170 from_unit=cm to_unit=feet → "≈5 feet 6.93 inches (170 / 30.48 ≈ 5.577 ft)"
User: 100 kg to pounds → "≈220.46 lb (100 × 2.20462)"
Common factors (agent uses these):
convert_currency
Description: Approximate fiat conversions (INR-focused + major pairs) Trigger phrases: X INR to USD, Y dollars in rupees, Z euros to INR Arguments:Approximate rates (mid-March 2026):
Examples: User: 50000 INR to USD → ≈542.30 USD (using 1 USD ≈ 92.2 INR) — rate approximate as of March 2026
Note: Static estimates only. For banking/trading, always verify with live source (e.g., RBI, Google, Wise).
convert_crypto
Description: Rough BTC/ETH estimates to USD/INR Trigger phrases: 0.05 BTC in INR, 1000 USD worth of ETH approx Arguments:Approximate rates (mid-March 2026):
Examples: User: 0.1 BTC to INR → ≈6.36 lakh INR (0.1 × 69,000 × 92.2) — very approximate
Note: Crypto volatile; these are rough snapshots — use exchanges for real prices.
time_until
Description: Time delta to future date/time/event (IST default, Ahmedabad/Gujarat context) Trigger phrases: how long until 10 PM IST, hours to Diwali 2026, time left till weekend Arguments:Examples: User: how many hours until 10 PM IST? → call time_until target_time="10 PM IST" → (computes delta from now)
Known events:
Note: Agent uses current time (~March 10, 2026 IST) + standard calendar logic.
Best Practices & Tips
Install & use — feedback welcome for v1.2 (more units, better holidays, etc.) 🚀