> ## Documentation Index
> Fetch the complete documentation index at: https://www.conductor.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Check Product Visibility in AI Shopping

> Get your products recommended in AI shopping answers across ChatGPT, Gemini, Perplexity, and Google AI Mode.

export const DownloadTemplate = ({file, href}) => {
  return <Card title={file} horizontal>
      <a href={href} download={file} className="template-download-button not-prose">
        <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" aria-hidden>
          <path d="M12 15V3" />
          <path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" />
          <path d="m7 10 5 5 5-5" />
        </svg>
        Download
      </a>
    </Card>;
};

*New to using LLM skills? Check out our [Introduction to Using Skills](/templates/introduction-to-using-skills)*

<div style={{ marginBottom: '1rem' }}>
  <span
    style={{
display: 'inline-flex',
alignItems: 'center',
gap: '0.4rem',
padding: '0.3rem 0.7rem',
marginRight: '0.35rem',
marginBottom: '0.25rem',
fontSize: '0.72rem',
fontWeight: 600,
lineHeight: 1,
letterSpacing: '0.02em',
borderRadius: '9999px',
background: 'rgba(2, 91, 130, 0.08)',
color: '#025b82',
border: '1px solid rgba(2, 91, 130, 0.35)',
verticalAlign: 'middle',
whiteSpace: 'nowrap'
}}
  >
    <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" aria-hidden="true">
      <path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z" />

      <path d="M20 3v4" />

      <path d="M22 5h-4" />

      <path d="M4 17v2" />

      <path d="M5 18H3" />
    </svg>

    This template is enhanced by Conductor's MCP
  </span>
</div>

<div style={{ float: 'right', marginLeft: '24px', marginBottom: '16px', width: '50%' }}>
  <DownloadTemplate file="conductor-ecomm-product-ai-visibility-check.zip" href="/templates/files/downloads/conductor-ecomm-product-ai-visibility-check.zip" />
</div>

The `conductor-ecomm-product-ai-visibility-check` skill analyzes how your brand's products appear in AI-generated shopping recommendations across AI search engines.

This skill surfaces the exact language AI engines use in buying moments, flags competitive gaps, identifies which product pages are and aren't being cited, and delivers a prioritized action plan—all tuned specifically for purchase-intent contexts.

<div style={{ clear: 'both' }} />

## Walkthrough

<iframe src="https://player.vimeo.com/video/1184190468?badge=0&autopause=0&player_id=0&app_id=58479" allow="fullscreen" />

## Change Log

*No changes to report*

<Note>
  The `SKILL.md` templates (and their supporting files and ZIP bundles) are
  open-sourced under the **Apache License 2.0**. You may reproduce, modify,
  and distribute them, provided you include a copy of the license, preserve
  existing copyright and attribution notices, note any modifications you
  make to the files, and propagate any `NOTICE` file that ships with the
  work. Each downloadable ZIP includes `LICENSE` and `NOTICE` files with the
  full terms. Access to the underlying Conductor MCP server still requires
  an active Conductor MCP subscription.
</Note>
