From openmart
Find local business leads with Openmart. Use when the user asks to find businesses by category, city, rating, reviews, website presence, contact info, location count, or opening date.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openmart:find-leadsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the Openmart MCP server to find businesses matching "$ARGUMENTS".
Use the Openmart MCP server to find businesses matching "$ARGUMENTS".
Call mcp__openmart__find_business with:
query, tags, or store_name: what to find. query is a single short category term; tags wins over store_name, which wins over query.location: an array of {city, state, country} (and/or zip_code, lat/long/geo_radius).limit: requested result count, defaulting to 50.has_valid_website, has_contact_info, min/max_locations, min/max_total_reviews, min/max_overall_rating, ownership_type, min/max_price_tier, include/exclude_keywords, open_date_after/before. There is no nested filters object.After results return:
total_count shows how many businesses match overall; pass next_cursor back as cursor to page further.mcp__openmart__find_decision_maker with the businesses returned by find_business.Do not invent contact information. If Openmart returns no contact or null email/phone, say so plainly.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub openmartai/openmart-mcp-server --plugin openmart