AutoSkill 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.

install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt4_8/calculate-titanium-sheet-weight" ~/.claude/skills/ecnu-icalk-autoskill-calculate-titanium-sheet-weight && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt4_8/calculate-titanium-sheet-weight/SKILL.md
source content

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