返回顶部
a

analyticlunch

Query live traffic data, tracking links, and weekly reports from AnalyticLunch

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
61
下载量
0
收藏
概述
安装方式
版本历史

analyticlunch

# 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: ```bash curl -s -H "x-api-key: $ANALYTICLUNCH_API_KEY" "https://analyticlunch.com/api/traffic/sites" ``` Example with POST: ```bash 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%."

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 analyticlunch-1776015085 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 analyticlunch-1776015085 技能

通过命令行安装

skillhub install analyticlunch-1776015085

下载 Zip 包

⬇ 下载 analyticlunch v1.0.0

文件大小: 2.17 KB | 发布时间: 2026-4-13 09:20

v1.0.0 最新 2026-4-13 09:20
Initial release

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部