โ† All skills
Tencent SkillHub ยท Productivity

Signal Pipeline

Marketing intelligence pipeline - gather signals from RSS, X/Twitter, Telegram, and Gmail newsletters. Generate daily posts, weekly summaries, and monthly de...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Marketing intelligence pipeline - gather signals from RSS, X/Twitter, Telegram, and Gmail newsletters. Generate daily posts, weekly summaries, and monthly de...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, daily_signals.py, newsletter_monitor.py, requirements.txt, rss_db.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

Signal Pipeline

A marketing intelligence pipeline that aggregates signals from multiple sources, stores them in SQLite, and generates content for personal branding.

What It Does

RSS feeds โ†’ SQLite database (rss_db.py) X/Twitter โ†’ SQLite database (x_monitor.py) Telegram channels โ†’ SQLite database (telegram_monitor.py) Gmail newsletters โ†’ Signal extraction (newsletter_monitor.py) Daily signals โ†’ Draft posts Weekly synthesis โ†’ Theme analysis Monthly deep-dive โ†’ Essay/book chapter

Files Included

signal-pipeline/ โ”œโ”€โ”€ SKILL.md # This file โ”œโ”€โ”€ README.md # Setup instructions โ”œโ”€โ”€ requirements.txt # Python dependencies โ”œโ”€โ”€ daily_signals.py # Main script (daily/weekly/monthly) โ”œโ”€โ”€ rss_db.py # RSS feed storage โ”œโ”€โ”€ x_monitor.py # X/Twitter monitoring โ”œโ”€โ”€ telegram_monitor.py # Telegram channel scraping โ””โ”€โ”€ newsletter_monitor.py # Gmail newsletter extraction

Quick Start

# Install dependencies cd skills/signal-pipeline pip install -r requirements.txt # Run daily signals python daily_signals.py # Generate weekly summary python daily_signals.py --weekly # Generate monthly report python daily_signals.py --monthly

RSS Feeds

Edit rss_db.py to add your feed URLs: new_feeds = [ ('Feed Name', 'https://example.com/feed.xml'), ]

Telegram Channels

Edit telegram_monitor.py: CHANNELS = ['channel_name_1', 'channel_name_2']

X Accounts

Edit x_monitor.py: MONITOR_URLS = [ 'https://x.com/username/status/123456789', ]

Gmail Newsletters

The newsletter_monitor.py uses gog CLI. Ensure it's configured: gog gmail search 'newer_than:30d label:newsletter'

Requirements

Python 3.8+ feedparser>=6.0.0 beautifulsoup4>=4.12.0 requests>=2.31.0 httpx>=0.25.0

Database

Three SQLite databases are created: rss_db.db - RSS articles x_monitor.db - X/Twitter data telegram_db.db - Telegram posts

Use Cases

Content Creation - Daily signals for X/LinkedIn posts Market Research - Track industry trends Competitive Intelligence - Monitor competitors Personal Branding - Build content streak Book Writing - Compile monthly insights

Author

Open source - free to use and modify.

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts2 Docs1 Files
  • SKILL.md Primary doc
  • README.md Docs
  • daily_signals.py Scripts
  • newsletter_monitor.py Scripts
  • rss_db.py Scripts
  • requirements.txt Files