weather-transformer

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Weather 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

操作步骤

  1. Read Transformation Rules: Use the Read tool to read
    weather-orchestration/input.md
    which contains the transformation instructions.
  2. 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
  3. Write Output: Use the Write tool to save the transformed result to
    weather-orchestration/output.md
    with proper formatting.
  1. 读取转换规则:使用Read工具读取包含转换说明的
    weather-orchestration/input.md
    文件。
  2. 执行转换操作:对温度值应用转换规则。
    • 示例:若说明为“add +10”,则在温度值基础上加10
    • 示例:若说明为“multiply by 2”,则将温度值乘以2
  3. 写入输出结果:使用Write工具将转换后的结果保存到
    weather-orchestration/output.md
    文件,并确保格式正确。

Expected Input

预期输入

The temperature value from the weather-fetcher skill:
Temperature: [X]°C
来自weather-fetcher skill的温度值:
Temperature: [X]°C

Expected Output

预期输出

Write to
weather-orchestration/output.md
with format:
markdown
undefined
按照以下格式写入
weather-orchestration/output.md
markdown
undefined

Weather 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
undefined

Notes

注意事项

  • 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格式正确且可读性强