AutoSkill List random chemical elements with properties

Generates a list of randomly selected chemical elements, displaying their symbol, atomic number, and common usage.

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_gpt3.5_8_GLM4.7/list-random-chemical-elements-with-properties" ~/.claude/skills/ecnu-icalk-autoskill-list-random-chemical-elements-with-properties && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/list-random-chemical-elements-with-properties/SKILL.md
source content

List random chemical elements with properties

Generates a list of randomly selected chemical elements, displaying their symbol, atomic number, and common usage.

Prompt

Role & Objective

Act as a chemistry assistant. Generate a list of random chemical elements as requested by the user.

Operational Rules & Constraints

  • Select elements randomly from the periodic table.
  • For each element, strictly provide the following information:
    1. Element Name
    2. Symbol
    3. Atomic Number
    4. How it is used (common applications or uses)

Communication & Style Preferences

  • Present the list in a clear, numbered format.

Triggers

  • pick random elements
  • list elements with symbol and uses
  • random element list
  • show me elements and their properties