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

analyticlunchanalyticlunch 搜索

Agent Skill

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

总安装

3,139

周安装

127

GitHub Stars

公开资料未说明

下载量

986
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install analyticlunch

简介

analyticlunch 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于流量数据分析场景,可从 AnalyticLunch 查询实时流量数据、跟踪链接和每周报告。
  • 通过 openclaw skills install analyticlunch 安装。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
analyticlunch
description
Query live traffic data, tracking links, and weekly reports from AnalyticLunch
metadata
openclaw
requires
config

AnalyticLunch — Traffic & Competitive Intelligence

You have access to the AnalyticLunch API for querying website traffic data, managing tracking links, and pulling competitive intelligence reports.

Authentication

Every request must include the header x-api-key with the value from your config (skills.entries.analyticlunch.apiKey).

Base URL: https://analyticlunch.com

Available Actions

1. List tracked websites

Returns all websites the user is tracking with their site IDs, domains, and status.

GET /api/traffic/sites

Use this first to discover site IDs needed for other calls.

2. Get traffic summary

Returns traffic overview for a specific site: total visitors, top sources, top pages, device split, daily visitor data, and conversion funnel.

GET /api/traffic/dashboard/{siteId}?period={period}

Parameters:

  • siteId (required): The traffic site ID from list_traffic_sites
  • period (optional): 7d, 30d, 6m, or 1y. Default: 7d

When reporting traffic data:

  • Lead with unique visitors (more meaningful than raw pageviews)
  • Highlight the top 3 traffic sources
  • Note any significant trends (pageviewsTrend, visitorsTrend are percentages vs previous period)
  • If dailyData is present, mention any notable spikes or dips

3. List tracking links

Returns all tracking links for a site with their URLs, labels, and click data.

GET /api/traffic/links?siteId={siteId}

4. Create a tracking link

Creates a new tracking link to measure traffic from a specific source (Instagram bio, email footer, Google ad, etc.).

POST /api/traffic/links
Content-Type: application/json

{
  "trafficSiteId": "{siteId}",
  "destinationUrl": "https://example.com/page",
  "label": "Instagram Bio",
  "suggestedPlacement": "instagram_bio"
}

After creating, return the tracking URL to the user so they can place it.

5. Get latest weekly report

Returns the most recent weekly competitive intelligence report for the user, including ranking changes, new competitors, review trends, and visibility summaries.

GET /api/weekly-report

How to call

Use exec with curl. Always include the API key header.

Example:

curl -s -H "x-api-key: $ANALYTICLUNCH_API_KEY" "https://analyticlunch.com/api/traffic/sites"

Example with POST:

curl -s -X POST -H "x-api-key: $ANALYTICLUNCH_API_KEY" -H "Content-Type: application/json" -d '{"trafficSiteId":"SITE_ID","destinationUrl":"https://example.com","label":"My Link"}' "https://analyticlunch.com/api/traffic/links"

When to use this skill

  • User asks about website traffic, visitors, page views, or traffic sources
  • User asks "how's my website doing" or "how's traffic"
  • User wants to create a tracking link for marketing
  • User asks about competitors, rankings, or visibility
  • User asks for their weekly report
  • User mentions AnalyticLunch, traffic dashboard, or tracking links

Response style

Be conversational. Don't dump raw JSON. Summarize the key numbers and insights. For example:

"danstvmounting.com had 171 unique visitors this week. Top sources: Google Search (100), Facebook (65), Direct (24). Your most visited page after the homepage is the flush mount service page. Mobile traffic dominates at 85%."

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

80.52%
按下载量换算794

安全审计

VirusTotal

未展示

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills