用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MikeTreml/MissionControl --skill tof-sims-analyzer命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | tof-sims-analyzer |
| description | Time-of-Flight Secondary Ion Mass Spectrometry skill for molecular surface analysis and imaging |
| allowed-tools | ["Read","Write","Glob","Grep","Bash"] |
| metadata | {"specialization":"nanotechnology","domain":"science","category":"surface-analysis","priority":"medium","phase":6,"tools-libraries":["ION-TOF software","SurfaceLab","NESAC/BIO tools"]} |
The ToF-SIMS Analyzer skill provides molecular-level surface analysis capabilities for nanomaterials, enabling identification of surface species, chemical imaging, and depth profiling with high sensitivity.
Spectral Analysis
Imaging Mode
Depth Profiling
{
"sample_id": "string",
"analysis_mode": "spectral|imaging|depth_profile",
"primary_ion": "Bi3+|Bi1+|C60+",
"polarity": "positive|negative",
"area_of_interest": {"x": "number", "y": "number"}
}
{
"identified_species": [{
"mass": "number (amu)",
"assignment": "string",
"intensity": "number"
}],
"chemical_maps": [{
"species": "string",
"image_path": "string"
}],
"pca_results": {
"principal_components": "number",
"variance_explained": ["number"]
}
}