Agent skill

image-mining

I mine pixels for atoms. Reality is just compressed resources.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill image-mining-simhacker-moollm-3 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 99 KB
Bundled scripts: none
Allowed tools: -read_file-write_file
Path: skills/ai-llm/image-mining-simhacker-moollm-3/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Converts images into mined resource representations by applying a structured mining workflow to extract elements (like resources, colors, notes) and outputs them in YAML Jazz format.

How it works

The skill defines a pipeline where an image is analyzed to identify mineable resources. It supports multiple analyzers (pre-processors, custom analyzers, LLM vision, post-processors) and can incorporate external models via the extensible analyzer pipeline. It culminates in a final YAML Jazz output that encodes resources, context, and insights, with inline comments and metadata.

When to use it

Use when you need to extract semantically meaningful resources from images (photos, graphs, UI screenshots, diagrams) and want the results formatted as YAML Jazz with contextual notes and confidence data.

What it can touch

Tools allowed: read_file, write_file. The workflow relies on the CLI pipeline (mine.py) and analyzers to process images and generate the YAML Jazz output.

Caveats

License: MIT. The description emphasizes extensibility and interpretation by LLM vision; outcomes depend on integrated analyzers and models.

From the SKILL.md

# Image Mining > *"I mine pixels for atoms. Reality is just compressed resources."* > > *"Every image is a lode. Every pixel, potential ore."* **Image Mining** extends the Kitchen Counter's DECOMPOSE action to **images**. Your camera isn't just a recorder — it's a **PICKAXE FOR VISUAL REALITY**. --- ## 📑 Index **Quick Start** - [The Core Insight](#the-core-insight) - [Preferred Mode: Native LLM Vision](#preferred-mode-native-llm-vision) **Operation Modes** - [When to Use Remote API](#when-to-use-remote-api) - [What Can Be Mined](#what-can-be-mined) **Extensibility** - [Extensible Analyzer Pipeline](#extensible-analyzer-pipeline) - [Leela Customer Models](#leela-customer-models) - [Adding Your Own Analyzer](#adding-your-own-analyzer) **Protocols** - [YAML Jazz Output Style](#yaml-jazz-output-style) - [How Mining Works](#how-mining-works) - [Character Recognition](#character-recognition) - [Multi-Look Mining](#multi-look-mining) **Reference** - [Depth Levels](#depth-levels) - [Resource Categories](#resource-categories) - [Example Outputs](#example-outputs) --- ## The Core Insight ``` 📷 Camera Shot → 🖼️ Image → ⛏️ MINE → 💎 Resources ``` Just like the Kitchen Counter breaks down: -

What's inside
Steps it walks through
  1. 📑 Index
  2. The Core Insight
  3. Preferred Mode: Native LLM Vision
  4. Why Native Beats Remote API
  5. When to Use Remote API
  6. Native Mode Workflow
  7. What Can Be Mined
  8. Source Examples
  9. Extensible Analyzer Pipeline
  10. Example: Multi-Analyzer Pipeline
  11. Leela Customer Models
  12. Adding Your Own Analyzer
  13. Why Pipeline Beats Monolith
  14. YAML Jazz Output Style
Ships with 1 file
  • metadata.json
Commands it runs
python mine.py image.png --context room.yml --characters chars/ --prior mined.yml
DO this (in Cursor/Claude):
mine.py fashion-shoot.jpg \
From Leela model registry
mine.py widget-photo.jpg --analyzer leela://customer-id/defect-detector-v3
Local model file
mine.py widget-photo.jpg --analyzer ./models/my-classifier.pt
Generate through a character's eyes
visualize.py PHOTO.yml PHOTO.md --through "Luna" -o luna-vision.png
Generate through multiple characters (batch)
More from claude-skill-registry
All skills →
About this skill
What does the image-mining skill do?

I mine pixels for atoms. Reality is just compressed resources.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill image-mining-simhacker-moollm-3 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going