weather-transformer
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWeather Transformer Skill
Weather Transformer Skill
This skill provides instructions for transforming temperature data.
本Skill提供温度数据转换的操作说明。
Task
任务
Apply mathematical transformations to a temperature value and write results to output file.
对温度值进行数学转换,并将结果写入输出文件。
Instructions
操作步骤
-
Read Transformation Rules: Use the Read tool to readwhich contains the transformation instructions.
weather-orchestration/input.md -
Apply Transformation: Apply the transformation rule to the temperature value.
- Example: If instruction says "add +10", add 10 to the temperature
- Example: If instruction says "multiply by 2", multiply temperature by 2
-
Write Output: Use the Write tool to save the transformed result towith proper formatting.
weather-orchestration/output.md
-
读取转换规则:使用Read工具读取包含转换说明的文件。
weather-orchestration/input.md -
执行转换操作:对温度值应用转换规则。
- 示例:若说明为“add +10”,则在温度值基础上加10
- 示例:若说明为“multiply by 2”,则将温度值乘以2
-
写入输出结果:使用Write工具将转换后的结果保存到文件,并确保格式正确。
weather-orchestration/output.md
Expected Input
预期输入
The temperature value from the weather-fetcher skill:
Temperature: [X]°C来自weather-fetcher skill的温度值:
Temperature: [X]°CExpected Output
预期输出
Write to with format:
weather-orchestration/output.mdmarkdown
undefined按照以下格式写入:
weather-orchestration/output.mdmarkdown
undefinedWeather Transformation Result
Weather Transformation Result
Original Temperature
Original Temperature
[X]°C
[X]°C
Transformation Applied
Transformation Applied
[description from weather-orchestration/input.md]
[description from weather-orchestration/input.md]
Final Result
Final Result
[Y]°C
[Y]°C
Calculation Details
Calculation Details
[X]°C [operation] = [Y]°C
undefined[X]°C [operation] = [Y]°C
undefinedNotes
注意事项
- Read the exact transformation from weather-orchestration/input.md - don't assume
- Show your work: include original value, transformation, and result
- Ensure weather-orchestration/output.md is properly formatted and readable
- 严格从weather-orchestration/input.md读取转换规则,请勿自行假设
- 展示计算过程:包含原始值、转换操作和结果
- 确保weather-orchestration/output.md格式正确且可读性强