Content Keyword Tracker

An OpenClaw skill for tracking keyword trends and generating structured reports. Uses Tavily API for search and supports webhook notifications for daily report delivery.

Audits

Pass

Install

openclaw skills install content-keyword-tracker

Content Keyword Tracker

Track keyword trends and generate structured reports with this OpenClaw skill

Features

  • Multi-keyword parallel tracking with independent results per keyword
  • Comprehensive search across multiple platforms using Tavily API
  • Structured markdown report generation with sortable data tables
  • Webhook notification support for automated report delivery
  • Local data storage with timestamp-based file management

Installation

openclaw skills install content-keyword-tracker

Configuration

Configure your keywords in the keywords.txt file, one per line:

technology trends
product updates
industry news

Set your Tavily API key in environment variables:

TAVILY_API_KEY=your_api_key_here

Optional: Set webhook URL for report delivery:

WEBHOOK_URL=https://your-webhook-endpoint.com

Usage

Run with:

node index.js

Reports are generated in markdown format and saved locally.

Requirements

  • Node.js 18+
  • Tavily API key

Resources