Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

windsor-ai温莎艾

Agent Skill

windsor-ai 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

17,356

周安装

709

GitHub Stars

2

下载量

5,559
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:windsor-ai(温莎艾)
来源仓库:https://github.com/carlosarturoleon/windsor-ai
安装命令:
openclaw skills install windsor-ai
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install windsor-ai

简介

连接到 Windsor.ai MCP,以自然语言访问 325 多个数据源,包括 Facebook Ads、GA4、HubSpot、Shopify 等。

SKILL.md

name
windsor-ai
description
Connect to Windsor.ai MCP for natural language access to 325+ data sources including Facebook Ads, GA4, HubSpot, Shopify, and more.
metadata
{"clawdbot":{"emoji":"📊","requires":{"bins":["mcporter","npx","node"],"env":["WINDSOR_API_KEY"]}},"openclaw":{"primaryEnv":"WINDSOR_API_KEY"}}

Windsor.ai Analytics

Use this skill to query, explore, and analyze your 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:

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:

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 (chmod 600 ~/.clawdbot/.env). If you do add it to your shell rc file, remove it once no longer needed.

Step 3: Configure mcporter

Add Windsor.ai to your mcporter configuration. Open or create config/mcporter.json in your project and add the following inside the mcpServers object:

{
  "mcpServers": {
    "windsor-ai": {
      "description": "Windsor.ai MCP — natural language access to 325+  data sources.",
      "baseUrl": "https://mcp.windsor.ai/sse",
      "headers": {
        "Authorization": "Bearer ${WINDSOR_API_KEY}"
      }
    }
  }
}

If mcpServers already has other entries, add the windsor-ai block alongside them.

Step 4: Verify Connection

npx mcporter list

You should see windsor-ai listed with its available tools. If you see an authentication error, confirm that WINDSOR_API_KEY is correctly set in ~/.clawdbot/.env.

Data Source Discovery

Before querying, explore which data sources are active in your Windsor.ai account:

  • List connected sources: "What data sources do I have connected in Windsor.ai?"
  • Inspect available fields: "What fields and metrics are available from my Facebook Ads data in Windsor?"
  • Check date coverage: "What is the earliest date I have data for in Google Analytics 4?"
  • Discover account structure: "Show me all ad accounts connected to Windsor.ai and their IDs."

Windsor MCP introspects your account's active connectors and returns only what is available. Only sources you have connected in your Windsor.ai dashboard will be queryable.

Usage

Query your data using plain English. Windsor MCP translates your questions into structured data queries against your connected sources.

How to Frame Queries

For best results, always include:

  • The data source — or ask Windsor to query across all connected sources
  • The metric(s) — spend, ROAS, clicks, conversions, revenue, CPC, CTR, etc.
  • The time period — "last 7 days", "last month", "Q1 2025", "year to date"
  • Any segmentation — by campaign, channel, country, device, ad set, etc.

Query Patterns

Single source, single metric: "What was my total Facebook Ads spend last week?"

Cross-channel comparison: "Compare spend and ROAS across Facebook Ads, Google Ads, and TikTok Ads for the last 30 days."

Segmented breakdown: "Break down my Google Ads performance by campaign for March 2025, showing impressions, clicks, conversions, and cost per conversion."

Trend over time: "Show me the trend in CPC and CTR for my Facebook Ads campaigns over the past 90 days."

Top/bottom performers: "What were my top 5 best performing campaigns by ROAS last month? And the bottom 5?"

Anomaly detection: "Which of my campaigns had an unusual spike or drop in performance last week?"

Report Generation

Windsor MCP provides the underlying data; Claude assembles it into structured reports. Use these templates:

Weekly Performance Report

Ask: "Generate a weekly performance report for [date range] covering all connected channels."

Claude will structure the report as:

  1. Executive Summary — total spend, total conversions, blended ROAS, week-over-week change
  2. Channel Breakdown — spend and key metrics per connected ad platform
  3. Top Campaigns — top 3 by spend and top 3 by ROAS
  4. Anomalies & Alerts — campaigns that exceeded or undershot typical performance by more than 20%
  5. Recommendations — budget reallocation suggestions based on channel ROAS

Monthly Performance Report

Ask: "Generate a monthly performance report for [month/year] across all connected sources."

Claude will structure the report as:

  1. Month-over-Month Summary — key KPIs vs. prior month with percentage changes
  2. Channel Performance Table — impressions, clicks, spend, conversions, CPA, ROAS per channel
  3. Campaign Highlights — top 5 campaigns by revenue contribution
  4. Audience & Creative Insights — top performing audiences or creatives (if social ad data is connected)
  5. Budget Pacing — actual spend vs. planned budget per channel
  6. 30-Day Outlook — projected performance if spend holds constant based on trailing trends

Client Ready Report

Ask: "Generate a client ready performance report for [account/brand] for [date range]. Include an executive summary, channel breakdown, top campaigns, and key recommendations. Format it as a professional document."

Example Queries

Campaign performance:

  • "What campaigns had the best ROAS last month across all channels?"
  • "Which ad campaigns are wasting budget high spend, low conversions?"
  • "How did my Black Friday campaign perform compared to last year?"

Spend analysis:

  • "Give me a breakdown of total ad spend by channel over the past 90 days."
  • "How much have I spent on Facebook Ads vs. Google Ads year to date?"
  • "What is my average daily spend across all connected ad platforms this month?"

Audience and creative:

  • "Which audience segments are converting best on Facebook Ads?"
  • "What ad creative formats (image vs. video) are driving more conversions on TikTok?"

E-commerce (requires Shopify or similar connector):

  • "What is my revenue from paid traffic vs. organic traffic this month?"
  • "Which product categories have the highest conversion rate from Google Ads?"
  • "Show me my customer acquisition cost broken down by traffic source."

CRM and pipeline (requires HubSpot, Salesforce, or similar):

  • "How many leads did my campaigns generate last quarter?"
  • "What is the average deal size for leads that came through paid social?"

Trend and forecasting:

  • "Show me the trend in my blended ROAS over the last 6 months."
  • "Based on current spend trends, what will my monthly ad spend be at end of quarter?"

Cross channel attribution:

  • "Which channels are contributing most to first touch conversions vs. last touch?"
  • "How does my Facebook Ads attributed revenue compare to GA4 attributed revenue?"

Troubleshooting

Authentication failed / 401 error:

  • Verify WINDSOR_API_KEY is set in ~/.clawdbot/.env
  • Confirm the key is correct in your Windsor.ai dashboard
  • Restart mcporter after updating the env file

Failed to resolve header 'Authorization' / WINDSOR_API_KEY must be set:

  • mcporter requires the variable to be exported in your shell, not just stored in .env
  • Run: export WINDSOR_API_KEY=your_api_key_here && npx mcporter list
  • To load from your .env file: export $(grep -v '^#' ~/.clawdbot/.env | xargs) && npx mcporter list

No data sources found:

  • You must connect at least one data source in your Windsor.ai dashboard before querying
  • Visit https://windsor.ai to connect your ad platforms or analytics tools

Data is not up to date:

  • Windsor.ai syncs on a schedule; freshness depends on your plan and connector
  • Check the last sync time per connector in your Windsor.ai dashboard

Tool list is empty after npx mcporter list:

  • Ensure config/mcporter.json contains the windsor-ai entry exactly as shown in Setup Step 3
  • Confirm WINDSOR_API_KEY is a non-empty string in your environment

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

90.11%
按下载量换算5,009

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills