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.mdsource content
CannMenus Discovery Skill
Capabilities
You can search the live inventory of dispensaries across the US.
: Find specific products (by query, category, price) nearby or globally.searchProducts
: Locate dispensaries in a specific area.findRetailers
Usage Guidelines
- Location Aware: Always try to filter by location (
ornear=
) if the user provides one.lat/lng - Pricing: Use
andprice_min
to help users find deals.price_max - 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.