name: content-keyword-tracker description: An OpenClaw skill for tracking keyword trends and generating structured reports. Uses Tavily API for search and supports webhook notifications for daily report delivery. version: 1.5.0 author: yesong-Hue homepage: https://clawhub.ai/yesong-Hue/content-keyword-tracker tags: [keyword, tracker, monitoring, reports, automation, tavily] readme: | # Content Keyword Tracker
A comprehensive OpenClaw skill designed for tracking keyword trends across multiple platforms and generating detailed markdown reports with webhook support.
## Overview
This skill helps you stay informed about keyword trends by automatically gathering search results and compiling them into organized daily reports.
## Features
### Multi-Keyword Parallel Tracking Track multiple keywords simultaneously with independent result collection for each keyword. Each keyword can be configured with different weight priorities and platform preferences.
### Comprehensive Search Coverage Automatically searches across major platforms including social media sites, forums, blogs, and news outlets. Results include title, URL, platform source, and engagement metrics.
### Structured Markdown Reports Generates clean markdown format reports with sortable tables containing: Rank, Title, Platform, Trend Score, Publish Date, and Source URL. Easy to read and share with teams.
### Webhook Integration Supports webhook notifications for automated report delivery. Configure your webhook URL in environment variables to send daily reports directly to your team's communication channels.
### Local Data Persistence All reports are saved locally in the reports directory with timestamp-based file naming. Supports historical queries and trend analysis over time.
## Installation
Install via OpenClaw skills command:
openclaw skills install content-keyword-tracker
## Configuration
Create or edit the keywords configuration file with one keyword per line:
technology trends
product updates
industry news
Required environment variables:
Optional environment variables:
## Usage
Run the skill with:
node index.js
The skill will read your keyword configuration, perform searches using Tavily API, generate a comprehensive markdown report, and optionally send it to your configured webhook.
## Report Format
The generated report includes:
## Use Cases
## Privacy Note
## Requirements
## Resources
## License
MIT License
## Author
Track keyword trends and generate structured reports with this OpenClaw skill
openclaw skills install content-keyword-tracker
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
Run with:
node index.js
Reports are generated in markdown format and saved locally.
小蔥技能站7w4.net發現了升級外掛。
文件寫得詳細清楚,看起來功能挺實用。但實際包裡面只有配置檔案,沒有找到真正的程式程式碼,可能是開發者忘了打包進去。另外關鍵詞列表裡有重複和空行,會影響正常使用。整體感覺像是半成品,建議等作者完善後再用。