Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes...
npx skills add yueweilu/ai-agent-skills --skill "currency-converter"
Install specific skill from multi-skill repository
# Description
Convert amounts between different currencies using real-time exchange rates.
# SKILL.md
name: currency-converter
description: Convert amounts between different currencies using real-time exchange rates.
currency-converter Skill
Currency Converter Skill | 汇率转换技能
Convert currency amounts using the Frankfurter API (no API key required).
Tools
convert.py
Location: skills/currency-converter/convert.py
Usage:
python skills/currency-converter/convert.py [amount] [from_currency] [to_currency]
Example:
python skills/currency-converter/convert.py 100 USD CNY
Output:
JSON containing the converted amount and the current exchange rate.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.