TopRank Skills

Official OpenClaw rules 36%

windsor-ai

Connect to Windsor.ai MCP for natural language access to 325+ data sources including Facebook Ads, GA4, HubSpot, Shopify, and more.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 windsor-ai 技能。 若已安装,则直接安装 windsor-ai 技能。

Overview

Skill Key
carlosarturoleon/windsor-ai
Author
carlosarturoleon
Source Repo
openclaw/skills
Version
-
Source Path
skills/carlosarturoleon/windsor-ai
Latest Commit SHA
e0b9e52f0d00e9c992b4348acae5f968cdf7567d

Extracted Content

SKILL.md excerpt

# Windsor.ai Analytics

Use this skill to query, explore, and analyze your [Windsor.ai](https://windsor.ai) connected and business data using natural language. Windsor.ai aggregates data from 325+ platforms: Facebook Ads, Google Analytics 4, HubSpot, Shopify, TikTok Ads, Salesforce, and hundreds more and exposes it through a single MCP interface.

## When to Use This Skill

Invoke this skill automatically when the user asks questions about:
- Campaign performance, ROAS, CPM, CPC, CTR
- Ad spend breakdowns or budget analysis across channels
- Sales pipeline, CRM data, or customer acquisition metrics
- E-commerce performance (revenue, conversion rates, AOV)
- Cross channel attribution or multi touch analytics
- Trend analysis over specific date ranges
- Data from any connected advertising, analytics, or CRM platform

The user can also invoke this skill directly with `/windsor-ai`.

## Setup

Before querying data, the Windsor.ai MCP connection must be configured. Follow these steps once:

### Step 1: Get Your Windsor.ai API Key

1. Log in to your Windsor.ai account at https://windsor.ai
2. Navigate to your account dashboard or settings
3. Locate the API Key section and copy your key

### Step 2: Store the API Key

Add your API key to the clawdbot environment file:

```bash
echo 'WINDSOR_API_KEY=your_api_key_here' >> ~/.clawdbot/.env
```

Replace `your_api_key_here` with the key you copied.

Then export it for your current session so mcporter can resolve it:

```bash
export WINDSOR_API_KEY=your_api_key_here
```

> **Note:** mcporter requires `WINDSOR_API_KEY` to be exported as a shell environment variable. Simply storing it in `~/.clawdbot/.env` is not enough — it must be available in your active shell session.
>
> **Security note:** Avoid appending the key to `~/.zshrc` or other shell rc files, as this stores your secret in plaintext and loads it into every shell session. Prefer your system keychain, a secrets manager, or a `.env` file with restricted permissions (`chm...

Related Claw Skills