Install
openclaw skills install mentions-discoverDiscover the queries worth tracking for a brand's AI visibility — informational, commercial, and comparison-intent prompts — via MentionsAPI.com. One tool, minimum surface area.
openclaw skills install mentions-discoverFocused query-discovery skill. Use only when the user explicitly asks what prompts or questions they should be tracking for a brand's AI visibility — the starting query set for a GEO/monitoring program.
DO use when the user asks:
Do NOT use when:
mentions-check insteadThis call costs $0.50. Confirm the brand (and industry, if known) before calling.
discover_queries — $0.50 per callReturn a ranked set of candidate queries to track for a brand, spanning informational, commercial, and comparison intents.
Arguments:
brand (required) — the brand to generate tracking queries for, e.g. "Linear"industry — optional context to sharpen suggestions, e.g. "project management software"count — how many queries to return, 1–100 (default 50)Example response:
{
"brand": "Linear",
"candidates": [
{ "query": "best project management tool for engineers", "intent": "commercial" },
{ "query": "Linear vs Jira", "intent": "comparison" },
{ "query": "what is Linear used for", "intent": "informational" }
],
"cost_cents": 50,
"balance_after_cents": 50
}
Feed the returned query strings into mentions-check (or mentions-full's check_mentions) to measure visibility, or into watch to monitor them over time.
Set MENTIONSAPI_KEY to your MentionsAPI key (format lvk_live_...). Free key with $1 credit at https://mentionsapi.com/signup — no card.
Pay-as-you-go. No subscriptions, no monthly tiers, credits never expire. $1 free signup credit, $5 minimum top-up. discover_queries is $0.50 per call regardless of count. Failed calls are not billed.
Every call returns a Python dict. On success it's the API response; on failure it has an error key (auth_required, auth_invalid, insufficient_balance, rate_limit_exceeded, network). See the full skill for the complete error contract.
npx @mentionsapi/mcpMentionsAPI is an independent service and is not affiliated with, endorsed by, or sponsored by OpenAI, Anthropic, Google, Microsoft, or Perplexity. All product names are the property of their respective owners.