← 返回 Skills 市场
ivangdavila

Coin Identifier

作者 Iván · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ✓ 安全检测通过
224
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install coin-identifier
功能描述
Identify coins from photos using evidence-based visual checks, ranked candidates, mint-mark reasoning, and a reusable local catalog.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install coin-identifier
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /coin-identifier 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with ranked photo identification, evidence-based follow-up, and optional local coin memory.
元数据
Slug coin-identifier
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Coin Identifier 是什么?

Identify coins from photos using evidence-based visual checks, ranked candidates, mint-mark reasoning, and a reusable local catalog. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 224 次。

如何安装 Coin Identifier?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install coin-identifier」即可一键安装,无需额外配置。

Coin Identifier 是免费的吗?

是的,Coin Identifier 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Coin Identifier 支持哪些平台?

Coin Identifier 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Coin Identifier?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论