Unit Converter
Unit Converter
Unit Converter by epam · 461b193
npx skillmds@latest add epam/unit-converter File contents
---name: unit-converterdescription: Unit Converter---# Unit Converter<!--TODO: Fill in the workflow for the agent. The script is at scripts/convert.py.See references/how-code-execution-works.md to understand how execute_code works.See examples.md for invocation examples and supported units.## Workflow### Step 1: Load the script (first call, session_id = "")Call execute_code with script_path, the conversion code, and session_id = "".Save the returned session_id for reuse.### Step 2: Write the conversion callPass as code: call convert_units(value, from_unit, to_unit) and print Category, Input, Result.### Step 3: Return outputReturn the printed output as-is.### Step 4: Reuse sessionOn follow-up conversions skip Step 1 — pass only code + saved session_id.### Step 5: Error handlingUnknown unit / incompatible categories: report the error and list supported units from examples.md.Invalid number: ask to clarify. Expired session: silently restart from Step 1.-->
epam/java-ai-applications-development-from-api-to-agents/tree/main/tasks/src/t12/skills/task/custom/_skills/unit-converter commit 461b19305e
Frequently asked questions
Run npx skillmds@latest add epam/unit-converter in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Unit Converter It is listed under Productivity, Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
epam (@epam) published this skill. Their other Agent Skills are listed on their SkillMD profile.