jlm-coffee

jlm-coffee is a skill for Claude Code, Codex from alexpolonsky/agent-skill-jlm-coffee. It costs 81 tokens per session (1,219 once invoked), scanned A, original, MIT.

A search tool for specialty coffee shops in Jerusalem, using shop information such as names, locations, ratings, amenities, reviews, and opening hours.

In plain words
What is it for?
Use it to list shops, search by Hebrew or English name, view details, filter by amenities, or find shops that are open now.
Why use it?
It saves you from checking many shops individually when you need a place with specific features, such as Wi-Fi, dog access, or current opening status.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to list shops, search by Hebrew or English name, view details, filter by amenities, or find shops that are open now.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alexpolonsky/agent-skill-jlm-coffee/agent-skill-jlm-coffee
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add alexpolonsky/agent-skill-jlm-coffee --skill agent-skill-jlm-coffee
Clone the repo
git clone --depth 1 https://github.com/alexpolonsky/agent-skill-jlm-coffee

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for jlm-coffee

README.md
[![agentmods](https://agentmods.dev/badge/skills/alexpolonsky/agent-skill-jlm-coffee/agent-skill-jlm-coffee/github.svg)](https://agentmods.dev/skills/alexpolonsky/agent-skill-jlm-coffee/agent-skill-jlm-coffee)
Your own site
<a href="https://agentmods.dev/skills/alexpolonsky/agent-skill-jlm-coffee/agent-skill-jlm-coffee"><img src="https://agentmods.dev/badge/skills/alexpolonsky/agent-skill-jlm-coffee/agent-skill-jlm-coffee/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for jlm-coffee

Your own site · 80×15
<a href="https://agentmods.dev/skills/alexpolonsky/agent-skill-jlm-coffee/agent-skill-jlm-coffee"><img src="https://agentmods.dev/badge/skills/alexpolonsky/agent-skill-jlm-coffee/agent-skill-jlm-coffee.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,219 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00081 $0.01219
Opus 5 $0.00041 $0.00609
Sonnet 5 $0.00016 $0.00244
Haiku 4.5 $0.00008 $0.00122

Measured 11d ago against content hash 82e267b9a4ae, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

jlm-coffee scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **No dependencies**: Python stdlib only (urllib, json)
SKILL.md · 115 lines

How it starts

The opening of the file, as written. The whole thing — 115 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Jerusalem Coffee Finder

Search specialty coffee shops in Jerusalem - ratings, amenities, opening hours, reviews, and locations from coffee.amsterdamski.com, created and curated by Shaul Amsterdamski (@amsterdamski2).

Data from the official public JSON export provided by the site maintainer. May not reflect current status. Provided "as is" without warranty of any kind.

Quick Start

# List all coffee shops
python3 {baseDir}/scripts/jlm-coffee.py list

# Find a shop by name
python3 {baseDir}/scripts/jlm-coffee.py search "סיבריס"

Commands

Command Description
list List all approved specialty coffee shops
search <query> Search shops by name (Hebrew or English)
get <id_or_name> Get full details for a specific shop
filter <amenity> Filter shops by amenity (wifi, dogs, kosher, etc.)
open-now Show shops currently open
amenities List all available amenity filters
surprise Pick a random coffee shop (prefers open ones)

Search and Filter Examples

# Search by name (Hebrew or English)
python3 {baseDir}/scripts/jlm-coffee.py search "רוסטרס"
python3 {baseDir}/scripts/jlm-coffee.py search "Cafe Pepa"

# Filter by amenity
python3 {baseDir}/scripts/jlm-coffee.py filter wifi
python3 {baseDir}/scripts/jlm-coffee.py filter dogs
python3 {baseDir}/scripts/jlm-coffee.py filter kosher
python3 {baseDir}/scripts/jlm-coffee.py filter laptop

# Shops open right now
python3 {baseDir}/scripts/jlm-coffee.py open-now

# Full details for a shop
python3 {baseDir}/scripts/jlm-coffee.py get "בארוק"
python3 {baseDir}/scripts/jlm-coffee.py get EljFiggwObssQpypWMf0

Options Reference

Option Commands Description
--json all Output in JSON format (agent-friendly)
--no-color all Disable colored output (auto-detected for non-TTY)

Read the full file on GitHub · 115 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 115 lines · 81 tokens per session scan A 82e267b9a4ae

Subscribe to this mod's changes

jlm-coffee is a skill published in the GitHub repository alexpolonsky/agent-skill-jlm-coffee (1 stars, last pushed 6mo ago), licensed MIT. It adds 81 tokens to every session and 1,219 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

ontopo

Find restaurants and check table availability in Israel. Search across multiple dates and venues at once, view menus, and get a booking link to finish on Ontopo. Covers dining and restaurant discovery in Tel Aviv, Jerusalem, Haifa, Eilat and 23 more cities. Use for "restaurant reservation", "table booking", "book a…

alexpolonsky/agent-skill-ontopo · 124 tokens

maccabi-pharm-search

Search for medications and check real-time stock availability at Maccabi pharmacies in Israel. Use when searching for drugs like "nurofen", "acamol/אקמול", "advil", or finding nearby pharmacy branches with stock. Supports Hebrew and English drug names. מכבי פארם, תרופות, מלאי, בית מרקחת.

alexpolonsky/agent-skill-maccabi-pharm-search · 78 tokens

skillnote

Self-hosted skill registry for OpenClaw. Stores procedures your team writes (name, description, body), syncs them to disk before each task, and collects which-helped/which-failed signals from the agent so the registry improves over time.

luna-prompts/skillnote · 54 tokens

chatcrystal-debug-recall

Recall ChatCrystal memories for debugging tasks involving failing tests, compiler errors, runtime exceptions, dependency issues, environment breakage, or performance regressions. Use when historical root causes, fixes, or pitfalls may accelerate diagnosis before proposing a fix.

ZengLiangYi/ChatCrystal · 54 tokens

collection

Choose which SkillNote skill collection is active for this Codex project. Use when the user says "change collection", "switch skills", "use frontend skills", or "show collections".

luna-prompts/skillnote · 39 tokens

verify

Fact-check claims encountered during reading — dates, names, events, citations. Use when encountering historical facts or disputed claims.

yha9806/academic-writing-toolkit · 26 tokens