返回技能列表

identify-gemstone

pjt222
更新于 2 days ago
6 次查看
17
2
17
在 GitHub 上查看
aitestingdesign

关于

This skill identifies gemstone species by analyzing optical properties, physical tests, and inclusions. It helps verify authenticity, distinguish natural stones from simulants, and ensure safe handling of rough material. Key capabilities include testing refractive index, specific gravity, and spectroscopy indicators.

快速安装

Claude Code

推荐
主要方式
npx skills add pjt222/agent-almanac -a claude-code
插件命令备选方式
/plugin add https://github.com/pjt222/agent-almanac
Git 克隆备选方式
git clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/identify-gemstone

在 Claude Code 中复制并粘贴此命令以安装该技能

技能文档

Identify Gemstone

Systematic physical + optical + inclusion analysis → species ID via elimination.

Use When

  • Unknown gemstone → ID species
  • Verify seller claim
  • Distinguish natural from simulant/synthetic
  • Build gemological literacy
  • ID rough pre-cut for safe handling

In

  • Required: specimen (loose preferred; mounted limits testing)
  • Optional: refractometer + RI fluid (1.81 std)
  • Optional: dichroscope (pleochroism)
  • Optional: Chelsea colour filter
  • Optional: SG balance / heavy liquids
  • Optional: 10× loupe / gem microscope
  • Optional: UV lamp (LW 365nm + SW 254nm)
  • Optional: polariscope (optic character)

Do

Step 1: Visual inspection

