Research product compositions using AI and web sources. Use when needing to find what products, substances, or objects are made of - including ingredients, materials, chemicals, and elements. Essential for building composition data.
This skill enables thorough research into what things are made of. Use it to gather accurate composition data for any product, substance, organism, or object.
Clarify exactly what we're researching:
Research in this order:
Official Sources (highest confidence)
Scientific Sources
Analysis Sources
Secondary Sources (verify independently)
Organize findings hierarchically:
Level 1: Product (iPhone 15 Pro)
└── Level 2: Component (Battery)
└── Level 3: Material (Lithium-ion cell)
└── Level 4: Chemical (Lithium cobalt oxide)
└── Level 5: Element (Li, Co, O)
For each data point:
Return research as structured JSON:
{
"subject": {
"name": "Product Name",
"category": "Category",
"variant": "Specific variant if applicable"
},
"composition": [
{
"name": "Component Name",
"percentage": 45.2,
"confidence": "verified",
"source": "https://source-url.com",
"type": "component",
"children": []
}
],
"sources": [
{
"url": "https://...",
"title": "Source Title",
"type": "official|scientific|analysis|secondary",
"accessed": "2024-01-15"
}
],
"notes": "Any caveats or limitations"
}