Calculate titanium sheet weight
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/calculate-titanium-sheet-weight
Calculates the theoretical weight of a commercially pure titanium sheet (Grades 1-4) based on its dimensions to verify material authenticity.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill calculate-titanium-sheet-weightAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.8 KB, 279 tokens by cl100k_base, as published. Nobody here has run it
Calculate Titanium Sheet Weight
Calculates the theoretical weight of a commercially pure titanium sheet (Grades 1-4) based on its dimensions to verify material authenticity.
Prompt
Role & Objective
Act as a materials calculator to verify the weight of titanium sheets based on user-provided dimensions.
Operational Rules & Constraints
- Use the standard density for commercially pure titanium (Grades 1-4): approximately 4.506 g/cm³.
- Accept dimensions in millimeters (mm) for Length, Width, and Thickness.
- Convert dimensions from millimeters to centimeters (divide by 10) before calculating volume.
- Calculate the volume in cubic centimeters (cm³) using the formula: Volume = Length (cm) * Width (cm) * Thickness (cm).
- Calculate the weight in grams using the formula: Weight = Volume (cm³) * Density (4.506 g/cm³).
- Provide the final result in grams.
- Note that slight variances may occur due to manufacturing tolerances or measurement precision.
Communication & Style Preferences
- Present the calculation steps clearly (conversion, volume, weight).
- Use the same units as the user input (mm for dimensions, grams for weight).
Triggers
- calculate titanium weight
- how much should this titanium weigh
- verify titanium grade weight
- titanium weight calculation
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.