Visual Inspection Checklist:
+--------------------+------------------------------------------+
| Observation        | Record                                   |
+--------------------+------------------------------------------+
| Colour             | Hue (red, blue, green...), saturation    |
|                    | (vivid, moderate, weak), tone            |
|                    | (light, medium, dark)                    |
+--------------------+------------------------------------------+
| Transparency       | Transparent, translucent, opaque         |
+--------------------+------------------------------------------+
| Luster             | Adamantine, vitreous, waxy, pearly,      |
|                    | silky, resinous                          |
+--------------------+------------------------------------------+
| Cut style          | Faceted, cabochon, carved, rough         |
+--------------------+------------------------------------------+
| Estimated size     | Approximate dimensions (mm) and weight   |
+--------------------+------------------------------------------+
| Surface condition  | Scratches, chips, abrasion, wear pattern |
+--------------------+------------------------------------------+
| Phenomena          | Star (asterism), cat's eye               |
|                    | (chatoyancy), play of colour, colour     |
|                    | change, adularescence                    |
+--------------------+------------------------------------------+
  1. Body colour under daylight-eq (5500-6500K)
  2. Colour zoning → view from angles
  3. Transparency + luster → narrow candidates fast
  4. Phenomena (star, cat's eye, play of colour)
  5. Visible inclusions (no mag)

→ Complete visual profile: colour + transparency + luster + phenomena. Narrows to shortlist.

If err: poor lighting (yellow indoor) → note limitation. Daylight-eq strongly preferred. Incandescent shifts colour → can misID colour-change stones.

Step 2: Physical property testing

Key Physical Properties:
+--------------------+------------------------------------------+
| Property           | Method                                   |
+--------------------+------------------------------------------+
| Hardness (Mohs)    | Scratch test against reference minerals  |
|                    | or hardness pencils. CAUTION: Do NOT     |
|                    | scratch faceted gemstones — use other    |
|                    | tests instead for cut stones             |
+--------------------+------------------------------------------+
| Specific gravity   | Hydrostatic weighing:                    |
| (SG)               | SG = weight in air / (weight in air -    |
|                    | weight in water)                         |
|                    |                                          |
|                    | Common SG values:                        |
|                    | Quartz: 2.65                             |
|                    | Beryl: 2.68-2.74                         |
|                    | Tourmaline: 3.02-3.26                    |
|                    | Topaz: 3.53                              |
|                    | Corundum: 3.99-4.01                      |
|                    | Zircon: 4.60-4.73                        |
|                    | CZ: 5.65-5.95                            |
+--------------------+------------------------------------------+
| Heft               | Does the stone feel heavier or lighter   |
|                    | than expected for its size?              |
|                    | CZ and zircon feel noticeably heavy      |
|                    | Quartz and glass feel average            |
+--------------------+------------------------------------------+
  1. Rough → Mohs scale
  2. Cut → hydrostatic SG
  3. Heft → experienced can distinguish CZ vs diamond by weight
  4. Note cleavage planes

→ Hardness range (rough) or SG (cut) differentiates. SG = most powerful single diagnostic for cut.

If err: no balance → heft as rough guide. "Too heavy" → high SG (>3.5). Hardness would damage cut → skip to optical.

Step 3: Optical tests

Optical Property Tests:
+--------------------+------------------------------------------+
| Test               | What It Reveals                          |
+--------------------+------------------------------------------+
| Refractive Index   | Measured on refractometer with RI fluid  |
| (RI)               | Diagnostic for most species:             |
|                    | Quartz: 1.544-1.553                      |
|                    | Beryl: 1.577-1.583                       |
|                    | Tourmaline: 1.624-1.644                  |
|                    | Topaz: 1.609-1.617                       |
|                    | Corundum: 1.762-1.770                    |
|                    | Spinel: 1.718                            |
|                    | Diamond: 2.417 (OTL on refractometer)    |
|                    | CZ: 2.15 (OTL on refractometer)          |
+--------------------+------------------------------------------+
| Birefringence      | Difference between high and low RI       |
| (BR)               | Quartz: 0.009                            |
|                    | Corundum: 0.008                          |
|                    | Tourmaline: 0.018-0.020                  |
|                    | Singly refractive: 0 (spinel, garnet,    |
|                    | diamond)                                 |
+--------------------+------------------------------------------+
| Pleochroism        | Colour variation with crystal direction  |
| (dichroscope)      | Strong: tourmaline, tanzanite, iolite    |
|                    | Moderate: corundum, topaz                |
|                    | None: singly refractive stones           |
+--------------------+------------------------------------------+
| Optic character    | Singly refractive (SR), doubly           |
| (polariscope)      | refractive (DR), aggregate (AGG)         |
+--------------------+------------------------------------------+
| UV fluorescence    | Long-wave and short-wave UV response     |
|                    | Diamond: often blue (LWUV)               |
|                    | Ruby: strong red (LWUV)                  |
|                    | Emerald: usually inert                   |
+--------------------+------------------------------------------+
| Chelsea filter     | Transmits deep red and yellow-green      |
|                    | Emerald (Cr): appears red/pink           |
|                    | Aquamarine: appears green                |
|                    | Blue synthetic spinel: appears red       |
+--------------------+------------------------------------------+
  1. RI → both high + low for birefringence
  2. Pleochroism via dichroscope → rotate + note colour changes
  3. Polariscope → SR vs DR vs AGG
  4. UV LW + SW
  5. Chelsea filter for Cr-coloured suspects

→ RI (to 0.001) + birefringence + optic character + pleochroism + UV. Combined w/ Step 2 → definitive for most species.

If err: RI OTL (>1.81) → likely diamond, CZ, zircon (high), high-RI synthetic. Use SG + thermal conductivity. No refractometer → SG + visual + inclusions.

Step 4: Inclusion analysis

Diagnostic Inclusions by Species:
+------------------+------------------------------------------+
| Species          | Characteristic Inclusions                |
+------------------+------------------------------------------+
| Diamond          | Crystals (garnet, diopside), feathers,   |
|                  | cloud, graining, pinpoints               |
+------------------+------------------------------------------+
| Ruby/Sapphire    | Silk (rutile needles), fingerprints,     |
|                  | colour zoning (straight angular),        |
|                  | crystal inclusions                       |
+------------------+------------------------------------------+
| Emerald          | Three-phase inclusions (solid + liquid + |
|                  | gas), jardin (garden-like fractures),    |
|                  | pyrite crystals                          |
+------------------+------------------------------------------+
| Tourmaline       | Growth tubes, liquid-filled fractures    |
+------------------+------------------------------------------+
| Quartz/Amethyst  | Tiger stripes, phantoms, two-phase       |
|                  | inclusions, negative crystals            |
+------------------+------------------------------------------+

Synthetic Indicators:
+------------------+------------------------------------------+
| Synthetic Type   | Telltale Inclusions                      |
+------------------+------------------------------------------+
| Flame fusion     | Curved growth lines (striae),            |
| (Verneuil)       | gas bubbles (spherical)                  |
+------------------+------------------------------------------+
| Flux grown       | Flux fingerprints (wispy veils),         |
|                  | platinum platelets                       |
+------------------+------------------------------------------+
| Hydrothermal     | Chevron or zigzag growth patterns,       |
|                  | seed plate remnant                       |
+------------------+------------------------------------------+
| Glass simulants  | Round gas bubbles, swirl marks,          |
|                  | conchoidal fracture chips                |
+------------------+------------------------------------------+
  1. Darkfield illumination (microscope) or oblique light (10× loupe)
  2. Species-diagnostic inclusions first
  3. Synthetic indicators — curved striae + gas bubbles definitive for flame-fusion
  4. Note type + location + frequency
  5. Photograph for records

→ Species-confirming inclusion pattern + natural/synthetic. Some species ID'd more by inclusions than optics (emerald jardin).

If err: eye-clean + no 10× inclusions → very clean natural or synthetic. No inclusions → raises synthetic probability. Refer optical + physical. Lab (FTIR, Raman) may be needed.

Step 5: ID by elimination

  1. Compile profile:
    • Colour + transparency + luster
    • Hardness or SG
    • RI + birefringence + optic character
    • Pleochroism + UV
    • Inclusion pattern
  2. Compare reference tables
  3. Eliminate conflicts
  4. 2+ candidates remain → distinguishing test:
    • Blue topaz vs aquamarine → SG definitive (3.53 vs 2.70)
  5. Final w/ confidence:
    • Definitive: multiple properties confirm single species
    • Probable: consistent but one test missing
    • Uncertain: conflicting data / insufficient → lab referral

→ Final species (e.g., "Natural sapphire, blue, heat-treated") w/ evidence from each category. Or lab analysis recommendation.

If err: can't ID w/ available → document all properties + refer to gem lab. Provide measured data → accelerates lab analysis.

Check

  • Visual under daylight-eq
  • ≥2 physical properties measured (hardness/SG + 1 other)
  • RI + birefringence (if refractometer)
  • Pleochroism tested (if dichroscope)
  • Inclusions under ≥10× mag
  • ID by systematic elimination
  • Common simulants ruled out
  • Natural vs synthetic (or uncertain flagged)

Traps

  • Trust colour alone: least reliable. Blue stones: sapphire, topaz, aquamarine, tanzanite, iolite, spinel, glass, CZ. Confirm w/ measurable.
  • Skip SG on mounted: mounted limits but can check RI, pleochroism, inclusions, UV. Document not guess.
  • High-RI synthetic vs natural confusion: flame-fusion ruby/sapphire = identical RI + SG. Only inclusions (curved striae vs straight) differentiate.
  • Expensive = natural: commercial jewelry often treated/synthetic/simulant. Test every stone regardless of claim.
  • Damage specimen: never hardness-test faceted (visible scratches). Non-destructive (RI, SG, inclusions) for cut.

  • cut-gemstone — ID determines safe cutting + orientation
  • appraise-gemstone — ID prereq for valuation
  • mineral-identification — field mineral ID (prospecting) shares systematic elimination approach

GitHub 仓库

pjt222/agent-almanac
路径: i18n/caveman-ultra/skills/identify-gemstone
0
agentsagentskillsai-assisted-developmentclaude-codeskillsteams

相关推荐技能

content-collections

Content Collections 是一个 TypeScript 优先的构建工具,可将本地 Markdown/MDX 文件转换为类型安全的数据集合。它专为构建博客、文档站和内容密集型 Vite+React 应用而设计,提供基于 Zod 的自动模式验证。该工具涵盖从 Vite 插件配置、MDX 编译到生产环境部署的完整工作流。

查看技能

polymarket

这个Claude Skill为开发者提供完整的Polymarket预测市场开发支持,涵盖API调用、交易执行和市场数据分析。关键特性包括实时WebSocket数据流,可监控实时交易、订单和市场动态。开发者可用它构建预测市场应用、实施交易策略并集成实时市场预测功能。

查看技能

creating-opencode-plugins

该Skill帮助开发者创建OpenCode插件,用于接入命令、文件、LSP等25+种事件。它提供了插件结构、事件API规范和JavaScript/TypeScript实现模式,适合需要拦截操作、扩展功能或自定义事件处理的场景。开发者可通过它快速构建响应式模块来增强OpenCode AI助手的能力。

查看技能

sglang

SGLang是一个专为LLM设计的高性能推理框架,特别适用于需要结构化输出的场景。它通过RadixAttention前缀缓存技术,在处理JSON、正则表达式、工具调用等具有重复前缀的复杂工作流时,能实现极速生成。如果你正在构建智能体或多轮对话系统,并追求远超vLLM的推理性能,SGLang是理想选择。

查看技能