pil-agent-plugin
v0.7.0Quantitative image measurement plus optional constrained multi-view reconstruction and Blender geometry checks.
By bsmi021License: MIT1 GitHub starsUpdated 8 hours ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 2, 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 pil-agent-plugin for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add pil-agent-plugin@agent-plugin-marketplacePaste 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/bsmi021/pil-agent-pluginClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/image-analysis/SKILL.md├── skills/image-measurement/SKILL.md└── skills/multiview-reconstruction/SKILL.md
Included Skills3
Combines native visual inspection, quantitative Pillow image measurement, calibrated multi-view reconstruction constraints, Blender BVH geometry checks, and matched-render review. Use when an image-analysis request spans several evidence layers, such as concept-to-model comparison, seven-view character or garment review, clipping diagnosis, or iterative image-and-mesh evaluation. Use image-measurement alone for pixel-only questions and multiview-reconstruction alone for an already-calibrated template fit.
Measures images numerically and compares two images with Pillow — a one-call maximal profile per image (file facts, exact hex colour palettes with coverage, per-hue census, luminance/saturation/entropy statistics, tonal percentiles and clipping, per-region grid statistics, persistable perceptual-hash fingerprints) plus pairwise hash distance and changed-region bounding boxes. Use when asked whether two images match, whether a render or screenshot kept a reference's colour scheme or layout, what specifically changed between two versions, what the exact colours of an image are, to fingerprint or identify an image, or to compare a generated image against a reference. Does NOT measure 3D geometry or polygon count.
Prepares calibrated multi-view concept images, fits a template mesh with OpenCV and SciPy constraints, checks Blender garment clearance with BVH, renders arbitrary locked-framing views, and performs worst-case image review. Use for reconstructing or fitting an existing 3D mesh from several image views when camera projections, correspondences, and scale anchors can be supplied. Does not infer hidden topology or metric 3D geometry from pixels alone.
Plugin manifests3
{
"name": "pil-agent-plugin",
"version": "0.7.0",
"description": "Quantitative image measurement plus optional constrained multi-view reconstruction and Blender geometry checks.",
"author": {
"name": "bsmi021",
"url": "https://github.com/bsmi021"
},
"homepage": "https://github.com/bsmi021/pil-agent-plugin",
"repository": "https://github.com/bsmi021/pil-agent-plugin",
"license": "MIT",
"keywords": [
"image-analysis",
"pillow",
"computer-vision",
"multiview-reconstruction",
"blender"
],
"skills": "./skills/",
"interface": {
"displayName": "PIL Image Measurement",
"shortDescription": "Measure images and constrain multi-view mesh fits",
"longDescription": "Deterministic image metrics, calibrated multi-view template fitting, Blender BVH clearance checks, and matched-view review.",
"developerName": "bsmi021",
"category": "Developer Tools",
"capabilities": [
"Image analysis",
"3D reconstruction",
"Blender validation"
],
"websiteURL": "https://github.com/bsmi021/pil-agent-plugin",
"defaultPrompt": [
"Measure these images and explain the differences.",
"Fit this template mesh from calibrated views.",
"Check garment clearance and render seven views."
]
}
}{
"name": "pil-agent-plugin",
"displayName": "PIL Image Measurement",
"version": "0.7.0",
"description": "Quantitative image measurement plus optional constrained multi-view reconstruction and Blender geometry checks.",
"author": {
"name": "bsmi021",
"url": "https://github.com/bsmi021"
},
"homepage": "https://github.com/bsmi021/pil-agent-plugin",
"repository": "https://github.com/bsmi021/pil-agent-plugin",
"license": "MIT",
"keywords": [
"image-analysis",
"pillow",
"colour-palette",
"visual-diff",
"image-comparison",
"computer-vision",
"multiview-reconstruction",
"blender"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "pil-agent-plugin",
"version": "0.7.0",
"description": "Quantitative image measurement plus optional constrained multi-view reconstruction and Blender geometry checks.",
"author": {
"name": "bsmi021",
"url": "https://github.com/bsmi021"
},
"homepage": "https://github.com/bsmi021/pil-agent-plugin",
"repository": "https://github.com/bsmi021/pil-agent-plugin",
"license": "MIT",
"keywords": [
"image-analysis",
"pillow",
"colour-palette",
"visual-diff",
"image-comparison",
"computer-vision",
"multiview-reconstruction",
"blender"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[pil-agent-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pil-agent-plugin)