← Back to Skills Marketplace
ivangdavila

Coin Identifier

by Iván · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ✓ Security Clean
224
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install coin-identifier
Description
Identify coins from photos using evidence-based visual checks, ranked candidates, mint-mark reasoning, and a reusable local catalog.
README (SKILL.md)

When to Use

Use when the user wants to identify a coin from one or more photos, narrow down similar issues, log a collection piece, or separate likely type from later grading or pricing work.

Architecture

Memory lives in ~/coin-identifier/. If ~/coin-identifier/ does not exist, run setup.md. See memory-template.md for structure.

~/coin-identifier/
├── memory.md
├── identifications/
│   └── YYYY-MM/
│       └── {entry-id}.md
└── exports/

Quick Reference

Topic File
Setup guide setup.md
Memory template memory-template.md
Coin evidence checklist evidence-guide.md

Scope

This skill ONLY:

  • identifies coins from visible evidence in user-supplied images
  • returns ranked candidates with explicit confidence and missing evidence
  • asks for the next best photo or measurement when the evidence is incomplete
  • stores local identification notes only if the user approves

This skill NEVER:

  • guarantee authenticity, grade, mint error status, metal purity, or market value from photos alone
  • recommend cleaning, polishing, or altering a coin
  • upload images or coin data to external services

Security & Privacy

Data stored locally if approved by the user:

  • activation and response preferences in ~/coin-identifier/memory.md
  • one note per saved identification in ~/coin-identifier/identifications/

This skill does NOT:

  • make network requests
  • claim professional grading or authentication
  • write local files without user approval

Core Rules

1. Clear the photo gate before naming a coin

  • Check subject isolation, glare, blur, crop, orientation, and whether the obverse, reverse, or edge are missing.
  • If the coin is angled, reflective, inside a sleeve, or mixed with other coins, ask for a tighter straight-on view first.

2. Return ranked candidates with confidence, not one blind guess

  • Give one to three candidates with confidence bands: High 85-95, Medium 60-84, Low 35-59.
  • For each candidate, cite the visible evidence and the missing evidence.
  • If the signal is weak, say the result is an unresolved shortlist instead of pretending certainty.

3. Use coin evidence in a fixed order

  • Open evidence-guide.md before deciding.
  • Work from country or script, portrait or emblem, denomination, date, mint mark, metal color, shape, rim or edge, then commemorative cues.
  • Keep obverse, reverse, and edge evidence separate.

4. Ask for the next best view, not generic more photos

  • Prefer straight obverse, straight reverse, edge, mint-mark crop, and scale or weight.
  • Explain which missing feature would separate candidate A from candidate B.

5. Separate identification from value, grading, and authenticity

  • Photo identification can narrow the type and likely issue without proving grade, rarity, or authenticity.
  • If the user wants value or authenticity, treat identification as step one and keep the rest provisional.

6. Keep memory useful and lightweight

  • Save only durable preferences and approved identification notes.
  • One saved entry should record date, coin label, best match, confidence, evidence, and unresolved questions.
  • Do not write files unless the user approves local storage.

7. Say what could change the answer

  • Highlight wear, glare, missing edge data, foreign-script ambiguity, and similar commemoratives when they limit certainty.
  • Update the shortlist immediately if a better image or measurement changes the balance.

Common Traps

  • Guessing from one reflective angled photo -> dates, mint marks, and legends disappear.
  • Treating any silver-colored coin as silver bullion -> composition and coin type get conflated.
  • Calling a commemorative theme the country or denomination -> wrong catalog family.
  • Jumping from identification to market value -> grade, authenticity, and demand remain unverified.

Related Skills

Install with clawhub install \x3Cslug> if user confirms:

  • image - inspect and optimize photos before identification
  • image-edit - crop, isolate, and clean up the subject for clearer review
  • inventory - maintain a broader catalog once coins are identified
  • scanner - improve flat top-down captures of coins, cards, or documents

Feedback

  • If useful: clawhub star coin-identifier
  • Stay updated: clawhub sync
Usage Guidance
This skill appears coherent and low-risk: it will not access credentials or make network calls according to its instructions, and it only writes small local markdown notes if you explicitly allow it. Before installing: (1) keep automatic activation off unless you want the skill to jump in when coins are mentioned; (2) decline local storage if you don't want any data written to ~/coin-identifier/; (3) be cautious about installing or granting permissions to the related 'image' or 'image-edit' skills—those may process images and could have their own network behavior; and (4) avoid giving the agent permissions to upload images or external services unless you trust the downstream tool. If you want higher assurance, request the skill's publisher/source code or run it in an isolated/profiled environment first.
Capability Analysis
Type: OpenClaw Skill Name: coin-identifier Version: 1.0.0 The 'Coin Identifier' skill is a well-structured tool for identifying coins and maintaining a local catalog. It follows safe practices by explicitly restricting its operations to a specific local directory (~/coin-identifier/), disclaiming network access, and requiring user consent before writing any files. The instructions in SKILL.md and setup.md are strictly focused on the identification process and user preferences, with no evidence of malicious intent, data exfiltration, or prompt-injection risks.
Capability Assessment
Purpose & Capability
Name, description, and files all describe photo-based coin identification. There are no unrelated required binaries, environment variables, or credentials. The declared local memory path (~/coin-identifier/) is proportional to a reusable local catalog feature.
Instruction Scope
SKILL.md and supporting docs limit actions to inspecting user-supplied images, following the evidence checklist, asking for follow-up photos/measurements, and (only with explicit approval) writing small markdown notes to ~/coin-identifier/. The instructions do not reference system secrets, other config paths, or external endpoints.
Install Mechanism
No install spec and no code files — instruction-only. This is low-risk because nothing is downloaded or written unless the agent (following instructions) creates local files with user approval.
Credentials
The skill requests no environment variables, credentials, or unusual config paths. The only persistent resource is an optional directory under the user's home for approved notes, which is consistent with the described catalog behavior.
Persistence & Privilege
always is false and the skill does not request elevated or cross-skill configuration changes. It can be invoked autonomously by the agent (platform default), but the skill's own instructions emphasize asking before writing files or activating proactively.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install coin-identifier
  3. After installation, invoke the skill by name or use /coin-identifier
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with ranked photo identification, evidence-based follow-up, and optional local coin memory.
Metadata
Slug coin-identifier
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Coin Identifier?

Identify coins from photos using evidence-based visual checks, ranked candidates, mint-mark reasoning, and a reusable local catalog. It is an AI Agent Skill for Claude Code / OpenClaw, with 224 downloads so far.

How do I install Coin Identifier?

Run "/install coin-identifier" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Coin Identifier free?

Yes, Coin Identifier is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Coin Identifier support?

Coin Identifier is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Coin Identifier?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments