Claude-skill-registry CannMenus Discovery

Search cannabis products, menus, and retailers via CannMenus API.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/cannmenus-discovery" ~/.claude/skills/majiayu000-claude-skill-registry-cannmenus-discovery && rm -rf "$T"
manifest: skills/data/cannmenus-discovery/SKILL.md
source content

CannMenus Discovery Skill

Capabilities

You can search the live inventory of dispensaries across the US.

  • searchProducts
    : Find specific products (by query, category, price) nearby or globally.
  • findRetailers
    : Locate dispensaries in a specific area.

Usage Guidelines

  1. Location Aware: Always try to filter by location (
    near=
    or
    lat/lng
    ) if the user provides one.
  2. Pricing: Use
    price_min
    and
    price_max
    to help users find deals.
  3. Availability: Results represent a "snapshot" of the menu.

When NOT to use

  • Do not use for "Effect" or "Flavor" searching unless the keyword is part of the product name.