Agent Plugins Marketplace
All plugins

mineral-atlas-workbench

v1.0.0

本机晶面分析、三轴/四轴构形、照片配准与可复现报告. Includes 1 skill and 1 MCP server.

CodexAgent Plugins1 Skill1 MCP serverstdio

By QiushanHuangLicense: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex and Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install mineral-atlas-workbench for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add mineral-atlas-workbench@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/QiushanHuang/mineral-atlas-workbench

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

mineral-atlas-workbench/
├── .codex-plugin/plugin.json
├── plugin.json
├── skills/mineral-face-atlas/SKILL.md
└── .mcp.json

Included Skills1

mineral-face-atlasskills/mineral-face-atlas/SKILL.md

从矿物教学模型照片、轴向资料或晶面参数建立有证据的三轴/四轴晶面映射,离线生成可按指数定位的三维模型、邻接拓扑和五项报告。支持照片配准、既有模型修复与可复现打包;不凭无标定照片猜定天然矿物种属或真实指数。

MCP servers1

mineral-atlasstdio
command
python3
args
mcp_launcher.py
cwd
./

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "mineral-atlas-workbench",
  "version": "1.0.0",
  "description": "本机晶面分析、三轴/四轴构形、照片配准与可复现报告",
  "author": {
    "name": "QiushanHuang",
    "url": "https://github.com/QiushanHuang"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "矿物晶面工作台",
    "shortDescription": "离线建模、查面、照片对照与五项报告",
    "longDescription": "共用Python核心的本机界面、CLI与MCP;保留证据、假设和编号歧义。支持32类点群参考操作与三轴/四轴指数。",
    "developerName": "QiushanHuang",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "根据这些矿物模型照片,保留未知信息并建立可核对的晶面候选。",
      "按这份轴系与晶面参数生成离线三维模型、拓扑和五项报告。",
      "核对这个模型的面号、轴向、配准歧义和可复现记录。"
    ],
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "brandColor": "#183B32"
  },
  "mcpServers": "./.mcp.json",
  "homepage": "https://github.com/QiushanHuang/mineral-atlas-workbench",
  "repository": "https://github.com/QiushanHuang/mineral-atlas-workbench",
  "license": "MIT"
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "mineral-atlas-workbench",
  "version": "1.0.0",
  "description": "本机晶面分析、三轴/四轴构形、照片配准与可复现报告",
  "author": {
    "name": "QiushanHuang",
    "url": "https://github.com/QiushanHuang"
  },
  "keywords": [
    "crystallography",
    "offline",
    "miller-indices"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "矿物晶面工作台",
        "shortDescription": "离线建模、查面、照片对照与五项报告",
        "longDescription": "共用Python核心的本机界面、CLI与MCP;保留证据、假设和编号歧义。支持32类点群参考操作与三轴/四轴指数。",
        "developerName": "QiushanHuang",
        "category": "Productivity",
        "capabilities": [
          "Read",
          "Write"
        ],
        "defaultPrompt": [
          "根据这些矿物模型照片,保留未知信息并建立可核对的晶面候选。",
          "按这份轴系与晶面参数生成离线三维模型、拓扑和五项报告。",
          "核对这个模型的面号、轴向、配准歧义和可复现记录。"
        ],
        "composerIcon": "./assets/logo.png",
        "logo": "./assets/logo.png",
        "brandColor": "#183B32"
      }
    }
  },
  "homepage": "https://github.com/QiushanHuang/mineral-atlas-workbench",
  "repository": "https://github.com/QiushanHuang/mineral-atlas-workbench",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[mineral-atlas-workbench on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mineral-atlas-workbench)