원클릭으로
converter
Convert values between various units (excluding currency).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Convert values between various units (excluding currency).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
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"}'