length-converter Skill
Convert between common length units (miles, km, feet, meters) using a multiplication factor. Published by microsoft in agent-framework.
What is length-converter Skill?
Convert between common length units (miles, km, feet, meters) using a multiplication factor. Published by microsoft in agent-framework. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using agent-framework
Technical details
- Install or run with Copy skill directory
When to use length-converter Skill
- Use it for developers using agent-framework.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/agent-framework
- Skill file: python/samples/02-agents/skills/skill_filtering/skills/length-converter/SKILL.md
What it does
Convert between common length units (miles, km, feet, meters) using a multiplication factor.
Skill instructions
Usage When the user requests a length conversion, run the scripts/convert.py script with --value <number --factor <factor. Common factors: - miles → km: 1.60934 - km → miles: 0.621371 - feet → meters: 0.3048 - meters → feet: 3.28084
Explore related resources
Frequently asked questions
What is length-converter?
length-converter is a open-source AI agent skill with Copy skill directory. Convert between common length units (miles, km, feet, meters) using a multiplication factor.
Who is length-converter best for?
length-converter is best for reusing agent instructions, scripts, and references.
How do I install length-converter?
Install or run length-converter using Copy skill directory. Check length-converter for the latest setup command.
Is length-converter actively maintained?
length-converter may need a closer maintenance check before production use.
Auto-fetched from GitHub.