🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Signal Pipeline

by @mephistophelesbits

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

Versionv1.1.0
⚑ When to Use
TriggerAction
2. **Market Research** - Track industry trends
3. **Competitive Intelligence** - Monitor competitors
4. **Personal Branding** - Build content streak
5. **Book Writing** - Compile monthly insights
πŸ’‘ Examples

# 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

βš™οΈ Configuration

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'

View on ClawHub
TERMINAL
clawhub install signal-pipeline

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’