con un clic
converter
Convert values between various units (excluding currency).
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Convert values between various units (excluding currency).
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Manage user schedules (add, update, delete, search).
Manage personal finances (income, expense, analytics).
Manage user notes (create, read, update, delete, search).
Scrape data from a specified URL using the scraping tool.
Performs a search or extracts content using the Tavily API.
Get current time information in a specific timezone using Python.
Basado en la clasificación ocupacional SOC
| name | Converter |
| description | Convert values between various units (excluding currency). |
A tool to convert values between various units (excluding currency). Supported categories include:
The skill is executed via a Python script: ~/.myaaw/skills/converter/scripts/converter.py.
It accepts a JSON string as the first argument calling the tool.
The input JSON should contain the following fields:
| Field | Type | Description | Required |
|---|---|---|---|
value | number | The value to convert. | Yes |
from_unit | string | The source unit (e.g., meter, ounce, celsius). | Yes |
to_unit | string | The target unit (e.g., kilometer, gram, fahrenheit). | Yes |
celsius, fahrenheit, kelvinmeter, kilometer, centimeter, inch, footgram, kilogram, ounce, poundliter, milliliter, gallon, quartsecond, minute, hourmeter per second, kilometer per hour, mile per hour.venv/bin/python ~/.myaaw/skills/converter/scripts/converter.py '{"value": 100, "from_unit": "celsius", "to_unit": "fahrenheit"}'