# Send Jlm Coffee to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "jlm-coffee",
    "name": "Jlm Coffee",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/alexpolonsky/jlm-coffee",
    "canonicalUrl": "https://clawhub.ai/alexpolonsky/jlm-coffee",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/jlm-coffee",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=jlm-coffee",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/jlm-coffee.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "jlm-coffee",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T13:34:40.634Z",
      "expiresAt": "2026-05-11T13:34:40.634Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=jlm-coffee",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=jlm-coffee",
        "contentDisposition": "attachment; filename=\"jlm-coffee-2.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "jlm-coffee"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/jlm-coffee"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/jlm-coffee",
    "downloadUrl": "https://openagent3.xyz/downloads/jlm-coffee",
    "agentUrl": "https://openagent3.xyz/skills/jlm-coffee/agent",
    "manifestUrl": "https://openagent3.xyz/skills/jlm-coffee/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/jlm-coffee/agent.md"
  }
}
```
## Documentation

### 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

CommandDescriptionlistList all approved specialty coffee shopssearch <query>Search shops by name (Hebrew or English)get <id_or_name>Get full details for a specific shopfilter <amenity>Filter shops by amenity (wifi, dogs, kosher, etc.)open-nowShow shops currently openamenitiesList all available amenity filterssurprisePick 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

OptionCommandsDescription--jsonallOutput in JSON format (agent-friendly)--no-colorallDisable colored output (auto-detected for non-TTY)

### Amenity Filters

KeyLabelAliaseswifiWiFidogsDog-friendlydog, dog-friendlylaptopLaptop-friendlylaptopsoutdoorOutdoor seatingoutside, terraceaccessibleWheelchair accessiblewheelchairveganVegan optionskidsKid-friendlychildren, kid-friendlyquietQuiet atmospheresmokingSmoking arealocal-roastingLocal roastingroastingsell-beansSells beansbeansfilter-coffeeFilter coffeefilterkosherKosheropen-saturdayOpen Saturdaysaturday, shabbatpowerPower outletsoutletsparkingParking

### Workflow Example

# 1. Find shops with WiFi and look at the list
python3 {baseDir}/scripts/jlm-coffee.py filter wifi

# 2. Get details on one that looks good
python3 {baseDir}/scripts/jlm-coffee.py get "מטאפורה"

# 3. Check what's open right now
python3 {baseDir}/scripts/jlm-coffee.py open-now

# 4. Feeling lucky? Get a random pick
python3 {baseDir}/scripts/jlm-coffee.py surprise

### Notes

Community-curated: All specialty coffee in Jerusalem, community-reviewed
Official data source: Reads from a public JSON export provided by the site maintainer (no API key, no Firestore)
Bilingual: Search works with Hebrew and English names
Opening hours: Based on Google Places data, cached by the site
Reviews included: Shop details show community reviews with ratings
Color output: ANSI colors in terminal (respects NO_COLOR env var and --no-color flag)
CLI shortcut: Install as jlm-coffee via symlink to the wrapper script
No dependencies: Python stdlib only (urllib, json)
Fast caching: 15-minute local cache TTL - one fetch covers all commands
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: alexpolonsky
- Version: 2.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T13:34:40.634Z
- Expires at: 2026-05-11T13:34:40.634Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/jlm-coffee)
- [Send to Agent page](https://openagent3.xyz/skills/jlm-coffee/agent)
- [JSON manifest](https://openagent3.xyz/skills/jlm-coffee/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/jlm-coffee/agent.md)
- [Download page](https://openagent3.xyz/downloads/jlm-coffee)